blob: 69b6edee5f7221499d9e2a0dcda6f7dea071850b [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 Geisslerc9f78652020-09-18 14:11:35 -05009UNINATIVE_MAXGLIBCVERSION = "2.32"
Brad Bishop00111322018-04-01 22:23:53 -040010
Andrew Geisslerc9f78652020-09-18 14:11:35 -050011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.9/"
12UNINATIVE_CHECKSUM[aarch64] ?= "9f25a667aee225b1dd65c4aea73e01983e825b1cb9b56937932a1ee328b45f81"
13UNINATIVE_CHECKSUM[i686] ?= "cae5d73245d95b07cf133b780ba3f6c8d0adca3ffc4e7e7fab999961d5e24d36"
14UNINATIVE_CHECKSUM[x86_64] ?= "d07916b95c419c81541a19c8ef0ed8cbd78ae18437ff28a4c8a60ef40518e423"