From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/5] Misc fixes about hardcoding of paths
Date: Fri, 19 Dec 2014 17:17:41 +0800 [thread overview]
Message-ID: <cover.1418979966.git.Qi.Chen@windriver.com> (raw)
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
next reply other threads:[~2014-12-19 9:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 9:17 Chen Qi [this message]
2014-12-19 9:17 ` [PATCH 1/5] busybox: fix hardcoding of paths 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1418979966.git.Qi.Chen@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.