mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
buildtools-tarball: include nativesdk-python3-pyyaml
BitBake can optionally 'import yaml' if BB_LOGCONFIG specifies a yaml file. This is a 3rd party module, so that this works out of the box when buildtools is used -- either explicitly via buildtools-tarball or implicitly via eSDK -- we can add pyyaml to the buildtools. (From OE-Core rev: 6be90f884bb3fc87d9aa21cb882a835d6bc583a9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d677826f85
commit
3087e2f2e6
@@ -7,13 +7,12 @@ TOOLCHAIN_TARGET_TASK ?= ""
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "\
|
||||
nativesdk-sdk-provides-dummy \
|
||||
nativesdk-python3-core \
|
||||
nativesdk-python3-modules \
|
||||
nativesdk-python3-misc \
|
||||
nativesdk-python3 \
|
||||
nativesdk-python3-git \
|
||||
nativesdk-python3-jinja2 \
|
||||
nativesdk-python3-testtools \
|
||||
nativesdk-python3-subunit \
|
||||
nativesdk-python3-pyyaml \
|
||||
nativesdk-ncurses-terminfo-base \
|
||||
nativesdk-chrpath \
|
||||
nativesdk-tar \
|
||||
|
||||
Reference in New Issue
Block a user