blob: 8a5cab5360d1393ed8798f5c56ea5d61c99728be [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"
10UNINATIVE_VERSION = "3.9"
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 Williams864cc432023-02-09 14:54:44 -060013UNINATIVE_CHECKSUM[aarch64] ?= "de35708c95c34573af140da910132c3291ba4fd26ebf7b74b755ada432cdf07b"
14UNINATIVE_CHECKSUM[i686] ?= "adac07b08adb88eb26fc7fd87fee0cec9d5be167bf7c5ffd3a549a2a6699c29c"
15UNINATIVE_CHECKSUM[x86_64] ?= "3dd82c3fbdb59e87bf091c3eef555a05fae528eeda3083828f76cd4deaceca8b"