[oe-commits] Richard Purdie : layer.conf: Mark opkg-utils as ABISAFE for update-alternatives usage

git at git.openembedded.org git at git.openembedded.org
Tue Sep 23 20:38:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6829c0e161c4a8cde6624f211865922fce62d4fa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6829c0e161c4a8cde6624f211865922fce62d4fa

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Sep 23 20:01:01 2014 +0100

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 at linuxfoundation.org>

---

 meta/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 4deee89..de96548 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 += " \



More information about the Openembedded-commits mailing list