diff mbox series

[meta-arago,kirkstone] conf: distro: arago.conf: Change FEEDURIPREFIX

Message ID 20230601161843.15364-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone] conf: distro: arago.conf: Change FEEDURIPREFIX | expand

Commit Message

Ryan Eatmon June 1, 2023, 4:18 p.m. UTC
We are changing around where we store our internal build opkg packages,
so the FEEDURIPREFIX needs to be updated to match the new location.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 379b1d44..59ee9926 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -4,7 +4,7 @@  DISTRO_VERSION = "2023.04"
 DISTRO_FEED_URI ?= "http://lcpd.itg.ti.com"
 BUILD_VARIANT = "${@['prod','rt','systest'][int(d.getVar('ARAGO_RT_ENABLE'))+int(d.getVar('ARAGO_SYSTEST_ENABLE'))*2]}"
 TISDK_VERSION ?= "live"
-FEEDURIPREFIX ?= "packages/${DISTRO}-dunfell/${TISDK_VERSION}/${BUILD_VARIANT}/"
+FEEDURIPREFIX ?= "builds/${DISTRO}-kirkstone/${BUILD_VARIANT}/${MACHINE}/latest/packages/"
 
 OPKG_ARGS:remove = "--prefer-arch-to-version"