summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-docs-tarball.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta/buildtools-docs-tarball.bb')
-rw-r--r--meta/recipes-core/meta/buildtools-docs-tarball.bb18
1 files changed, 18 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..72648e3b1c
--- /dev/null
+++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb
@@ -0,0 +1,18 @@
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"
17
18TESTSDK_CASES = "buildtools-docs-cases"