blob: 3165fc93b899c5e3bacfd932bd19389d0840b410 [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"
Brad Bishop00111322018-04-01 22:23:53 -040010
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/3.4/"
12UNINATIVE_CHECKSUM[aarch64] ?= "3013cdda8f0dc6639ce1c80f33eabce66f06b890bd5b58739a6d7a92a0bb7100"
13UNINATIVE_CHECKSUM[i686] ?= "abed500de584aad63ec237546db20cdd0c69d8870a6f8e94ac31721ace64b376"
14UNINATIVE_CHECKSUM[x86_64] ?= "126f4f7f6f21084ee140dac3eb4c536b963837826b7c38599db0b512c3377ba2"