From: Denys Dmytriyenko <denis@denix.org>
To: rs@ti.com
Cc: reatmon@ti.com, meta-arago@lists.yoctoproject.org,
detheridge@ti.com, vijayp@ti.com
Subject: Re: [meta-arago][scarthgap/master][PATCHv3] packagegroups: opencl and vulkan utilities
Date: Fri, 28 Feb 2025 17:08:47 -0500 [thread overview]
Message-ID: <20250228220847.GK1879@denix.org> (raw)
In-Reply-To: <20250227225001.412870-1-rs@ti.com>
On Thu, Feb 27, 2025 at 04:50:01PM -0600, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
>
> Add package groups for OpenCL and Vulkan related utilities.
> Conditionally install them in tisdk-default-image if we enable the
> required distro features.
>
> Currently these package groups consist of clinfo and vulkaninfo
> respectively. These are useful tools for checking device extension
> compatibility and ICD loader functionality.
>
> Signed-off-by: Randolph Sapp <rs@ti.com>
LGTM.
> ---
>
> v2: Remove LICENSE and PR. Add a SUMMARY.
> v3: Remove PACKAGE_ARCH.
>
> .../recipes-core/images/tisdk-default-image.bb | 2 ++
> .../packagegroups/packagegroup-arago-opencl.bb | 10 ++++++++++
> .../packagegroups/packagegroup-arago-vulkan.bb | 10 ++++++++++
> 3 files changed, 22 insertions(+)
> create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl.bb
> create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-vulkan.bb
>
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> index aace490b..bc067857 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> @@ -17,6 +17,8 @@ IMAGE_INSTALL += "\
> ti-test-extras \
> ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \
> ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \
> + ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl','',d)} \
> + ${@bb.utils.contains('DISTRO_FEATURES','vulkan','packagegroup-arago-vulkan','',d)} \
> packagegroup-arago-tisdk-connectivity \
> packagegroup-arago-tisdk-crypto \
> packagegroup-arago-tisdk-multimedia \
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl.bb
> new file mode 100644
> index 00000000..dd5b0f1e
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "Useful OpenCL packages for Arago"
> +DESCRIPTION = "Packages we recommend for working with OpenCL"
> +
> +inherit packagegroup features_check
> +
> +REQUIRED_DISTRO_FEATURES = "opencl"
> +
> +RDEPENDS:${PN} = "\
> + clinfo \
> +"
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-vulkan.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-vulkan.bb
> new file mode 100644
> index 00000000..c2e69921
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-vulkan.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "Useful Vulkan packages for Arago"
> +DESCRIPTION = "Packages we recommend for working with Vulkan"
> +
> +inherit packagegroup features_check
> +
> +REQUIRED_DISTRO_FEATURES = "vulkan"
> +
> +RDEPENDS:${PN} = "\
> + vulkan-tools \
> +"
> --
> 2.48.1
prev parent reply other threads:[~2025-02-28 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 22:50 [meta-arago][scarthgap/master][PATCHv3] packagegroups: opencl and vulkan utilities rs
2025-02-28 22:08 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250228220847.GK1879@denix.org \
--to=denis@denix.org \
--cc=detheridge@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
--cc=rs@ti.com \
--cc=vijayp@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.