- #
- # 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.42"
- UNINATIVE_VERSION = "5.0"
- UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
- UNINATIVE_CHECKSUM[aarch64] ?= "a25f2174d0cefcb22af005e9bc72ac01ae83b011c5b6d6d5bf00dac979877f76"
- UNINATIVE_CHECKSUM[i686] ?= "959cc2539b692f9b9862825c7324a0fe4d061fca742f6c259f67f581c59af956"
- UNINATIVE_CHECKSUM[x86_64] ?= "96045e8b1e242c8a849426a8506c7043f354b39f2bc0035192780e8205e23e9d"
|