aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 20:01:01 +0100
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:47 +0100
commitb24dd5d5c55ebf9e7b4e726ad089a7d5db4273ed (patch)
tree2b6234be15866735a6c74d3bc977693054a30327
parent9c7442841df5b41f7d9773064d16b78a2eaccab3 (diff)
downloadopenembedded-core-contrib-b24dd5d5c55ebf9e7b4e726ad089a7d5db4273ed.tar.gz
layer.conf: Mark opkg-utils as ABISAFE for update-alternatives usage
Currently linux-firmware rebuilds for each machine due to its usage of update-alternatives which in turn means a dependency on opkg-utils. Marking opkg-utils as ABISAFE is the only option we have right now to avoid this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6829c0e161c4a8cde6624f211865922fce62d4fa) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-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 da680d4147..d6e18da490 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -14,6 +14,7 @@ LAYERVERSION_core = "3"
# 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 += " \