summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf2
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
82SSTATE_EXCLUDEDEPS_SYSROOT += "\ 83SSTATE_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