* [PATCH 0/1 V2] yocto-uninative: allow URL override
@ 2016-10-06 0:43 bavery
2016-10-06 0:43 ` [PATCH 1/1 V2] uninative: users can override download site bavery
0 siblings, 1 reply; 2+ messages in thread
From: bavery @ 2016-10-06 0:43 UTC (permalink / raw)
To: openembedded-core
This changes the
UNINATIVE_URL =
to a
UNINATIVE_URL ?=
so we can override it in the local.conf file. This matches the form of the CHECKSUMS and is useful
in the case that you have a special uninative or can't reach downloads.yoctoproject.org.
-bavery
p.s. The V2 is because my script cut the meta/ off the previous patch.
The following changes since commit 4189a1977e65f71ddb8fc0498bcef91754c673d8:
bitbake: toaster: add Font Awesome license (2016-10-05 10:28:53 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bavery/uninative-oe
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/uninative-oe
bavery (1):
uninative: users can override download site
meta/conf/distro/include/yocto-uninative.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1 V2] uninative: users can override download site
2016-10-06 0:43 [PATCH 0/1 V2] yocto-uninative: allow URL override bavery
@ 2016-10-06 0:43 ` bavery
0 siblings, 0 replies; 2+ messages in thread
From: bavery @ 2016-10-06 0:43 UTC (permalink / raw)
To: openembedded-core
The default download site for the uninative tarball is
http://downloads.yoctoproject.org/releases/uninative/<version>. There
are scenarios in which the user may need to force the download to be
somewhere else. This patch allows the UNINATIVE_URL to be set in the
local.conf.
Signed-off-by: bavery <brian.avery@intel.com>
---
meta/conf/distro/include/yocto-uninative.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index 2f794f7..975edec 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -6,6 +6,6 @@
# to the distro running on the build machine.
#
-UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/1.4/"
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.4/"
UNINATIVE_CHECKSUM[i686] ?= "b4bc60511ce479736808273ffa043df4ed2a225407dd7ca150ae6220d9ce76d5"
UNINATIVE_CHECKSUM[x86_64] ?= "101ff8f2580c193488db9e76f9646fb6ed38b65fb76f403acb0e2178ce7127ca"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-06 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 0:43 [PATCH 0/1 V2] yocto-uninative: allow URL override bavery
2016-10-06 0:43 ` [PATCH 1/1 V2] uninative: users can override download site bavery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox