blob: 0bb8f7af17606c369efd60d9aaef116b264ddb83 [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
Brad Bishop40320b12019-03-26 16:08:25 -04009UNINATIVE_MAXGLIBCVERSION = "2.29"
Brad Bishop00111322018-04-01 22:23:53 -040010
Brad Bishop15ae2502019-06-18 21:44:24 -040011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.5/"
12UNINATIVE_CHECKSUM[aarch64] ?= "ca977ff95c77f983570141908d451ff7d78add2864471605af404302bb36a1fa"
13UNINATIVE_CHECKSUM[i686] ?= "7b5822891c293795faf8a4a80586b36f8cde405387524916a24f9055ea82f7ca"
14UNINATIVE_CHECKSUM[x86_64] ?= "ed0ac07c710b711925cb976685dd855fb1d442dd840d00194751c18bf480c4ed"