summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/layer.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 4deee8934b..de96548bd2 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -14,6 +14,7 @@ LAYERVERSION_core = "4"
14# Set a variable to get to the top of the metadata location 14# Set a variable to get to the top of the metadata location
15COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' 15COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
16 16
17# opkg-utils is for update-altnernatives :(
17SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 18SIGGEN_EXCLUDERECIPES_ABISAFE += " \
18 sysvinit-inittab \ 19 sysvinit-inittab \
19 shadow-securetty \ 20 shadow-securetty \
@@ -34,6 +35,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
34 shadow \ 35 shadow \
35 shadow-sysroot \ 36 shadow-sysroot \
36 base-passwd \ 37 base-passwd \
38 opkg-utils \
37" 39"
38 40
39SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 41SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \