All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Sledz <sledz@dresearch-fe.de>
To: openembedded-core@lists.openembedded.org
Subject: [daisy][PATCH 3/3] layer.conf: Mark opkg-utils as ABISAFE for update-alternatives usage
Date: Thu, 25 Sep 2014 14:17:57 +0200	[thread overview]
Message-ID: <1411647477-12992-3-git-send-email-sledz@dresearch-fe.de> (raw)
In-Reply-To: <1411647477-12992-1-git-send-email-sledz@dresearch-fe.de>

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>
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
---
 meta/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index a764ee0..13814dc 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,4 +35,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   shadow \
   shadow-sysroot \
   base-passwd \
+  opkg-utils \
 "
-- 
2.1.1



  parent reply	other threads:[~2014-09-25 12:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 12:17 [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies Steffen Sledz
2014-09-25 12:17 ` [daisy][PATCH 2/3] update-rc.d/systemd: Remove OVERRIDES dependency Steffen Sledz
2014-09-25 12:17 ` Steffen Sledz [this message]
2014-10-01  0:55 ` [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies Denys Dmytriyenko
2014-10-01  1:25   ` Khem Raj
2014-10-01  1:32     ` Denys Dmytriyenko
2014-10-01  3:55       ` Khem Raj
2014-10-01  4:10         ` Martin Jansa
2014-10-01  8:12           ` Richard Purdie
2014-10-01 11:02             ` Koen Kooi
2014-10-01 15:34             ` Martin Jansa
2014-10-03  8:24               ` Koen Kooi
2014-10-03 14:03                 ` Trevor Woerner
2014-10-03 16:46                 ` Khem Raj
2014-10-01 13:12   ` Peter A. Bigot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411647477-12992-3-git-send-email-sledz@dresearch-fe.de \
    --to=sledz@dresearch-fe.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.