summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:57:07 -0500
commit4aaf561265664aa08072428c47827403f5fc6cfd (patch)
tree2fb775a7f3f575e79bd477f1fd8dbc444d43186a /recipes-bsp/edma3-lld
parent30bc6a176aadedd48ce66e8bf37c838418dd81dc (diff)
downloadmeta-ti-4aaf561265664aa08072428c47827403f5fc6cfd.tar.gz
edma3-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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb2
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld.inc13
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld_git.bb2
3 files changed, 12 insertions, 5 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index a4e0df64..4ebfd16e 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -2,7 +2,7 @@ require edma3-lld.inc
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc 3require recipes-ti/includes/ti-staging.inc
4 4
5PR = "r1" 5PR = "${INC_PR}.0"
6 6
7DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools" 7DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"
8 8
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
index 28c49e3a..8dc80f73 100644
--- a/recipes-bsp/edma3-lld/edma3-lld.inc
+++ b/recipes-bsp/edma3-lld/edma3-lld.inc
@@ -2,9 +2,16 @@ DESCRIPTION = "TI EDMA3 low level driver and test code"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4 4
5BRANCH = "master" 5EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
6SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git;protocol=git;branch=${BRANCH}" 6EDMA3_LLD_GIT_PROTOCOL = "git"
7EDMA3_LLD_GIT_BRANCH = "master"
8
7# The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1 9# The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1
8SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93" 10EDMA3_LLD_SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
11
12BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
13SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
14SRCREV = "${EDMA3_LLD_SRCREV}"
9 15
10PV = "2.12.01.21" 16PV = "2.12.01.21"
17INC_PR = "r2"
diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb
index 913dd3e8..ec6ca47b 100644
--- a/recipes-bsp/edma3-lld/edma3-lld_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb
@@ -1,6 +1,6 @@
1require edma3-lld.inc 1require edma3-lld.inc
2 2
3PR = "r0" 3PR = "${INC_PR}.0"
4 4
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6