summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
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:20 +0000
commit4f691a4ecd02dd588158b28e57f5a58a42beffea (patch)
tree7882b8da0658a0b1f2bdb7b7d10cc4a1e8fa6c97 /meta/recipes-core/meta
parent39e6aed362a1d4dffcd9827cea3f216a7774da43 (diff)
downloadopenembedded-core-contrib-4f691a4ecd02dd588158b28e57f5a58a42beffea.tar.gz
Add buildtools-docs-tarball recipe
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-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 @@
+require recipes-core/meta/buildtools-tarball.bb
+
+DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
+SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build the project docs."
+LICENSE = "MIT"
+
+# Add nativesdk equivalent of build-essentials
+TOOLCHAIN_HOST_TASK += "\
+ nativesdk-python3-sphinx \
+ nativesdk-python3-sphinx-rtd-theme \
+ nativesdk-python3-pyyaml \
+ "
+
+TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"
+
+SDK_TITLE = "Docs Build tools tarball" \ No newline at end of file