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/recipes-core | |
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/recipes-core')
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 8 |
1 files changed, 2 insertions, 6 deletions
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" | |||
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 = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | # While the packages maybe an allarch due to it being a | 8 | inherit 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 | ||
12 | INHIBIT_DEFAULT_DEPS = "1" | ||
13 | 9 | ||
14 | SRC_URI = "file://init \ | 10 | SRC_URI = "file://init \ |
15 | file://rootfs \ | 11 | file://rootfs \ |