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/cmem | |
| 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/cmem')
| -rw-r--r-- | recipes-bsp/cmem/cmem-mod_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/cmem/cmem.inc | 2 | ||||
| -rw-r--r-- | recipes-bsp/cmem/cmem_git.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb index 0cc0b464..b36eb096 100644 --- a/recipes-bsp/cmem/cmem-mod_git.bb +++ b/recipes-bsp/cmem/cmem-mod_git.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" | |||
| 3 | include cmem.inc | 3 | include cmem.inc |
| 4 | 4 | ||
| 5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
| 6 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" | 6 | MACHINE_KERNEL_PR_append = "b" |
| 7 | PR = "${MACHINE_KERNEL_PR}" | 7 | PR = "${MACHINE_KERNEL_PR}" |
| 8 | 8 | ||
| 9 | inherit module | 9 | inherit module |
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index ff7a8a04..bbb86b05 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
| @@ -7,6 +7,8 @@ BRANCH ?= "master" | |||
| 7 | # This corresponds to version 4.10.00.01 | 7 | # This corresponds to version 4.10.00.01 |
| 8 | SRCREV = "0d2fac7187ca1f6af62a98dee5b3621908cf5831" | 8 | SRCREV = "0d2fac7187ca1f6af62a98dee5b3621908cf5831" |
| 9 | 9 | ||
| 10 | PV = "4.10.00.01+git${SRCPV}" | ||
| 11 | |||
| 10 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" |
| 11 | 13 | ||
| 12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb index 540c2f63..b30029d6 100644 --- a/recipes-bsp/cmem/cmem_git.bb +++ b/recipes-bsp/cmem/cmem_git.bb | |||
| @@ -4,7 +4,7 @@ include cmem.inc | |||
| 4 | 4 | ||
| 5 | RDEPENDS_${PN} = "cmem-mod" | 5 | RDEPENDS_${PN} = "cmem-mod" |
| 6 | 6 | ||
| 7 | PR = "r1+gitr${SRCPV}" | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | PACKAGES =+ "${PN}-test" | 9 | PACKAGES =+ "${PN}-test" |
| 10 | 10 | ||
