From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by arago-project.org (Postfix) with ESMTPS id 3D927529DF for ; Wed, 25 Jan 2017 22:14:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 6D0B820B1D; Wed, 25 Jan 2017 22:14:02 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f4UbZuml6rqy; Wed, 25 Jan 2017 22:14:02 +0000 (UTC) Received: from mail.denix.org (pool-100-15-95-79.washdc.fios.verizon.net [100.15.95.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 4C984209A1; Wed, 25 Jan 2017 22:14:01 +0000 (UTC) Received: from sam.denix (sam [192.168.0.5]) by mail.denix.org (Postfix) with ESMTP id 5EDE716231F; Wed, 25 Jan 2017 17:14:00 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Wed, 25 Jan 2017 17:13:59 -0500 Message-Id: <1485382439-4460-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 Subject: [master][PATCH] arago.conf: update feed URL for the new location X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 22:14:02 -0000 From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 1adb9c9..9916bef 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -1,8 +1,9 @@ # Name and version of the distribution DISTRO_NAME = "Arago" DISTRO_VERSION = "2017.01" -DISTRO_FEED_URI ?= "http://gtautoftp.gt.design.ti.com" -FEEDURIPREFIX ?= "lcpd/core-sdk/nightly/deploy/ipk/" +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}-master/${BUILD_VARIANT}/" OPKG_ARGS_remove = "--prefer-arch-to-version" -- 2.7.4