From 9a661bca9d9dd03627a5efaea0f9247394f05b0e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 29 Aug 2017 17:43:09 -0300 Subject: initramfs-framework: Change recipe to be allarch There is no COMPATIBLE_HOST in the recipe neither it makes sense for this to be machine specific. Possibly, initramfs-framework's based modules may be machine specific but if there is the case they can just RDEPENDS on initramfs-framework-base and provide the specific module as another recipe. Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/conf/layer.conf') 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 += " \ docbook-xsl-stylesheets->perl \ ca-certificates->openssl \ initramfs-framework->${VIRTUAL-RUNTIME_base-utils} \ - initramfs-framework->systemd \ + initramfs-framework->dosfstools \ + initramfs-framework->e2fsprogs \ initramfs-framework->eudev \ + initramfs-framework->parted \ + initramfs-framework->systemd \ + initramfs-framework->util-linux \ liberation-fonts->fontconfig \ cantarell-fonts->fontconfig \ gnome-icon-theme->librsvg \ -- cgit 1.2.3-korg