edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Revert me: patches to make build on Ubuntu Cosmic 18.10 #57

Closed htot closed 5 years ago

htot commented 5 years ago

These patches are needed to build on Ubuntu Cosmic due to glibc 2.28. I tested this on Cosmic and on Xenial to verify backwards compatibility. It has been independantly tested by @sjpeng. I expect at some point these patches will be backported to Sumo at which point this will break and need to be reverted.

This closes #56

alext-mkrs commented 5 years ago

BTW, just as a data point - the build works even without those patches (only with the OpenSSL part) on 18.04, which has glibc 2.27.

htot commented 5 years ago

Thanks for reviewing.