From 68e502e9063a88532fe0154f152ba408f0091900 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Tue, 22 May 2018 13:25:52 +0100 Subject: sstate: use SSTATE_EXCLUDEDEPS_SYSROOT for skipping base-passwd|shadow-sysroot recipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the newly introduced SSTATE_EXCLUDEDEPS_SYSROOT for specifying the base-passwd|shadow-sysroot recipes to be excluded from a recipe sysroot. Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf') 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 += " \ " # Nothing needs to depend on libc-initial/gcc-cross-initial +# base-passwd/shadow-sysroot don't need their dependencies SSTATE_EXCLUDEDEPS_SYSROOT += "\ .*->.*-initial.* \ + .*(base-passwd|shadow-sysroot)->.* \ " # We need to keep bitbake tools in PATH -- cgit 1.2.3-korg