mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
linux-yocto-dev: add qemuarmv5
qemuarmv5 passes testimage on with the linux-yocto-dev kernel. Add it to the compatible machines list for that recipe. (From OE-Core rev: e1587fbac4d3ee8092d5e858f1b423faa512c559) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dd7f8502ac
commit
c63da33605
@@ -50,7 +50,7 @@ PACKAGECONFIG[dt-validation] = ",,python3-dtschema-native"
|
|||||||
# we need the wrappers if validation isn't in the packageconfig
|
# we need the wrappers if validation isn't in the packageconfig
|
||||||
DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-native', d)}"
|
DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-native', d)}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^(qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$"
|
COMPATIBLE_MACHINE = "^(qemuarmv5|qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$"
|
||||||
|
|
||||||
KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"
|
KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user