diff options
Diffstat (limited to 'meta')
4 files changed, 11 insertions, 7 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 \ |
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index c07a5fc8d6..2afc37ee75 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" | 4 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" |
5 | 5 | ||
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
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" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid" | 4 | RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r4" |
7 | |||
8 | inherit allarch | ||
7 | 9 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" | 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" |
9 | SRC_URI = "file://install-efi.sh" | 11 | SRC_URI = "file://install-efi.sh" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb index 7627cdc417..4d2fe9dd2b 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb | |||
@@ -3,7 +3,9 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} = "initramfs-framework-base udev-extraconf" | 4 | RDEPENDS_${PN} = "initramfs-framework-base udev-extraconf" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r4" |
7 | |||
8 | inherit allarch | ||
7 | 9 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" | 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" |
9 | SRC_URI = "file://setup-live" | 11 | SRC_URI = "file://setup-live" |