[oe-commits] [openembedded-core] 04/07: layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE

git at git.openembedded.org git at git.openembedded.org
Mon Mar 19 15:59:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit e4ec23c7b4f2a9b9783d59075a570651806b6284
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Sun Mar 4 17:58:13 2018 -0500

    layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE
    
    Similar to sysvinit-inittab
    
    (From OE-Core rev: a673d5bbf7e4db6de9a5151df041e6c5db7e413e)
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 4ba0b93..0c3dae5 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -21,6 +21,7 @@ COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
 # opkg-utils is for update-alternatives :(
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   sysvinit-inittab \
+  busybox-inittab \
   shadow-securetty \
   opkg-arch-config \
   netbase \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list