blob: 889695eae3488752f82a8dcaeddce87362b3f5dd [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 Geissler82c905d2020-04-13 13:39:40 -05009UNINATIVE_MAXGLIBCVERSION = "2.31"
Brad Bishop00111322018-04-01 22:23:53 -040010
Andrew Geissler82c905d2020-04-13 13:39:40 -050011UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.8/"
12UNINATIVE_CHECKSUM[aarch64] ?= "989187344bf9539b464fb7ed9c223e51f4bdb4c7a677d2c314e6fed393176efe"
13UNINATIVE_CHECKSUM[i686] ?= "cc3e45bc8594488b407363e3fa9af5a099279dab2703c64342098719bd674990"
14UNINATIVE_CHECKSUM[x86_64] ?= "a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab"