blob: 59ccd6931babad52cd3ac7f3ecef1419130b987b [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 Bishop40320b12019-03-26 16:08:25 -04009UNINATIVE_MAXGLIBCVERSION = "2.29"
Brad Bishop00111322018-04-01 22:23:53 -040010
Brad Bishop40320b12019-03-26 16:08:25 -040011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.4/"
12UNINATIVE_CHECKSUM[aarch64] ?= "af2e2faf6cf00ff45cc1bcd5e3fb00cee7f79b3ec7c3be15917ad4ff8c154cfe"
13UNINATIVE_CHECKSUM[i686] ?= "fafacfc537a6ce2bd122bd16c146881ab5ac69bd575abf6cb68a0dd33fa70ea2"
14UNINATIVE_CHECKSUM[x86_64] ?= "06f91685b782f2ccfedf3070b3ba0fe4a5ba2f0766dad5c9d1642dccf95accd0"