summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-10-09 14:58:15 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-10-10 18:47:15 -0400
commit07001d91159bf252097de88bec0fad20d57351dc (patch)
treec724676f442d813eba8492047344869cb81c191b
parenta46b7207a3312fd1f3b8d8b1a2814963f7c9f669 (diff)
downloadmeta-ti-07001d91159bf252097de88bec0fad20d57351dc.tar.gz
linux-ti-staging: Switch DTB from using machine name to soc family name
* Use SOC family value for am437x instead of machine name for DTB files. * This mimics the current approach taken for am335x. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index ce7c8100..875df821 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -18,7 +18,7 @@ RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
18# Default is to package all dtb files for ti33x devices unless building 18# Default is to package all dtb files for ti33x devices unless building
19# for the specific beaglebone machine. 19# for the specific beaglebone machine.
20KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 20KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
21KERNEL_DEVICETREE_am437x-evm = "am43x-epos-evm.dtb" 21KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb"
22KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" 22KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
23KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" 23KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
24KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" 24KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
@@ -35,7 +35,7 @@ SRCREV = "04faa81d0573686847c8c74f4c67c8a69c13ce9f"
35PV = "3.11+3.12-rc4" 35PV = "3.11+3.12-rc4"
36 36
37# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 37# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
38MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" 38MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
39PR = "${MACHINE_KERNEL_PR}" 39PR = "${MACHINE_KERNEL_PR}"
40 40
41SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 41SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \