From: Dengke Du Date: Sun, 28 Apr 2019 07:31:01 +0000 (+0800) Subject: linux-yocto_5.0: set devicetree for armv5 X-Git-Tag: uninative-2.5~297 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef91d05e4eb4bb25a8978867f9398e9fb7475e7c;p=openembedded-core.git linux-yocto_5.0: set devicetree for armv5 Signed-off-by: Dengke Du Signed-off-by: Richard Purdie --- 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" KCONF_BSP_AUDIT_LEVEL = "2" KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" +KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"