summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-05-18 18:20:59 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-05-19 15:31:08 -0400
commit3fca98cfc0da711c366703daab745d7d65c586f6 (patch)
tree2dd00262fa6d109bbb766e37de8fc73fb03023e6
parent3ae905f31e0dcbb86cd79335def95f69b494ff61 (diff)
downloadmeta-ti-3fca98cfc0da711c366703daab745d7d65c586f6.tar.gz
linux-ti-staging-3.14: Allow CMEM DT injection.
* Disabled by default. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 260ed9b3..3a319dcd 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -8,6 +8,7 @@ inherit kernel
8require recipes-kernel/linux/linux-dtb.inc 8require recipes-kernel/linux/linux-dtb.inc
9require recipes-kernel/linux/setup-defconfig.inc 9require recipes-kernel/linux/setup-defconfig.inc
10require recipes-kernel/linux/multi-kernel.inc 10require recipes-kernel/linux/multi-kernel.inc
11require recipes-kernel/linux/cmem.inc
11 12
12# Look in the generic major.minor directory for files 13# Look in the generic major.minor directory for files
13FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.14:" 14FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.14:"
@@ -49,7 +50,7 @@ SRCREV = "d0f5c460aac292d2942b23dd6199fe23021212ad"
49PV = "3.14.43" 50PV = "3.14.43"
50 51
51# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 52# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
52MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 53MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
53PR = "${MACHINE_KERNEL_PR}" 54PR = "${MACHINE_KERNEL_PR}"
54 55
55KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 56KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"