All of lore.kernel.org
 help / color / mirror / Atom feed
* Jacob Stiffler : netapi: clean up recipes
@ 2016-04-26 18:55 Arago Project git
  0 siblings, 0 replies; only message in thread
From: Arago Project git @ 2016-04-26 18:55 UTC (permalink / raw)
  To: meta-ti

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

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Mon Apr 25 19:08:16 2016 +0000

netapi: clean up recipes

* Define variables to abstract GIT SRC_URI parameters

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/netapi/netapi.inc |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc
index d710a22..7ce8f19 100644
--- a/recipes-ti/netapi/netapi.inc
+++ b/recipes-ti/netapi/netapi.inc
@@ -9,13 +9,19 @@ DEBIAN_NOAUTONAME_${PN}-dev = "1"
 DEBIAN_NOAUTONAME_${PN}-dbg = "1"
 DEBIAN_NOAUTONAME_${PN}-staticdev = "1"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}"
+NETAPI_GIT_URI = "git://git.ti.com/keystone-rtos/netapi.git"
+NETAPI_GIT_PROTOCOL = "git"
+NETAPI_GIT_BRANCH = "master"
 
 # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
-SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
+NETAPI_SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
+
+BRANCH = "${NETAPI_GIT_BRANCH}"
+SRC_URI = "${NETAPI_GIT_URI};protocol=${NETAPI_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${NETAPI_SRCREV}"
+
 PV = "01.01.00.06"
-INC_PR = "r4"
+INC_PR = "r5"
 
 DEVICELIST_k2hk-evm = "k2h k2k"
 DEVICELIST_k2l-evm  = "k2l"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-26 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 18:55 Jacob Stiffler : netapi: clean up recipes 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.