diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-31 19:28:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-01 23:11:37 +0100 |
commit | 3087e2f2e6c37865f2bee56c891e67847b2f00fa (patch) | |
tree | 271e74f4e3aecef1bef548146a528751ea08e67b /meta/recipes-core | |
parent | d677826f85b89139dcf5a5bc8b3e52b66b2b2c9e (diff) | |
download | poky-3087e2f2e6c37865f2bee56c891e67847b2f00fa.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index fac91cfc3c..f9f36e68c4 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -7,13 +7,12 @@ TOOLCHAIN_TARGET_TASK ?= "" | |||
7 | 7 | ||
8 | TOOLCHAIN_HOST_TASK ?= "\ | 8 | TOOLCHAIN_HOST_TASK ?= "\ |
9 | nativesdk-sdk-provides-dummy \ | 9 | nativesdk-sdk-provides-dummy \ |
10 | nativesdk-python3-core \ | 10 | nativesdk-python3 \ |
11 | nativesdk-python3-modules \ | ||
12 | nativesdk-python3-misc \ | ||
13 | nativesdk-python3-git \ | 11 | nativesdk-python3-git \ |
14 | nativesdk-python3-jinja2 \ | 12 | nativesdk-python3-jinja2 \ |
15 | nativesdk-python3-testtools \ | 13 | nativesdk-python3-testtools \ |
16 | nativesdk-python3-subunit \ | 14 | nativesdk-python3-subunit \ |
15 | nativesdk-python3-pyyaml \ | ||
17 | nativesdk-ncurses-terminfo-base \ | 16 | nativesdk-ncurses-terminfo-base \ |
18 | nativesdk-chrpath \ | 17 | nativesdk-chrpath \ |
19 | nativesdk-tar \ | 18 | nativesdk-tar \ |