All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus/master][PATCH] arago.conf: add TISDK_VERSION level in package feed hierarchy
@ 2020-03-04 19:14 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2020-03-04 19:14 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

This allows for versioned releases feeds vs. "live" feeds.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 5bc6a24..5d42232 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -3,7 +3,8 @@ DISTRO_NAME = "Arago"
 DISTRO_VERSION = "2020.01"
 DISTRO_FEED_URI ?= "http://lcpd.gt.design.ti.com"
 BUILD_VARIANT = "${@['prod','rt','systest'][int(d.getVar('ARAGO_RT_ENABLE'))+int(d.getVar('ARAGO_SYSTEST_ENABLE'))*2]}"
-FEEDURIPREFIX ?= "packages/${DISTRO}-zeus/${BUILD_VARIANT}/"
+TISDK_VERSION ?= "live"
+FEEDURIPREFIX ?= "packages/${DISTRO}-zeus/${TISDK_VERSION}/${BUILD_VARIANT}/"
 
 OPKG_ARGS_remove = "--prefer-arch-to-version"
 
-- 
2.7.4



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

only message in thread, other threads:[~2020-03-04 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 19:14 [zeus/master][PATCH] arago.conf: add TISDK_VERSION level in package feed hierarchy Denys Dmytriyenko

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.