summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2014-09-25 14:17:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 17:58:35 +0100
commit7a12eda78555a78ad33c6e38c1ed2b29982b165f (patch)
treea4db562857279a6f731d1c9c424443144da4ecf3
parentd88fa68141c8f25761973c413cf5b379c1b05d77 (diff)
downloadpoky-7a12eda78555a78ad33c6e38c1ed2b29982b165f.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. (From OE-Core rev: e4c4ca3101062ecc956294ac968dc488321eb33b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.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 a764ee0481..13814dc9b1 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,4 +35,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
34 shadow \ 35 shadow \
35 shadow-sysroot \ 36 shadow-sysroot \
36 base-passwd \ 37 base-passwd \
38 opkg-utils \
37" 39"