diff options
-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 4deee8934b..de96548bd2 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -14,6 +14,7 @@ LAYERVERSION_core = "4" # Set a variable to get to the top of the metadata location COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' +# opkg-utils is for update-altnernatives :( SIGGEN_EXCLUDERECIPES_ABISAFE += " \ sysvinit-inittab \ shadow-securetty \ @@ -34,6 +35,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ shadow \ shadow-sysroot \ base-passwd \ + opkg-utils \ " SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |