blob: 05b79d14c3f79b1379e15ce3f5a7ebefa3a7478c [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 Geisslerd1e89492021-02-12 15:35:20 -06009UNINATIVE_MAXGLIBCVERSION = "2.33"
Brad Bishop00111322018-04-01 22:23:53 -040010
Andrew Geisslerc926e172021-05-07 16:11:35 -050011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/3.1/"
12UNINATIVE_CHECKSUM[aarch64] ?= "7fa12b9fe7a95934cc09beb0e8a25ff97179ef3105116015d32548eadd27b024"
13UNINATIVE_CHECKSUM[i686] ?= "bbfcdd48336800b5af97e294918c6586a0a8fa903f127f813b0bd5110de8c55c"
14UNINATIVE_CHECKSUM[x86_64] ?= "5d0611df544edff6428cef7d871257a91aa6ba1bd92f5365a2df8deb54b6b31e"