[oe-commits] [openembedded-core] 30/34: layer.conf: add -bootconf recipes to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 21:24:19 UTC 2018


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

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

commit 1c5b7b727d46eaddf69af60d75b1d286da3bbd4c
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Wed Feb 28 18:15:14 2018 -0800

    layer.conf: add -bootconf recipes to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
    
    The bootloaders depend on these to be functional in the non-deploy case,
    but changes in them don't require rebuilding of the packages.
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    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 91935e4..85a9287 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -67,10 +67,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   initramfs-module-install->grub \
   initramfs-module-install->parted \
   initramfs-module-install->util-linux \
+  grub-efi->grub-bootconf \
   liberation-fonts->fontconfig \
   cantarell-fonts->fontconfig \
   gnome-icon-theme->librsvg \
   font-alias->font-util \
+  systemd-boot->systemd-bootconf \
   weston-init->weston \
   weston-init->kbd \
 "

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


More information about the Openembedded-commits mailing list