blob: ad4816a1f3cf3da30af446fa1df6b01634b5457a [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
Patrick Williams864cc432023-02-09 14:54:44 -06009UNINATIVE_MAXGLIBCVERSION = "2.37"
Patrick Williamsb542dec2023-06-09 01:26:37 -050010UNINATIVE_VERSION = "4.0"
Brad Bishop00111322018-04-01 22:23:53 -040011
Andrew Geissler595f6302022-01-24 19:11:47 +000012UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
Patrick Williamsb542dec2023-06-09 01:26:37 -050013UNINATIVE_CHECKSUM[aarch64] ?= "7baa8418a302df52e00916193b0a04f318356d9d2670c9a2bce3e966efefd738"
14UNINATIVE_CHECKSUM[i686] ?= "83114d36883d43a521e280742b9849bf85d039b2f83d8e21d480659babe75ee8"
15UNINATIVE_CHECKSUM[x86_64] ?= "fd75b2a1a67a10f6b7d65afb7d0f3e71a63b0038e428f34dfe420bb37716558a"