summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-09-11 14:33:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-12 23:55:28 +0100
commit3d6f30265eefabcedb0239e9fc8e7398077dddd5 (patch)
treeaabd01adf81b9c9b1543dcca3c990331eeedd0ff /meta/conf
parente3a69364eb1fdbf1dcb98a04b3ddfc8f9841a7fa (diff)
downloadpoky-3d6f30265eefabcedb0239e9fc8e7398077dddd5.tar.gz
initramfs-framework: bump PR and fix install-efi and setup-live modules
Bump initramfs-framework PR, as it was missed in the previous initramfs-framework patch. These modules are shell scripts so they can be allarch. Fix the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS in layer.conf, as these dependencies moved from the main recipe to these modules. Finally, set the PR to 4 in the new module recipes to avoid breaking package feeds. Fixes [YOCTO #12024]. (From OE-Core rev: d8af496dde699fadb2b21ff45cd20cf31e8abaf7) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 04aa730160..df457c2821 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -50,12 +50,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
50 docbook-xsl-stylesheets->perl \ 50 docbook-xsl-stylesheets->perl \
51 ca-certificates->openssl \ 51 ca-certificates->openssl \
52 initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \ 52 initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \
53 initramfs-framework->dosfstools \
54 initramfs-framework->e2fsprogs \
55 initramfs-framework->eudev \ 53 initramfs-framework->eudev \
56 initramfs-framework->parted \
57 initramfs-framework->systemd \ 54 initramfs-framework->systemd \
58 initramfs-framework->util-linux \ 55 initramfs-module-install-efi->dosfstools \
56 initramfs-module-install-efi->e2fsprogs \
57 initramfs-module-install-efi->parted \
58 initramfs-module-install-efi->util-linux \
59 liberation-fonts->fontconfig \ 59 liberation-fonts->fontconfig \
60 cantarell-fonts->fontconfig \ 60 cantarell-fonts->fontconfig \
61 gnome-icon-theme->librsvg \ 61 gnome-icon-theme->librsvg \