diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-05-21 07:56:22 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-21 11:11:06 -0400 |
commit | fef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf (patch) | |
tree | ad28bde634f7f8380b5f76fc21af569139d29e18 /recipes-bsp/uio-module-drv | |
parent | e7601086a4db4dbbb93b50251642794314b8e46f (diff) | |
download | meta-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-bsp/uio-module-drv')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb index b7a26a1d..b2475278 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" | |||
6 | BRANCH ?= "master" | 6 | BRANCH ?= "master" |
7 | # This corresponds to version 01.00.02.01 | 7 | # This corresponds to version 01.00.02.01 |
8 | SRCREV = "c1988446e3364af4df7cd877e6536f0c6647d7bb" | 8 | SRCREV = "c1988446e3364af4df7cd877e6536f0c6647d7bb" |
9 | PV = "1.0.2.1" | 9 | PV = "1.0.2.1+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" | 11 | SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}" |
12 | 12 | ||
13 | # This package builds a kernel module, use kernel PR as base and append a local | 13 | # This package builds a kernel module, use kernel PR as base and append a local |
14 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" | 14 | MACHINE_KERNEL_PR_append = "b" |
15 | PR = "${MACHINE_KERNEL_PR}" | 15 | PR = "${MACHINE_KERNEL_PR}" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |