blob: bc470839780068cb19e927c02b96876cc7535daa [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 Geisslerd1e89492021-02-12 15:35:20 -060011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.11/"
12UNINATIVE_CHECKSUM[aarch64] ?= "fa703e25c26eaebb1afd895337b92a24cc5077818e093af74912e53846a117fe"
13UNINATIVE_CHECKSUM[i686] ?= "638901c990ffbe716a34400134a2ad49a1c3104e3b48cdafd6fcd28e9b133294"
14UNINATIVE_CHECKSUM[x86_64] ?= "047ddd78d6b5cabd2a102120e27755a9eaa1d5724c6a8f4007daa3f10ecb6871"