blob: a2a2dd18ece5a22cfc0beacf8ef7fd532f0afe96 [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 Geisslerd1e89492021-02-12 15:35:20 -06009UNINATIVE_MAXGLIBCVERSION = "2.33"
Brad Bishop00111322018-04-01 22:23:53 -040010
Andrew Geissler9b4d8b02021-02-19 12:26:16 -060011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/3.0/"
12UNINATIVE_CHECKSUM[aarch64] ?= "1c668909098c5b56132067adc69a249cb771f4560428e5822de903a12d97bf33"
13UNINATIVE_CHECKSUM[i686] ?= "e6cc2fc056234cffa6a2ff084cce27d544ea3f487a62b5e253351cefd4421900"
14UNINATIVE_CHECKSUM[x86_64] ?= "5ec5a9276046e7eceeac749a18b175667384e1f445cd4526300a41404d985a5b"