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 | f3fd288 | 2019-06-21 08:06:37 -0400 | [diff] [blame^] | 11 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.6/" |
| 12 | UNINATIVE_CHECKSUM[aarch64] ?= "a37118fc8b423f48146120707b81dd15017512c3e8ef9e6ca2cb3a033f4f4046" |
| 13 | UNINATIVE_CHECKSUM[i686] ?= "3234fc3ded810225071f23a0e9a99f4f8c2480059945a848eff076ce78122ade" |
| 14 | UNINATIVE_CHECKSUM[x86_64] ?= "133387753a9acf3e1b788103c59fac91e968e2ee331d7a4b9498e926ada7be57" |