mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
5e714f0e38
This allows us to handle distros which contain glibc 2.28 such as Ubuntu 18.10. (From OE-Core rev: 5c7d9abcd611d23d4340f9a0aee2564f72158a0b) (From OE-Core rev: b3d50458fdf8de719030a9d316fc766dc52912af) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fixed up for sumo context] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
641 B
PHP
15 lines
641 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[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20"
|
|
UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684"
|
|
|