mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
This adds a patch to glibc which allows it to work with Docker and clone3 syscall issues cased by EPERM vs ENOSYS. (From OE-Core rev: 06d55ee67ef81a9f9da178b06bb797cc62881643) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
738 B
PHP
15 lines
738 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.34"
|
|
|
|
UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/3.4/"
|
|
UNINATIVE_CHECKSUM[aarch64] ?= "3013cdda8f0dc6639ce1c80f33eabce66f06b890bd5b58739a6d7a92a0bb7100"
|
|
UNINATIVE_CHECKSUM[i686] ?= "abed500de584aad63ec237546db20cdd0c69d8870a6f8e94ac31721ace64b376"
|
|
UNINATIVE_CHECKSUM[x86_64] ?= "126f4f7f6f21084ee140dac3eb4c536b963837826b7c38599db0b512c3377ba2"
|