blob: 38080c63b588c717cd31ff0f39299e67c9659ce3 [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 Bishop00111322018-04-01 22:23:53 -04009UNINATIVE_MAXGLIBCVERSION = "2.27"
10
Brad Bishopd5ae7d92018-06-14 09:52:03 -070011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.2/"
12UNINATIVE_CHECKSUM[i686] ?= "036b60092fe4acfa1a321d110673030db20344a2d56f33a4d047f0279498bdad"
13UNINATIVE_CHECKSUM[x86_64] ?= "e3b77208169bf1ac4e89496f3cdbf27695f5b18a2694a908a793390f28b67f83"
14