summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/layer.conf6
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb8
2 files changed, 7 insertions, 7 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 38bec33197..04aa730160 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -50,8 +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->systemd \ 53 initramfs-framework->dosfstools \
54 initramfs-framework->e2fsprogs \
54 initramfs-framework->eudev \ 55 initramfs-framework->eudev \
56 initramfs-framework->parted \
57 initramfs-framework->systemd \
58 initramfs-framework->util-linux \
55 liberation-fonts->fontconfig \ 59 liberation-fonts->fontconfig \
56 cantarell-fonts->fontconfig \ 60 cantarell-fonts->fontconfig \
57 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 9d69a696f1..77b2ff8959 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
@@ -3,13 +3,9 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" 4RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}"
5 5
6PR = "r2" 6PR = "r3"
7 7
8# While the packages maybe an allarch due to it being a 8inherit allarch
9# simple script, reality is that it is Host specific based
10# on the COMPATIBLE_HOST below, which needs to take precedence
11#inherit allarch
12INHIBIT_DEFAULT_DEPS = "1"
13 9
14SRC_URI = "file://init \ 10SRC_URI = "file://init \
15 file://rootfs \ 11 file://rootfs \