From d8af496dde699fadb2b21ff45cd20cf31e8abaf7 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 11 Sep 2017 14:33:26 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb index 8143f315fd..2270441d06 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb @@ -3,7 +3,9 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid" -PR = "r1" +PR = "r4" + +inherit allarch FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" SRC_URI = "file://install-efi.sh" -- cgit 1.2.3-korg