summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-12-09 08:30:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-12-09 11:53:59 -0500
commit977e53ebc9dfbbbdc154d771ceb9ce39bed7775a (patch)
treed31b8086b7327419568c133c1a67279cb3d3cdd9 /recipes-kernel
parent9ce5c18442e03cb027c7e936b5042c3e9c015b82 (diff)
downloadmeta-ti-977e53ebc9dfbbbdc154d771ceb9ce39bed7775a.tar.gz
linux-ti-staging: update to 3.14.26, add new DTBs, sort configs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb15
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index fa648407..91722682 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -26,10 +26,10 @@ RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw"
26# Default is to package all dtb files for ti33x devices unless building 26# Default is to package all dtb files for ti33x devices unless building
27# for the specific beaglebone machine. 27# for the specific beaglebone machine.
28KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 28KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
29KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb" 29KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb"
30KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" 30KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
31KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" 31KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
32KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb dra72-evm.dtb am57xx-beagle-x15.dtb" 32KERNEL_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"
33KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb" 33KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb"
34KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" 34KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
35KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" 35KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
@@ -44,17 +44,18 @@ S = "${WORKDIR}/git"
44 44
45BRANCH = "ti-linux-3.14.y" 45BRANCH = "ti-linux-3.14.y"
46 46
47SRCREV = "5dcfe16d0585aeed7158820e934a5e43ff017476" 47SRCREV = "6564a16c2f4f6c1cb141169a51c31f8b81eb18a8"
48PV = "3.14.25" 48PV = "3.14.26"
49 49
50# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 50# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
51MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 51MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
52PR = "${MACHINE_KERNEL_PR}" 52PR = "${MACHINE_KERNEL_PR}"
53 53
54KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 54KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"
55KERNEL_CONFIG_FRAGMENTS = "${KERNEL_CONFIG_DIR}/audio_display.cfg ${KERNEL_CONFIG_DIR}/baseport.cfg \ 55KERNEL_CONFIG_FRAGMENTS = "${KERNEL_CONFIG_DIR}/baseport.cfg ${KERNEL_CONFIG_DIR}/all_valid_socs.cfg \
56 ${KERNEL_CONFIG_DIR}/connectivity.cfg ${KERNEL_CONFIG_DIR}/ipc.cfg \ 56 ${KERNEL_CONFIG_DIR}/power.cfg ${KERNEL_CONFIG_DIR}/connectivity.cfg \
57 ${KERNEL_CONFIG_DIR}/power.cfg ${KERNEL_CONFIG_DIR}/wlan.cfg" 57 ${KERNEL_CONFIG_DIR}/ipc.cfg ${KERNEL_CONFIG_DIR}/audio_display.cfg \
58 ${KERNEL_CONFIG_DIR}/wlan.cfg"
58 59
59KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg" 60KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg"
60KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg" 61KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg"