diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-09-11 14:33:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-12 16:53:31 +0100 |
commit | d8af496dde699fadb2b21ff45cd20cf31e8abaf7 (patch) | |
tree | 40c24fb0a21f5b31ed0218438eaea03cf2279eae /meta/conf | |
parent | 2ebbeb61114e4b847e9164c621ac87b5cf03a299 (diff) | |
download | openembedded-core-d8af496dde699fadb2b21ff45cd20cf31e8abaf7.tar.gz openembedded-core-d8af496dde699fadb2b21ff45cd20cf31e8abaf7.tar.bz2 openembedded-core-d8af496dde699fadb2b21ff45cd20cf31e8abaf7.zip |
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].
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.conf | 8 |
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 += " \ docbook-xsl-stylesheets->perl \ ca-certificates->openssl \ initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \ - initramfs-framework->dosfstools \ - initramfs-framework->e2fsprogs \ initramfs-framework->eudev \ - initramfs-framework->parted \ initramfs-framework->systemd \ - initramfs-framework->util-linux \ + initramfs-module-install-efi->dosfstools \ + initramfs-module-install-efi->e2fsprogs \ + initramfs-module-install-efi->parted \ + initramfs-module-install-efi->util-linux \ liberation-fonts->fontconfig \ cantarell-fonts->fontconfig \ gnome-icon-theme->librsvg \ |