diff options
| author | Jon Mason <jdmason@kudzu.us> | 2022-02-09 12:30:10 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-12 17:05:35 +0000 |
| commit | 796f8d0a69f035342d5678f46c2b850efae83665 (patch) | |
| tree | 5c590ed75bd0207f0b4720d9209af9809f310770 | |
| parent | 5895834e4351a37a462292049b6fa588970a9609 (diff) | |
| download | poky-796f8d0a69f035342d5678f46c2b850efae83665.tar.gz | |
linux-yocto-dev: add qemuriscv32
(From OE-Core rev: ccee053b0f8696ba7185b28be1916a177742b4f4)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
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 0d3601583b..c7f9b102c7 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|qemuriscv64)" | 53 | COMPATIBLE_MACHINE = "(qemuarm|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 | ||
