diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-03-04 22:29:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-03-04 13:29:53 -0500 |
commit | f9eb73dcb7a9d604560f0c591451c481acee056c (patch) | |
tree | 1d46fc637a8ced6aa394e72e194dad0e147d16d5 | |
parent | 0d25bbfab6692cd6b78536b3a0de25dd453d885d (diff) | |
download | meta-ti-f9eb73dcb7a9d604560f0c591451c481acee056c.tar.gz |
linux-ti-staging: update with platform, connectivity, a&d fixes, am57 dtb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_3.14.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb index 31afb702..65bd2dcd 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb | |||
@@ -30,8 +30,8 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335 | |||
30 | KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb" | 30 | KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb" |
31 | KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" | 31 | KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" |
32 | KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" | 32 | KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" |
33 | KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb dra7-evm-lcd7.dtb dra7-evm-lcd10.dtb dra72-evm.dtb dra72-evm-lcd7.dtb dra72-evm-lcd10.dtb am57xx-beagle-x15.dtb" | 33 | KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb dra7-evm-lcd7.dtb dra7-evm-lcd10.dtb dra72-evm.dtb dra72-evm-lcd7.dtb dra72-evm-lcd10.dtb am57xx-beagle-x15.dtb am57xx-evm.dtb" |
34 | KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb" | 34 | KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb am57xx-evm.dtb" |
35 | KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" | 35 | KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" |
36 | KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" | 36 | KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" |
37 | KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" | 37 | KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" |
@@ -45,11 +45,11 @@ S = "${WORKDIR}/git" | |||
45 | 45 | ||
46 | BRANCH = "ti-linux-3.14.y" | 46 | BRANCH = "ti-linux-3.14.y" |
47 | 47 | ||
48 | SRCREV = "f8af15dd6a374fc7ccbcb72f3c2b682055c71f0e" | 48 | SRCREV = "f5f577498058620d0735ae96030521b49c0f358f" |
49 | PV = "3.14.34" | 49 | PV = "3.14.34" |
50 | 50 | ||
51 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 51 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
52 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" | 52 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" |
53 | PR = "${MACHINE_KERNEL_PR}" | 53 | PR = "${MACHINE_KERNEL_PR}" |
54 | 54 | ||
55 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 55 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |