summaryrefslogtreecommitdiff
path: root/poky/meta/conf/distro/include/yocto-uninative.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/conf/distro/include/yocto-uninative.inc')
-rw-r--r--poky/meta/conf/distro/include/yocto-uninative.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/poky/meta/conf/distro/include/yocto-uninative.inc b/poky/meta/conf/distro/include/yocto-uninative.inc
new file mode 100644
index 0000000000..a8e82cb5d7
--- /dev/null
+++ b/poky/meta/conf/distro/include/yocto-uninative.inc
@@ -0,0 +1,13 @@
+#
+# 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_MAXGLIBCVERSION = "2.27"
+
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.9/"
+UNINATIVE_CHECKSUM[i686] ?= "83a4f927da81d9889ef0cbe5c12cb782e21c6cc11e6155600b94ff0c99576dce"
+UNINATIVE_CHECKSUM[x86_64] ?= "c26622a1f27dbf5b25de986b11584b5c5b2f322d9eb367f705a744f58a5561ec"