summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.19.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2019-06-18 15:49:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 12:46:43 +0100
commitd4b6073246a4a21f7fe28b17f75f8df224cf76f8 (patch)
tree95508158567f2bb4023c89691c9c6b68349a28a5 /meta/recipes-kernel/linux/linux-yocto_4.19.bb
parent93deba0e6dae561d90bc158799e9d20bdcde19ca (diff)
downloadpoky-d4b6073246a4a21f7fe28b17f75f8df224cf76f8.tar.gz
kernel: qemuarmv5: Update machine overrides of KERNEL_DEVICETREE
The original BSP qemuarm has been renamed to qemuarmv5. Update the machine overrides accordingly to avoid not generating dtb. (From OE-Core rev: a1ac097686daf0769e7ff94ff2c8795e1e8ae790) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
index cda4ecf89e..014d6894e7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb
@@ -36,7 +36,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
36KMETA = "kernel-meta" 36KMETA = "kernel-meta"
37KCONF_BSP_AUDIT_LEVEL = "2" 37KCONF_BSP_AUDIT_LEVEL = "2"
38 38
39KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" 39KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
40 40
41COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" 41COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
42 42