From 8c5cf8193441814e46b7e118655b4e622f785ce5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 30 Aug 2016 12:49:04 -0400 Subject: linux-yocto/4.8: add qemuarm device tree specification 4.7+ requires a device tree for the arm versatile family of platforms. We add the definition to our 4.8 linux-yocto recipes so we can continue to boot! Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.8.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.8.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index c92f7bcd18..cf31d3c846 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb @@ -31,6 +31,8 @@ PV = "${LINUX_VERSION}+git${SRCPV}" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" +KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" + COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" # Functionality flags -- cgit 1.2.3-korg