summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.0.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_5.0.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_5.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
index 8aec315084..bb7ed569de 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
@@ -38,7 +38,6 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
38KMETA = "kernel-meta" 38KMETA = "kernel-meta"
39KCONF_BSP_AUDIT_LEVEL = "2" 39KCONF_BSP_AUDIT_LEVEL = "2"
40 40
41KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
42KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" 41KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
43 42
44COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" 43COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"