All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc fixes about hardcoding of paths
@ 2014-12-19  9:17 Chen Qi
  2014-12-19  9:17 ` [PATCH 1/5] busybox: fix " Chen Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chen Qi @ 2014-12-19  9:17 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-19  9:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19  9:17 [PATCH 0/5] Misc fixes about hardcoding of paths Chen Qi
2014-12-19  9:17 ` [PATCH 1/5] busybox: fix " Chen Qi
2014-12-19  9:17 ` [PATCH 2/5] systemd: " Chen Qi
2014-12-19  9:17 ` [PATCH 3/5] sed: test bindir and base_bindir before moving and removing things Chen Qi
2014-12-19  9:17 ` [PATCH 4/5] alsa-utils: fix FILES of alsa-utils-alsactl Chen Qi
2014-12-19  9:17 ` [PATCH 5/5] glibc-package.inc: fix order in PACKAGES Chen Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.