From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/2] Handle the sysroots-components dir when restoring from the sstate cache
Date: Wed, 3 May 2017 23:13:37 +0200 [thread overview]
Message-ID: <cover.1493845632.git.pkj@axis.com> (raw)
Similar to the problem with the hosttools directory and the state
cache that was recently fixed, there is another problem with the
sysroots-components directory. This only affects postinst-useradd
scripts, so in this case the fix can be activated from useradd.bbclass
rather than sstate.bbclass and thus affects a lot less recipes.
//Peter
The following changes since commit 381897c64069ea43d595380a3ae913bcc79cf7e1:
build-appliance-image: Update to master head revision (2017-05-01 08:56:47 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/components_dir
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/components_dir
Peter Kjellerstedt (2):
bitbake.conf: Add COMPONENTS_DIR for ${STAGING_DIR}-components
useradd.bbclass: Handle COMPONENTS_DIR when restoring state
meta/classes/native.bbclass | 2 +-
meta/classes/staging.bbclass | 8 ++++----
meta/classes/useradd.bbclass | 5 +++++
meta/conf/bitbake.conf | 3 ++-
meta/lib/oeqa/selftest/devtool.py | 2 +-
meta/recipes-core/glibc/glibc-locale.inc | 2 +-
meta/recipes-core/glibc/glibc-mtrace.inc | 2 +-
meta/recipes-core/glibc/glibc-package.inc | 4 ++--
meta/recipes-core/glibc/glibc-scripts.inc | 2 +-
meta/recipes-devtools/gcc/gcc-common.inc | 2 +-
meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 +-
meta/recipes-devtools/gcc/gcc-cross.inc | 4 ++--
meta/recipes-devtools/guile/guile_2.0.14.bb | 4 ++--
13 files changed, 24 insertions(+), 18 deletions(-)
--
2.12.0
next reply other threads:[~2017-05-03 21:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 21:13 Peter Kjellerstedt [this message]
2017-05-03 21:13 ` [PATCH 1/2] bitbake.conf: Add COMPONENTS_DIR for ${STAGING_DIR}-components Peter Kjellerstedt
2017-05-03 21:13 ` [PATCH 2/2] useradd.bbclass: Handle COMPONENTS_DIR when restoring state Peter Kjellerstedt
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.1493845632.git.pkj@axis.com \
--to=peter.kjellerstedt@axis.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.