diff options
| author | Jon Mason <jdmason@kudzu.us> | 2022-11-01 20:24:38 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-03 07:46:46 +0000 |
| commit | c63da33605a0c585dfe6a8d1acb8cb9f6f0c3cd7 (patch) | |
| tree | c33616cf858acdd3fc6040f61a3886dbf11dfc2d | |
| parent | dd7f8502ac82aede8ac2f146451a1fad92ed0806 (diff) | |
| download | poky-c63da33605a0c585dfe6a8d1acb8cb9f6f0c3cd7.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 4825bf7a99..aeb04f59e8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
| @@ -50,7 +50,7 @@ PACKAGECONFIG[dt-validation] = ",,python3-dtschema-native" | |||
| 50 | # we need the wrappers if validation isn't in the packageconfig | 50 | # we need the wrappers if validation isn't in the packageconfig |
| 51 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-native', d)}" | 51 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'dt-validation', '', 'python3-dtschema-wrapper-native', d)}" |
| 52 | 52 | ||
| 53 | COMPATIBLE_MACHINE = "^(qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" | 53 | COMPATIBLE_MACHINE = "^(qemuarmv5|qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" |
| 54 | 54 | ||
| 55 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" | 55 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
| 56 | 56 | ||
