blob: bfe05ce1eb5f98c4603ba217a53846a0d18a2ae9 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001#
2# This include points at uninative tarballs generated and maintained
3# by the Yocto Project. These file can be included by distros if they
4# want to use/maintain a unified sstate feed for native/cross artefacts
5# rather than the feeds having native/cross artefacts which are specific
6# to the distro running on the build machine.
7#
8
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009UNINATIVE_MAXGLIBCVERSION = "2.35"
10UNINATIVE_VERSION = "3.5"
Brad Bishop00111322018-04-01 22:23:53 -040011
Andrew Geissler595f6302022-01-24 19:11:47 +000012UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013UNINATIVE_CHECKSUM[aarch64] ?= "6de0771bd21e0fcb5e80388e5b561a8023b24083bcbf46e056a089982aff75d7"
14UNINATIVE_CHECKSUM[i686] ?= "8c8745becbfa1c341bae839c7eab56ddf17ce36c303bcd73d3b2f2f788b631c2"
15UNINATIVE_CHECKSUM[x86_64] ?= "e8047a5748e6f266165da141eb6d08b23674f30e477b0e5505b6403d50fbc4b2"