blob: 6833072cd3a468de8540c2e4a6c10dbb527622a9 [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 Geisslerd159c7f2021-09-02 21:05:58 -05009UNINATIVE_MAXGLIBCVERSION = "2.34"
Andrew Geissler595f6302022-01-24 19:11:47 +000010UNINATIVE_VERSION = "3.4"
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}/"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050013UNINATIVE_CHECKSUM[aarch64] ?= "3013cdda8f0dc6639ce1c80f33eabce66f06b890bd5b58739a6d7a92a0bb7100"
14UNINATIVE_CHECKSUM[i686] ?= "abed500de584aad63ec237546db20cdd0c69d8870a6f8e94ac31721ace64b376"
15UNINATIVE_CHECKSUM[x86_64] ?= "126f4f7f6f21084ee140dac3eb4c536b963837826b7c38599db0b512c3377ba2"