diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:24 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 09:59:40 -0500 |
| commit | 8618a97a988637fecfc6dc53e58e0684134a42a2 (patch) | |
| tree | f0e05b4b8784e27dd6fce88461428e5fc772a605 | |
| parent | bb3b5d10f0c16d807dc6e8451955c33e50f59bb4 (diff) | |
| download | meta-ti-8618a97a988637fecfc6dc53e58e0684134a42a2.tar.gz | |
pktlib: Clean up recipes
* Define variables for GIT SRC_URI parameters
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/pktlib/pktlib_git.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb index 17e5041e..03399cf0 100644 --- a/recipes-bsp/pktlib/pktlib_git.bb +++ b/recipes-bsp/pktlib/pktlib_git.bb | |||
| @@ -5,12 +5,19 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fb | |||
| 5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" | 5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" |
| 6 | COMPATIBLE_MACHINE = "keystone" | 6 | COMPATIBLE_MACHINE = "keystone" |
| 7 | 7 | ||
| 8 | BRANCH = "master" | 8 | PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git" |
| 9 | SRC_URI = "git://git.ti.com/keystone-rtos/pktlib.git;protocol=git;branch=${BRANCH}" | 9 | PKTLIB_GIT_PROTOCOL = "git" |
| 10 | PKTLIB_GIT_BRANCH = "master" | ||
| 10 | 11 | ||
| 11 | # Corresponds to DEV.PKTLIB.2.1.0.5 | 12 | # Corresponds to DEV.PKTLIB.2.1.0.5 |
| 12 | SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186" | 13 | PKTLIB_SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186" |
| 14 | |||
| 15 | BRANCH = "${PKTLIB_GIT_BRANCH}" | ||
| 16 | SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 17 | SRCREV = "${PKTLIB_SRCREV}" | ||
| 18 | |||
| 13 | PV = "2.1.0.5" | 19 | PV = "2.1.0.5" |
| 20 | PR = "r1" | ||
| 14 | 21 | ||
| 15 | S = "${WORKDIR}/git/ti/runtime/pktlib" | 22 | S = "${WORKDIR}/git/ti/runtime/pktlib" |
| 16 | 23 | ||
