[meta-ti] Jacob Stiffler : rm-lld: Clean up recipes
Arago Project git
git at arago-project.org
Wed Nov 4 07:03:53 PST 2015
Module: meta-ti
Branch: master
Commit: 36800c7c7c790aa1a637b2810e4e044a41855150
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=36800c7c7c790aa1a637b2810e4e044a41855150
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Wed Nov 4 01:47:27 2015 +0000
rm-lld: Clean up recipes
* 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/rm-lld/rm-lld_git.bb | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/recipes-bsp/rm-lld/rm-lld_git.bb b/recipes-bsp/rm-lld/rm-lld_git.bb
index 8b2806c..d6cb62b 100644
--- a/recipes-bsp/rm-lld/rm-lld_git.bb
+++ b/recipes-bsp/rm-lld/rm-lld_git.bb
@@ -2,12 +2,20 @@ DESCRIPTION = "TI Resource Manager Low Level Driver"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc"
-BRANCH="master"
-SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}"
+RM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/rm-lld.git"
+RM_LLD_GIT_PROTOCOL = "git"
+RM_LLD_GIT_BRANCH = "master"
+RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm"
+
# Below commit ID corresponds to DEV.RM_LLD.02.01.02.00
-SRCREV = "b3d711203c6b4cf99fb2f95dc2f4728dfd1b2639"
+RM_LLD_SRCREV = "b3d711203c6b4cf99fb2f95dc2f4728dfd1b2639"
+
+BRANCH = "${RM_LLD_GIT_BRANCH}"
+SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${RM_LLD_SRCREV}"
+
PV = "02.01.02.00"
-PR = "r1"
+PR = "r2"
COMPATIBLE_MACHINE = "keystone"
More information about the meta-ti
mailing list