summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-09-03 22:11:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-09-03 12:41:15 -0400
commit517864123d85330ec6a41a5f94603b3ffeb167fe (patch)
tree53994af35e18eaf9c1af3f4e61cf4e8be0cc814c
parent41457c50e21168faf04f3cdd4168954890d6cdab (diff)
downloadmeta-ti-517864123d85330ec6a41a5f94603b3ffeb167fe.tar.gz
linux-ti-staging: update to the latest rev and add wlan config
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 46c3dedc..2a458b74 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -44,17 +44,17 @@ S = "${WORKDIR}/git"
44 44
45BRANCH = "ti-linux-3.14.y" 45BRANCH = "ti-linux-3.14.y"
46 46
47SRCREV = "367e55fbd8b6a7fb853f44a4f854eaadbbfd68c2" 47SRCREV = "0627fb95826dbcaac164f051d7d0a694e59d709a"
48PV = "3.14.17" 48PV = "3.14.17"
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 = "b+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}/audio_display.cfg ${KERNEL_CONFIG_DIR}/baseport.cfg \
56 ${KERNEL_CONFIG_DIR}/connectivity.cfg ${KERNEL_CONFIG_DIR}/ipc.cfg \ 56 ${KERNEL_CONFIG_DIR}/connectivity.cfg ${KERNEL_CONFIG_DIR}/ipc.cfg \
57 ${KERNEL_CONFIG_DIR}/power.cfg" 57 ${KERNEL_CONFIG_DIR}/power.cfg ${KERNEL_CONFIG_DIR}/wlan.cfg"
58 58
59KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${WORKDIR}/non-smp.cfg" 59KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${WORKDIR}/non-smp.cfg"
60KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${WORKDIR}/non-smp.cfg" 60KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${WORKDIR}/non-smp.cfg"