All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-arago@arago-project.org
Subject: [RFC][PATCH 3/3] ti-opencl: add aliases for opencl and opencl-runtime
Date: Tue,  4 Feb 2020 13:18:16 -0500	[thread overview]
Message-ID: <1580840296-30685-3-git-send-email-denis@denix.org> (raw)
In-Reply-To: <1580840296-30685-1-git-send-email-denis@denix.org>

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb | 10 ++++++++++
 meta-arago-distro/recipes-core/packagegroups/ti-world.bb  |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
new file mode 100644
index 0000000..b962779
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
@@ -0,0 +1,10 @@
+# This is just an alias between debian and OE names
+
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES += "${PN}-runtime"
+
+RDEPENDS_${PN} = "opencl"
+RDEPENDS_${PN}-runtime = "opencl-runtime"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index 164ac63..c9aad1f 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -55,4 +55,5 @@ RDEPENDS_${PN} = "\
     packagegroup-arago-misc \
     ti-analytics \
     ti-demos \
+    ti-opencl \
 "
-- 
2.7.4



      parent reply	other threads:[~2020-02-04 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 18:18 [RFC][PATCH 1/3] packagegroups: combine and rename arago-test and addons into ti-test Denys Dmytriyenko
2020-02-04 18:18 ` [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups Denys Dmytriyenko
2020-02-04 20:23   ` [EXTERNAL] " Jacob Stiffler
2020-02-04 20:26     ` Denys Dmytriyenko
2020-02-04 20:33       ` Jacob Stiffler
2020-02-05 16:33         ` Denys Dmytriyenko
2020-02-04 18:18 ` 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=1580840296-30685-3-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    /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.