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

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 21:46:30 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 828da11f2ebe633ca2e0a6c3b3051c1416a98d20
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Mon Feb 26 14:54:37 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>
---
 meta/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 6782058..c8688cc 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -61,10 +61,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   initramfs-module-install->grub \
   initramfs-module-install->parted \
   initramfs-module-install->util-linux \
+  grub-efi->virtual/grub-bootconf \
   liberation-fonts->fontconfig \
   cantarell-fonts->fontconfig \
   gnome-icon-theme->librsvg \
   font-alias->font-util \
+  systemd-boot->virtual/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