* [PATCH] yocto-uninative: Add common include for uninative
@ 2016-03-04 16:30 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-03-04 16:30 UTC (permalink / raw)
To: openembedded-core
uninative has some specific setup requirements. Rather than have everyone
doing this themselves, do this centrally and allow people to opt into it
based on some Yocto Project builds of the uninative tarballs.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
new file mode 100644
index 0000000..f0f1975
--- /dev/null
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -0,0 +1,11 @@
+#
+# This include points at uninative tarballs generated and maintained
+# by the Yocto Project. These file can be included by distros if they
+# want to use/maintain a unified sstate feed for native/cross artefacts
+# rather than the feeds having native/cross artefacts which are specific
+# to the distro running on the build machine.
+#
+
+UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/0.9/"
+UNINATIVE_CHECKSUM[i686] = "d74d476bfcf9b82d8e8befb98b87068b"
+UNINATIVE_CHECKSUM[x86_64] = "2b727b6a8e47999ff58da7d7db16fc2f"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-04 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 16:30 [PATCH] yocto-uninative: Add common include for uninative Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox