summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2014-09-05 18:34:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-09-08 10:29:03 -0400
commit169647d3dcb756b9d5399310383915a6193ebfd2 (patch)
tree5d290cb41ca7d51c9bbcd5bd0e222add100f0e26
parent287001242547b13638cfe192348b9669bdac9c9c (diff)
downloadmeta-ti-169647d3dcb756b9d5399310383915a6193ebfd2.tar.gz
linux-ti-staging_3.14: make kernel origin configurable
Using variables for KERNEL_GIT_URI and KERNEL_GIT_PROTOCOL allows layer bbappends to specify local repositories to test of pending changes that are not available in the official TI kernel, without requiring duplication of config fragments specified in SRC_URI in the base recipe. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb4
1 files changed, 3 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 45dccefb..cb6086a0 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -59,7 +59,9 @@ KERNEL_CONFIG_FRAGMENTS = "${KERNEL_CONFIG_DIR}/audio_display.cfg ${KERNEL_CONFI
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"
61 61
62SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 62KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
63KERNEL_GIT_PROTOCOL = "git"
64SRC_URI = "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \
63 file://defconfig \ 65 file://defconfig \
64 file://non-smp.cfg \ 66 file://non-smp.cfg \
65 " 67 "