summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-28 15:01:06 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-28 15:18:57 -0400
commit1735c59bb753bbd096226c46f459dce05dd7be16 (patch)
treecc7af0da7f261b498ecca22b1e3a26cf962ca4ac
parent233da46564f12849636ddac506b4aee36bc71646 (diff)
downloadmeta-ti-1735c59bb753bbd096226c46f459dce05dd7be16.tar.gz
linux-ti-staging: rename to have version in name, update to latest
* Update to the latest kernel sources. This also requires changing the dtb file names since the omap5 devices have changed to use uevm instead of panda and sevm instead of evm. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb (renamed from recipes-kernel/linux/linux-ti-staging_git.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb
index 081a0e6b..33537921 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb
@@ -32,7 +32,7 @@ DEPENDS_ti33x += "am33x-cm3"
32# for the specific beaglebone machine. 32# for the specific beaglebone machine.
33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" 33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" 34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts" 35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts"
36 36
37COMPATIBLE_MACHINE = "ti33x|omap-a15" 37COMPATIBLE_MACHINE = "ti33x|omap-a15"
38 38
@@ -40,11 +40,11 @@ S = "${WORKDIR}/git"
40 40
41BRANCH = "ti-linux-3.8.y" 41BRANCH = "ti-linux-3.8.y"
42 42
43SRCREV = "a91f8e121dbe0b5fb84000d9ae14fac8880c44a7" 43SRCREV = "a0a13c3cf6ff2ca9bf1b1c9163ba04c3c71811bd"
44PV = "3.8.4" 44PV = "3.8.4"
45 45
46# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 46# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
47MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 47MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
48 48
49SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 49SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
50 file://defconfig \ 50 file://defconfig \