This patchset mainly fixes several hardcoding problems. There's a bug in Yocto's bugzilla: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7040 Bug 7040 - Support for /usr merge (à la systemd and Fedora)
I did some investigation and made it work for core-image-sato-sdk. The solution is divided into two parts. One part is a custom layer which has a custom distro file and a few bbappend files for base-files, busybox, etc. I think the bbappend files are a little hacky and not suitable for OE. The other part is this patchset. It fixes several hardcoding problems in OE. I think this part is suitable for OE. That's why I sent it out. //Chen Qi The following changes since commit 8d0e56a850579f9a6d501266deeef9b257ce4780: serf: readded md5sum (2014-12-11 11:34:22 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/hardcoding http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/hardcoding Chen Qi (5): busybox: fix hardcoding of paths systemd: fix hardcoding of paths sed: test bindir and base_bindir before moving and removing things alsa-utils: fix FILES of alsa-utils-alsactl glibc-package.inc: fix order in PACKAGES meta/recipes-core/busybox/busybox.inc | 66 +++++++++++++---------- meta/recipes-core/glibc/glibc-package.inc | 2 +- meta/recipes-core/systemd/systemd_216.bb | 12 ++--- meta/recipes-extended/sed/sed_4.1.2.bb | 6 ++- meta/recipes-extended/sed/sed_4.2.2.bb | 6 ++- meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb | 2 +- 6 files changed, 55 insertions(+), 39 deletions(-) -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
