| # |
| # This include points at uninative tarballs generated and maintained |
| # by the Yocto Project. These file can be included by distros if they |
| # want to use/maintain a unified sstate feed for native/cross artefacts |
| # rather than the feeds having native/cross artefacts which are specific |
| # to the distro running on the build machine. |
| # |
| |
| UNINATIVE_MAXGLIBCVERSION = "2.30" |
| |
| UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.7/" |
| UNINATIVE_CHECKSUM[aarch64] ?= "e76a45886ee8a0b3904b761c17ac8ff91edf9811ee455f1832d10763ba794dfc" |
| UNINATIVE_CHECKSUM[i686] ?= "810d027dfb1c7675226afbcec07808770516c969ee7378f6d8240281083f8924" |
| UNINATIVE_CHECKSUM[x86_64] ?= "9498d8bba047499999a7310ac2576d0796461184965351a56f6d32c888a1f216" |