All of lore.kernel.org
 help / color / mirror / Atom feed
* Jacob Stiffler : edma3-lld: Clean up recipes
@ 2015-11-04 14:58 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2015-11-04 14:58 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 4aaf561265664aa08072428c47827403f5fc6cfd
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=4aaf561265664aa08072428c47827403f5fc6cfd

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Wed Nov  4 01:47:12 2015 +0000

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>

---

 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb |    2 +-
 recipes-bsp/edma3-lld/edma3-lld.inc         |   13 ++++++++++---
 recipes-bsp/edma3-lld/edma3-lld_git.bb      |    2 +-
 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 a4e0df6..4ebfd16 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
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"
 
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
index 28c49e3..8dc80f7 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"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git;protocol=git;branch=${BRANCH}"
+EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
+EDMA3_LLD_GIT_PROTOCOL = "git"
+EDMA3_LLD_GIT_BRANCH = "master"
+
 # The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1
-SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
+EDMA3_LLD_SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
+
+BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
+SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${EDMA3_LLD_SRCREV}"
 
 PV = "2.12.01.21"
+INC_PR = "r2"
diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb
index 913dd3e..ec6ca47 100644
--- a/recipes-bsp/edma3-lld/edma3-lld_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb
@@ -1,6 +1,6 @@
 require edma3-lld.inc
 
-PR = "r0"
+PR = "${INC_PR}.0"
 
 COMPATIBLE_MACHINE = "keystone"
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Jacob Stiffler : edma3-lld: Clean up recipes
@ 2015-11-04 14:57 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2015-11-04 14:57 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: fido
Commit: 82e19a921ca4da9556ce5ce06ab903e9450bd388
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=82e19a921ca4da9556ce5ce06ab903e9450bd388

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Wed Nov  4 01:47:12 2015 +0000

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>

---

 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb |    2 +-
 recipes-bsp/edma3-lld/edma3-lld.inc         |   13 ++++++++++---
 recipes-bsp/edma3-lld/edma3-lld_git.bb      |    2 +-
 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 a4e0df6..4ebfd16 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
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"
 
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
index 28c49e3..8dc80f7 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"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git;protocol=git;branch=${BRANCH}"
+EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
+EDMA3_LLD_GIT_PROTOCOL = "git"
+EDMA3_LLD_GIT_BRANCH = "master"
+
 # The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1
-SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
+EDMA3_LLD_SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
+
+BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
+SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${EDMA3_LLD_SRCREV}"
 
 PV = "2.12.01.21"
+INC_PR = "r2"
diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb
index 913dd3e..ec6ca47 100644
--- a/recipes-bsp/edma3-lld/edma3-lld_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb
@@ -1,6 +1,6 @@
 require edma3-lld.inc
 
-PR = "r0"
+PR = "${INC_PR}.0"
 
 COMPATIBLE_MACHINE = "keystone"
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-04 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 14:58 Jacob Stiffler : edma3-lld: Clean up recipes Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2015-11-04 14:57 Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.