summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 17:52:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 23:27:28 +0000
commit153208c7e5321295848307ec479a7b69c83894b0 (patch)
tree8c6fd1a90233eaccf8ce2e3c26e01675e32a8d33 /meta/recipes-core
parent1d4d1fc102ced1ec204ad34d523230a828c658da (diff)
downloadpoky-153208c7e5321295848307ec479a7b69c83894b0.tar.gz
Add buildtools-docs-tarball recipe
(From OE-Core rev: 4f691a4ecd02dd588158b28e57f5a58a42beffea) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/buildtools-docs-tarball.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-docs-tarball.bb b/meta/recipes-core/meta/buildtools-docs-tarball.bb
new file mode 100644
index 0000000000..72a256cf04
--- /dev/null
+++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb
@@ -0,0 +1,16 @@
1require recipes-core/meta/buildtools-tarball.bb
2
3DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
4SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
5LICENSE = "MIT"
6
7# Add nativesdk equivalent of build-essentials
8TOOLCHAIN_HOST_TASK += "\
9 nativesdk-python3-sphinx \
10 nativesdk-python3-sphinx-rtd-theme \
11 nativesdk-python3-pyyaml \
12 "
13
14TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"
15
16SDK_TITLE = "Docs Build tools tarball" \ No newline at end of file