From f472c8dca139f061db03c8ccad5857587461627e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 23 Sep 2013 22:16:11 -0400 Subject: [PATCH] linux-ti-staging: make 3.12-rc the default for supported platforms, drop omap5-sevm.dtb * DTB for OMAP5 sEVM was removed upstream, drop it from the recipe * Don't mask the default preference to be picked up normally by supported machines Signed-off-by: Denys Dmytriyenko Acked-by: Franklin Cooper Jr. Acked-by: Chase Maupin --- recipes-kernel/linux/linux-ti-staging_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index d3d11d23..e9032159 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -17,15 +17,13 @@ RDEPENDS_kernel-base_ti33x += "am33x-cm3 am33x-cm3-initscript" KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb" KERNEL_DEVICETREE_am437x-evm = "am43x-epos-evm.dtb" KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb" -KERNEL_DEVICETREE_omap5-evm = "omap5-sevm.dtb omap5-uevm.dtb" +KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" -DEFAULT_PREFERENCE = "-1" - S = "${WORKDIR}/git" BRANCH = "ti-linux-3.12.y"