mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 03:32:13 +02:00
This allows us to handle distros which contain glibc 2.28 such as Ubuntu 18.10. (From OE-Core rev: 5c7d9abcd611d23d4340f9a0aee2564f72158a0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
725 B
PHP
16 lines
725 B
PHP
#
|
|
# 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.28"
|
|
|
|
UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.3/"
|
|
UNINATIVE_CHECKSUM[aarch64] ?= "b7fbbaad1ec86d76eca84d83098f50525b8a4124cc8685eaed"
|
|
UNINATIVE_CHECKSUM[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20"
|
|
UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684"
|
|
|