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 | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 11 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.5/" |
| 12 | UNINATIVE_CHECKSUM[aarch64] ?= "ca977ff95c77f983570141908d451ff7d78add2864471605af404302bb36a1fa" |
| 13 | UNINATIVE_CHECKSUM[i686] ?= "7b5822891c293795faf8a4a80586b36f8cde405387524916a24f9055ea82f7ca" |
| 14 | UNINATIVE_CHECKSUM[x86_64] ?= "ed0ac07c710b711925cb976685dd855fb1d442dd840d00194751c18bf480c4ed" |