Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | # |
| 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 | |
Brad Bishop | 40320b1 | 2019-03-26 16:08:25 -0400 | [diff] [blame] | 9 | UNINATIVE_MAXGLIBCVERSION = "2.29" |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 10 | |
Brad Bishop | 40320b1 | 2019-03-26 16:08:25 -0400 | [diff] [blame] | 11 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.4/" |
| 12 | UNINATIVE_CHECKSUM[aarch64] ?= "af2e2faf6cf00ff45cc1bcd5e3fb00cee7f79b3ec7c3be15917ad4ff8c154cfe" |
| 13 | UNINATIVE_CHECKSUM[i686] ?= "fafacfc537a6ce2bd122bd16c146881ab5ac69bd575abf6cb68a0dd33fa70ea2" |
| 14 | UNINATIVE_CHECKSUM[x86_64] ?= "06f91685b782f2ccfedf3070b3ba0fe4a5ba2f0766dad5c9d1642dccf95accd0" |