yocto-uninative.inc 781 B

123456789101112131415
  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. UNINATIVE_MAXGLIBCVERSION = "2.42"
  9. UNINATIVE_VERSION = "5.0"
  10. UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
  11. UNINATIVE_CHECKSUM[aarch64] ?= "a25f2174d0cefcb22af005e9bc72ac01ae83b011c5b6d6d5bf00dac979877f76"
  12. UNINATIVE_CHECKSUM[i686] ?= "959cc2539b692f9b9862825c7324a0fe4d061fca742f6c259f67f581c59af956"
  13. UNINATIVE_CHECKSUM[x86_64] ?= "96045e8b1e242c8a849426a8506c7043f354b39f2bc0035192780e8205e23e9d"