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/pru | |
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/pru')
-rw-r--r-- | recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb b/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb index 1a418d7c..a837b356 100644 --- a/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb +++ b/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb | |||
@@ -7,8 +7,9 @@ COMPATIBLE_MACHINE = "omapl138" | |||
7 | 7 | ||
8 | INHIBIT_PACKAGE_STRIP = "1" | 8 | INHIBIT_PACKAGE_STRIP = "1" |
9 | 9 | ||
10 | MACHINE_KERNEL_PR_append = "b+svnr${SRCPV}" | 10 | MACHINE_KERNEL_PR_append = "b" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | PV_append = "+svn${SRCPV}" | ||
12 | 13 | ||
13 | SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonymous;pswd=''" | 14 | SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonymous;pswd=''" |
14 | 15 | ||