diff options
author | André Draszik <andre.draszik@jci.com> | 2018-05-22 13:25:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-16 09:49:39 +0100 |
commit | 6e362580a667de3a5ba98e877e561ecd5cea7137 (patch) | |
tree | 4873d97db93dc93145db21cf6aaf442dfc82d9ed /meta/conf | |
parent | e02176b5e66721c8d872c93d2108e98d142c376b (diff) | |
download | poky-6e362580a667de3a5ba98e877e561ecd5cea7137.tar.gz |
sstate: use SSTATE_EXCLUDEDEPS_SYSROOT for skipping base-passwd|shadow-sysroot recipes
Use the newly introduced SSTATE_EXCLUDEDEPS_SYSROOT for specifying
the base-passwd|shadow-sysroot recipes to be excluded from a recipe sysroot.
(From OE-Core rev: 68e502e9063a88532fe0154f152ba408f0091900)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index a8bebe102c..0a8f8ed9eb 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -79,8 +79,10 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
79 | " | 79 | " |
80 | 80 | ||
81 | # Nothing needs to depend on libc-initial/gcc-cross-initial | 81 | # Nothing needs to depend on libc-initial/gcc-cross-initial |
82 | # base-passwd/shadow-sysroot don't need their dependencies | ||
82 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ | 83 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ |
83 | .*->.*-initial.* \ | 84 | .*->.*-initial.* \ |
85 | .*(base-passwd|shadow-sysroot)->.* \ | ||
84 | " | 86 | " |
85 | 87 | ||
86 | # We need to keep bitbake tools in PATH | 88 | # We need to keep bitbake tools in PATH |