From 233da46564f12849636ddac506b4aee36bc71646 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 25 Mar 2013 08:05:50 -0500 Subject: [PATCH] linux-ti-staging: Add panda dts file as supported DTS * Add the omap5-panda.dts file as a supported DTS to be built. This file is for use on the panda and uEVM boards. Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap-a15.inc | 2 +- recipes-kernel/linux/linux-ti-staging_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index fa2037a7..702898fb 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc require conf/machine/include/tune-cortexa15.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r0" +MACHINE_KERNEL_PR = "r1" PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 3dc2001a..081a0e6b 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -32,7 +32,7 @@ DEPENDS_ti33x += "am33x-cm3" # for the specific beaglebone machine. KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" -KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts" +KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts" COMPATIBLE_MACHINE = "ti33x|omap-a15"