summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-keystone_3.13.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-05-21 07:56:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-05-21 11:11:06 -0400
commitfef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf (patch)
treead28bde634f7f8380b5f76fc21af569139d29e18 /recipes-kernel/linux/linux-keystone_3.13.bb
parente7601086a4db4dbbb93b50251642794314b8e46f (diff)
downloadmeta-ti-fef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf.tar.gz
recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patching
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-keystone_3.13.bb')
-rw-r--r--recipes-kernel/linux/linux-keystone_3.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-keystone_3.13.bb b/recipes-kernel/linux/linux-keystone_3.13.bb
index 13ce73e8..dc53e42b 100644
--- a/recipes-kernel/linux/linux-keystone_3.13.bb
+++ b/recipes-kernel/linux/linux-keystone_3.13.bb
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc
13# Look in the generic major.minor directory for files 13# Look in the generic major.minor directory for files
14FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.13:" 14FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.13:"
15 15
16MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 16MACHINE_KERNEL_PR_append = "a"
17PR = "${MACHINE_KERNEL_PR}" 17PR = "${MACHINE_KERNEL_PR}"
18 18
19# Only k2hk DTB is available in this version 19# Only k2hk DTB is available in this version
@@ -22,7 +22,7 @@ KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
22KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 22KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
23 23
24SRCREV = "11a8eaee39b68e6047f07382c251786b40bef165" 24SRCREV = "11a8eaee39b68e6047f07382c251786b40bef165"
25PV = "3.13.0" 25PV = "3.13.0+git${SRCPV}"
26 26
27BRANCH = "v3.13/master" 27BRANCH = "v3.13/master"
28SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ 28SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\