diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-29 17:43:09 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 17:41:41 +0100 |
commit | d01694e7336e472aefecf778c1d08e4341a8aa3b (patch) | |
tree | 5edde38e98875a5f5e9917eaca221eaf8f3b249d /meta/conf | |
parent | 489e2e3243d7acdcb9c1f9de110139b6636d5594 (diff) | |
download | poky-d01694e7336e472aefecf778c1d08e4341a8aa3b.tar.gz |
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.
(From OE-Core rev: 9a661bca9d9dd03627a5efaea0f9247394f05b0e)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 6 |
1 files changed, 5 insertions, 1 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 \ |