blob: 7012db441bcbd5fa80eff2c5d82bb942ad427e6c [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 Williams92b42cb2022-09-03 06:53:57 -05009UNINATIVE_MAXGLIBCVERSION = "2.36"
10UNINATIVE_VERSION = "3.7"
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 Williams92b42cb2022-09-03 06:53:57 -050013UNINATIVE_CHECKSUM[aarch64] ?= "6a29bcae4b5b716d2d520e18800b33943b65f8a835eac1ff8793fc5ee65b4be6"
14UNINATIVE_CHECKSUM[i686] ?= "3f6d52e64996570c716108d49f8108baccf499a283bbefae438c7266b7a93305"
15UNINATIVE_CHECKSUM[x86_64] ?= "b110bf2e10fe420f5ca2f3ec55f048ee5f0a54c7e34856a3594e51eb2aea0570"