blob: ad75d3e2a39deb2c6b63edef5f7e313ae367af37 [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 Bishopf3f93bb2019-10-16 14:33:32 -04009UNINATIVE_MAXGLIBCVERSION = "2.30"
Brad Bishop00111322018-04-01 22:23:53 -040010
Brad Bishopf3f93bb2019-10-16 14:33:32 -040011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.7/"
12UNINATIVE_CHECKSUM[aarch64] ?= "e76a45886ee8a0b3904b761c17ac8ff91edf9811ee455f1832d10763ba794dfc"
13UNINATIVE_CHECKSUM[i686] ?= "810d027dfb1c7675226afbcec07808770516c969ee7378f6d8240281083f8924"
14UNINATIVE_CHECKSUM[x86_64] ?= "9498d8bba047499999a7310ac2576d0796461184965351a56f6d32c888a1f216"