summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2019-04-28 15:31:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-29 14:16:31 +0100
commit3c51973f0390aff5f316d68fdd25e1e9c110a908 (patch)
tree27d1ebc5b61c216422061a4ea90f13145262e16e
parent16907c8f394a2e638e4baeb1aece11914346269a (diff)
downloadpoky-3c51973f0390aff5f316d68fdd25e1e9c110a908.tar.gz
linux-yocto_5.0: set devicetree for armv5
(From OE-Core rev: ef91d05e4eb4bb25a8978867f9398e9fb7475e7c) Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
index f34cc7b9db..4ccf907ac5 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
@@ -39,6 +39,7 @@ KMETA = "kernel-meta"
39KCONF_BSP_AUDIT_LEVEL = "2" 39KCONF_BSP_AUDIT_LEVEL = "2"
40 40
41KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" 41KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
42KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
42 43
43COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" 44COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
44 45