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

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

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

srio-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/srio-lld/srio-lld-test_git.bb |    2 ++
 recipes-bsp/srio-lld/srio-lld.inc         |   14 +++++++++++---
 recipes-bsp/srio-lld/srio-lld_git.bb      |    2 ++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/srio-lld/srio-lld-test_git.bb b/recipes-bsp/srio-lld/srio-lld-test_git.bb
index 7cf254e..da3e357 100644
--- a/recipes-bsp/srio-lld/srio-lld-test_git.bb
+++ b/recipes-bsp/srio-lld/srio-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS="common-csl-ip rm-lld cppi-lld qmss-lld srio-lld cmem"
 
 include srio-lld.inc
 
+PR = "${INC_PR}.0"
+
 CHOICELIST = "yes no"
 
 do_compile () {
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index 0f1ee2d..6e51f79 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -1,12 +1,20 @@
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/srio/srio_drv.h;beginline=1;endline=41;md5=469096088e072d883ff7eef301b34093"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/srio-lld.git;destsuffix=git/ti/drv/srio;protocol=git;branch=${BRANCH}"
+SRIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/srio-lld.git"
+SRIO_LLD_GIT_PROTOCOL = "git"
+SRIO_LLD_GIT_BRANCH = "master"
+SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio"
 
 # commit ID corresponding to DEV.SRIO_LLD.02.00.00.13
-SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1"
+SRIO_LLD_SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1"
+
+BRANCH = "${SRIO_LLD_GIT_BRANCH}"
+SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${SRIO_LLD_SRCREV}"
+
 PV = "02.00.00.13"
+INC_PR = "r1"
 
 DEVICELIST = "k2h k2k"
 
diff --git a/recipes-bsp/srio-lld/srio-lld_git.bb b/recipes-bsp/srio-lld/srio-lld_git.bb
index 9ff845b..ba3cc24 100644
--- a/recipes-bsp/srio-lld/srio-lld_git.bb
+++ b/recipes-bsp/srio-lld/srio-lld_git.bb
@@ -5,6 +5,8 @@ DEPENDS="common-csl-ip rm-lld cppi-lld"
 
 include srio-lld.inc
 
+PR = "${INC_PR}.0"
+
 do_compile () {
 #   Now build the lld
 	oe_runmake clean



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

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

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

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

srio-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/srio-lld/srio-lld-test_git.bb |    2 ++
 recipes-bsp/srio-lld/srio-lld.inc         |   14 +++++++++++---
 recipes-bsp/srio-lld/srio-lld_git.bb      |    2 ++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/srio-lld/srio-lld-test_git.bb b/recipes-bsp/srio-lld/srio-lld-test_git.bb
index 7cf254e..da3e357 100644
--- a/recipes-bsp/srio-lld/srio-lld-test_git.bb
+++ b/recipes-bsp/srio-lld/srio-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS="common-csl-ip rm-lld cppi-lld qmss-lld srio-lld cmem"
 
 include srio-lld.inc
 
+PR = "${INC_PR}.0"
+
 CHOICELIST = "yes no"
 
 do_compile () {
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index 0f1ee2d..6e51f79 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -1,12 +1,20 @@
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/srio/srio_drv.h;beginline=1;endline=41;md5=469096088e072d883ff7eef301b34093"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/srio-lld.git;destsuffix=git/ti/drv/srio;protocol=git;branch=${BRANCH}"
+SRIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/srio-lld.git"
+SRIO_LLD_GIT_PROTOCOL = "git"
+SRIO_LLD_GIT_BRANCH = "master"
+SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio"
 
 # commit ID corresponding to DEV.SRIO_LLD.02.00.00.13
-SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1"
+SRIO_LLD_SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1"
+
+BRANCH = "${SRIO_LLD_GIT_BRANCH}"
+SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${SRIO_LLD_SRCREV}"
+
 PV = "02.00.00.13"
+INC_PR = "r1"
 
 DEVICELIST = "k2h k2k"
 
diff --git a/recipes-bsp/srio-lld/srio-lld_git.bb b/recipes-bsp/srio-lld/srio-lld_git.bb
index 9ff845b..ba3cc24 100644
--- a/recipes-bsp/srio-lld/srio-lld_git.bb
+++ b/recipes-bsp/srio-lld/srio-lld_git.bb
@@ -5,6 +5,8 @@ DEPENDS="common-csl-ip rm-lld cppi-lld"
 
 include srio-lld.inc
 
+PR = "${INC_PR}.0"
+
 do_compile () {
 #   Now build the lld
 	oe_runmake clean



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 15:03 Jacob Stiffler : srio-lld: Clean up recipes Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2015-11-04 15:03 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.