All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] matrix-gui-common: skip qa check on prebuilt binaries
@ 2010-10-13 14:01 Chase Maupin
  2010-10-13 14:01 ` [PATCH 2/5] matrix-gui-common: use INC_PR in versioned recipes Chase Maupin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Chase Maupin @ 2010-10-13 14:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Chase Maupin

* Skip the QA check on the prebuilt binaries used for dm365
  devices.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 recipes/ti/matrix-gui-common.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index 096c321..46c0bd6 100644
--- a/recipes/ti/matrix-gui-common.inc
+++ b/recipes/ti/matrix-gui-common.inc
@@ -32,4 +32,7 @@ do_install() {
 
 }
 
+# Skip the QA for pre-built binaries
+INSANE_SKIP_${PN}_dm365 = "True"
+
 FILES_${PN} += "${datadir}/matrix/*"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-10-13 18:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 14:01 [PATCH 1/5] matrix-gui-common: skip qa check on prebuilt binaries Chase Maupin
2010-10-13 14:01 ` [PATCH 2/5] matrix-gui-common: use INC_PR in versioned recipes Chase Maupin
2010-10-13 16:59   ` Denys Dmytriyenko
2010-10-13 14:01 ` [PATCH 3/5] matrix-gui-e: " Chase Maupin
2010-10-13 16:59   ` Denys Dmytriyenko
2010-10-13 14:01 ` [PATCH 4/5] matrix-gui: " Chase Maupin
2010-10-13 16:59   ` Denys Dmytriyenko
2010-10-13 14:01 ` [PATCH 5/5] matrix-tui: use INC_PR in versioned recipe Chase Maupin
2010-10-13 16:59   ` Denys Dmytriyenko
2010-10-13 16:29 ` [PATCH 1/5] matrix-gui-common: skip qa check on prebuilt binaries Koen Kooi
2010-10-13 16:58 ` Denys Dmytriyenko
2010-10-13 18:39   ` Maupin, Chase
2010-10-13 18:50     ` Denys Dmytriyenko

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.