All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chase Maupin <Chase.Maupin@ti.com>
To: <meta-arago@arago-project.org>
Subject: [PATCH 3/5] packagegroup-arago-test: make omapdrmtest depend on mmip
Date: Tue, 1 Jul 2014 10:25:58 -0500	[thread overview]
Message-ID: <1404228360-7510-3-git-send-email-Chase.Maupin@ti.com> (raw)
In-Reply-To: <1404228360-7510-1-git-send-email-Chase.Maupin@ti.com>

* The omapdrmtest package has dependencies on libdce which are
  only valid when the MACHINE_FEATURES include mmip.  So don't
  include this when that feature doesn't exist.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 .../packagegroups/packagegroup-arago-test.bb       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
index 54d44e1..429858b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
@@ -33,7 +33,7 @@ ARAGO_TI_TEST = "\
 ARAGO_TI_TEST_append_omap-a15 = " \
     omapconf \
     ipc-test-fw \
-    omapdrmtest \
+    ${@base_contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)} \
     bvtest \
     "
 
-- 
1.7.9.5



  parent reply	other threads:[~2014-07-01 15:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-01 15:25 [PATCH 1/5] gstreamer: make accelerated recipes instead of appends Chase Maupin
2014-07-01 15:25 ` [PATCH 2/5] arago-prefs: set PREFERRED_PROVIDER for gstreamer based on mmip Chase Maupin
2014-07-01 16:05   ` Cooper Jr., Franklin
2014-07-01 15:25 ` Chase Maupin [this message]
2014-07-01 16:06   ` [PATCH 3/5] packagegroup-arago-test: make omapdrmtest depend " Cooper Jr., Franklin
2014-07-01 15:25 ` [PATCH 4/5] packagegroup-arago-gst: make mmip elements depend on mmip feature Chase Maupin
2014-07-01 16:07   ` Cooper Jr., Franklin
2014-07-01 15:26 ` [PATCH 5/5] packagegroup-arago-tisdk-multimedia: don't inlcude ipumm fw without mmip Chase Maupin
2014-07-01 16:07   ` Cooper Jr., Franklin
2014-07-01 18:11     ` Cooper Jr., Franklin
2014-07-01 16:05 ` [PATCH 1/5] gstreamer: make accelerated recipes instead of appends Cooper Jr., Franklin

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=1404228360-7510-3-git-send-email-Chase.Maupin@ti.com \
    --to=chase.maupin@ti.com \
    --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.