diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2018-02-28 18:15:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:35:42 -0800 |
commit | 24c88e544b37acf909ade542e5cdcb0022d40547 (patch) | |
tree | 12fb9c273ee8fdcfe9da695eb78c7967fa9ea11f /meta/conf/layer.conf | |
parent | 8451fd7139c935c5c513d8c1ff319ae2e4521a36 (diff) | |
download | poky-24c88e544b37acf909ade542e5cdcb0022d40547.tar.gz |
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.
(From OE-Core rev: e102f771dee8d07320ffaf8f39288c5a73626364)
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 91935e4c4f..85a9287c55 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -67,10 +67,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
67 | initramfs-module-install->grub \ | 67 | initramfs-module-install->grub \ |
68 | initramfs-module-install->parted \ | 68 | initramfs-module-install->parted \ |
69 | initramfs-module-install->util-linux \ | 69 | initramfs-module-install->util-linux \ |
70 | grub-efi->grub-bootconf \ | ||
70 | liberation-fonts->fontconfig \ | 71 | liberation-fonts->fontconfig \ |
71 | cantarell-fonts->fontconfig \ | 72 | cantarell-fonts->fontconfig \ |
72 | gnome-icon-theme->librsvg \ | 73 | gnome-icon-theme->librsvg \ |
73 | font-alias->font-util \ | 74 | font-alias->font-util \ |
75 | systemd-boot->systemd-bootconf \ | ||
74 | weston-init->weston \ | 76 | weston-init->weston \ |
75 | weston-init->kbd \ | 77 | weston-init->kbd \ |
76 | " | 78 | " |