All of lore.kernel.org
 help / color / mirror / Atom feed
* Jacob Stiffler : sa-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: 3c6b9a7dc3b27c64fac37975fc9c53563bfb8ee5
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=3c6b9a7dc3b27c64fac37975fc9c53563bfb8ee5

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

sa-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/sa-lld/sa-lld-test_git.bb |    2 ++
 recipes-bsp/sa-lld/sa-lld.inc         |   18 +++++++++++++-----
 recipes-bsp/sa-lld/sa-lld_git.bb      |    2 ++
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index 7cb0ac7..4f74ab6 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip cppi-lld qmss-lld pa-lld sa-lld"
 
 include sa-lld.inc
 
+PR = "${INC_PR}.0"
+
 DEVICELIST = "k2h k2k k2l k2e"
 
 CHOICELIST = "no yes"
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 8066279..47584b6 100644
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ b/recipes-bsp/sa-lld/sa-lld.inc
@@ -3,11 +3,19 @@ COMPATIBLE_MACHINE = "keystone"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/sa-lld.git;destsuffix=git/ti/drv/sa;protocol=git;branch=${BRANCH}"
+SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
+SA_LLD_GIT_PROTOCOL = "git"
+SA_LLD_GIT_BRANCH = "master"
+SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
+
 # Following commit DEV.SA_LLD.03.00.00.11A
-SRCREV = "bf5b097e868b20d23d386abc34a1902903d7d9ea"
+SA_LLD_SRCREV = "bf5b097e868b20d23d386abc34a1902903d7d9ea"
+
+BRANCH = "${SA_LLD_GIT_BRANCH}"
+SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${SA_LLD_SRCREV}"
+
 PV = "03.00.00.11"
+INC_PR = "r1"
 
-BASEDIR = "${WORKDIR}/git"
-S = "${BASEDIR}/ti/drv/sa"
+S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
diff --git a/recipes-bsp/sa-lld/sa-lld_git.bb b/recipes-bsp/sa-lld/sa-lld_git.bb
index 3df2c6c..1cab6db 100644
--- a/recipes-bsp/sa-lld/sa-lld_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip"
 
 include sa-lld.inc
 
+PR = "${INC_PR}.0"
+
 do_compile () {
 #   Now build the lld in the updated directory
 	make -f makefile_armv7 clean lib PDK_INSTALL_PATH=${STAGING_INCDIR}



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

* Jacob Stiffler : sa-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: 1e37806e858cf6b43216a9b53a1a906612b73188
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=1e37806e858cf6b43216a9b53a1a906612b73188

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

sa-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/sa-lld/sa-lld-test_git.bb |    2 ++
 recipes-bsp/sa-lld/sa-lld.inc         |   18 +++++++++++++-----
 recipes-bsp/sa-lld/sa-lld_git.bb      |    2 ++
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index 7cb0ac7..4f74ab6 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip cppi-lld qmss-lld pa-lld sa-lld"
 
 include sa-lld.inc
 
+PR = "${INC_PR}.0"
+
 DEVICELIST = "k2h k2k k2l k2e"
 
 CHOICELIST = "no yes"
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 8066279..47584b6 100644
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ b/recipes-bsp/sa-lld/sa-lld.inc
@@ -3,11 +3,19 @@ COMPATIBLE_MACHINE = "keystone"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/sa/COPYING.txt;md5=4709d353574a9569e129ebdf20e732dd"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/sa-lld.git;destsuffix=git/ti/drv/sa;protocol=git;branch=${BRANCH}"
+SA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/sa-lld.git"
+SA_LLD_GIT_PROTOCOL = "git"
+SA_LLD_GIT_BRANCH = "master"
+SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
+
 # Following commit DEV.SA_LLD.03.00.00.11A
-SRCREV = "bf5b097e868b20d23d386abc34a1902903d7d9ea"
+SA_LLD_SRCREV = "bf5b097e868b20d23d386abc34a1902903d7d9ea"
+
+BRANCH = "${SA_LLD_GIT_BRANCH}"
+SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${SA_LLD_SRCREV}"
+
 PV = "03.00.00.11"
+INC_PR = "r1"
 
-BASEDIR = "${WORKDIR}/git"
-S = "${BASEDIR}/ti/drv/sa"
+S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
diff --git a/recipes-bsp/sa-lld/sa-lld_git.bb b/recipes-bsp/sa-lld/sa-lld_git.bb
index 3df2c6c..1cab6db 100644
--- a/recipes-bsp/sa-lld/sa-lld_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip"
 
 include sa-lld.inc
 
+PR = "${INC_PR}.0"
+
 do_compile () {
 #   Now build the lld in the updated directory
 	make -f makefile_armv7 clean lib PDK_INSTALL_PATH=${STAGING_INCDIR}



^ 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 : sa-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.