mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
489e2e3243
commit
d01694e733
@@ -3,13 +3,9 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
# While the packages maybe an allarch due to it being a
|
||||
# simple script, reality is that it is Host specific based
|
||||
# on the COMPATIBLE_HOST below, which needs to take precedence
|
||||
#inherit allarch
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
inherit allarch
|
||||
|
||||
SRC_URI = "file://init \
|
||||
file://rootfs \
|
||||
|
||||
Reference in New Issue
Block a user