mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
buildtools-tarball: include nativesdk-ca-certificates
nativesdk-ca-certificates is needed in order to support oe/yocto builds with buildtools-tarball on old hosts, as we provide libcurl, and that needs to be able to find the certs, and there's no standard path or bundle path, so we can't rely on the host. (From OE-Core rev: 057954bcc4baf9194968169591537cd7584f8bcb) Signed-off-by: Fahad Usman <fahad.usman@gmail.com> Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39f77bb6aa
commit
754a9c3123
@@ -42,6 +42,7 @@ TOOLCHAIN_HOST_TASK ?= "\
|
||||
nativesdk-pigz \
|
||||
nativesdk-make \
|
||||
nativesdk-wget \
|
||||
nativesdk-ca-certificates \
|
||||
"
|
||||
|
||||
TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user