diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2022-10-12 10:34:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:39 +0100 |
| commit | 7b3828259c448563035f4b3ae84147a7856476ab (patch) | |
| tree | 0fcb4e8df868e6380539df519c6edb73ebe56db8 /meta | |
| parent | 7256b187706367fa9305780401f87100e3d673db (diff) | |
| download | poky-7b3828259c448563035f4b3ae84147a7856476ab.tar.gz | |
linux-yocto-dev: add qemuarm64
Mark the qemuarm64 as compatible
(From OE-Core rev: fedf90d385d0bf0027c7d6a7c0571170d3b3a4d6)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 b1b57beac3..4825bf7a99 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|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv32|qemuriscv64)$" | 53 | COMPATIBLE_MACHINE = "^(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 | ||
