blob: c9d502ba4f9cb2d5eab72a1139712772fa800f82 [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 Bishop6f8dcde2018-10-16 10:47:12 +08009UNINATIVE_MAXGLIBCVERSION = "2.28"
Brad Bishop00111322018-04-01 22:23:53 -040010
Brad Bishop6f8dcde2018-10-16 10:47:12 +080011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.3/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012UNINATIVE_CHECKSUM[aarch64] ?= "b7fbbaad1ec86d76eca84d83098f50525b8a4124cc8685eaed"
Brad Bishop6f8dcde2018-10-16 10:47:12 +080013UNINATIVE_CHECKSUM[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20"
14UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684"
Brad Bishopd5ae7d92018-06-14 09:52:03 -070015