[meta-ti] Jacob Stiffler : cppi-lld: Clean up recipes
Arago Project git
git at arago-project.org
Wed Nov 4 06:57:59 PST 2015
Module: meta-ti
Branch: master
Commit: 2801ef9ce5fc3846e61c99e16b39f553e65c632d
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2801ef9ce5fc3846e61c99e16b39f553e65c632d
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Wed Nov 4 01:47:09 2015 +0000
cppi-lld: Clean up recipes
* Use INC_PR to track recipe revisions
* Define variables for GIT SRC_URI parameters
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/cppi-lld/cppi-lld-test_git.bb | 2 ++
recipes-bsp/cppi-lld/cppi-lld.inc | 17 ++++++++++++-----
recipes-bsp/cppi-lld/cppi-lld_git.bb | 2 ++
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/recipes-bsp/cppi-lld/cppi-lld-test_git.bb b/recipes-bsp/cppi-lld/cppi-lld-test_git.bb
index 871546e..8f4856a 100644
--- a/recipes-bsp/cppi-lld/cppi-lld-test_git.bb
+++ b/recipes-bsp/cppi-lld/cppi-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip rm-lld cppi-lld qmss-lld"
include cppi-lld.inc
+PR = "${INC_PR}.0"
+
CHOICELIST = "yes no"
do_compile () {
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc
index 21c8fe0..ae81a3f 100644
--- a/recipes-bsp/cppi-lld/cppi-lld.inc
+++ b/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -1,14 +1,21 @@
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git;destsuffix=git/ti/drv/cppi;protocol=git;branch=${BRANCH}"
+CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git"
+CPPI_LLD_GIT_PROTOCOL = "git"
+CPPI_LLD_GIT_BRANCH = "master"
+CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi"
# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.10"
-SRCREV = "97c537fa544a78e83512db3499a49d0bd86fad32"
+CPPI_LLD_SRCREV = "97c537fa544a78e83512db3499a49d0bd86fad32"
+
+BRANCH = "${CPPI_LLD_GIT_BRANCH}"
+SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${CPPI_LLD_SRCREV}"
PV = "02.01.00.10"
+INC_PR = "r1"
DEVICELIST = "k2h k2k k2l k2e"
-BASEDIR = "${WORKDIR}/git"
-S = "${BASEDIR}/ti/drv/cppi"
+S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}"
diff --git a/recipes-bsp/cppi-lld/cppi-lld_git.bb b/recipes-bsp/cppi-lld/cppi-lld_git.bb
index cd419f6..169e0fc 100644
--- a/recipes-bsp/cppi-lld/cppi-lld_git.bb
+++ b/recipes-bsp/cppi-lld/cppi-lld_git.bb
@@ -5,6 +5,8 @@ DEPENDS = "common-csl-ip rm-lld qmss-lld"
include cppi-lld.inc
+PR = "${INC_PR}.0"
+
SRC_URI += "file://init_cppi.sh"
inherit update-rc.d
More information about the meta-ti
mailing list