diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-18 18:20:59 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-19 15:31:08 -0400 |
commit | 3fca98cfc0da711c366703daab745d7d65c586f6 (patch) | |
tree | 2dd00262fa6d109bbb766e37de8fc73fb03023e6 /recipes-kernel | |
parent | 3ae905f31e0dcbb86cd79335def95f69b494ff61 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_3.14.bb | 3 |
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 | |||
8 | require recipes-kernel/linux/linux-dtb.inc | 8 | require recipes-kernel/linux/linux-dtb.inc |
9 | require recipes-kernel/linux/setup-defconfig.inc | 9 | require recipes-kernel/linux/setup-defconfig.inc |
10 | require recipes-kernel/linux/multi-kernel.inc | 10 | require recipes-kernel/linux/multi-kernel.inc |
11 | require 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 |
13 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.14:" | 14 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.14:" |
@@ -49,7 +50,7 @@ SRCREV = "d0f5c460aac292d2942b23dd6199fe23021212ad" | |||
49 | PV = "3.14.43" | 50 | PV = "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 |
52 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | 53 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" |
53 | PR = "${MACHINE_KERNEL_PR}" | 54 | PR = "${MACHINE_KERNEL_PR}" |
54 | 55 | ||
55 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 56 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |