aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-15 17:16:51 +0000
committerKhem Raj <raj.khem@gmail.com>2024-03-17 13:10:10 -0700
commit2e3a4b155cd997dca51ff4be42233ada0e54eec6 (patch)
treedc884fbd7db1e5ab890cb86b576312d2165300bc /meta-oe/recipes-core
parentee2001b3037a6767ad0f46721b3b8fcef140c12f (diff)
downloadmeta-openembedded-contrib-2e3a4b155cd997dca51ff4be42233ada0e54eec6.tar.gz
buildtools-imagemagick: Add new recipe
This is useful on the Yocto Project autobuilder to allow automated screenshot testing/processing during QA. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/meta/buildtools-imagemagick.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/meta/buildtools-imagemagick.bb b/meta-oe/recipes-core/meta/buildtools-imagemagick.bb
new file mode 100644
index 0000000000..d59f7a7a52
--- /dev/null
+++ b/meta-oe/recipes-core/meta/buildtools-imagemagick.bb
@@ -0,0 +1,10 @@
+require recipes-core/meta/buildtools-tarball.bb
+
+SUMMARY = "Standalone tarball of imagemagick binaries"
+LICENSE = "MIT"
+
+# Add nativesdk equivalent of build-essentials
+TOOLCHAIN_HOST_TASK = "nativesdk-imagemagick nativesdk-sdk-provides-dummy"
+TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-imagemagick-nativesdk-standalone-${DISTRO_VERSION}"
+
+SDK_TITLE = "Imagemagick tools"