[oe] [PATCH 1/5] matrix-gui-common: skip qa check on prebuilt binaries

Chase Maupin chasemaupin03 at gmail.com
Wed Oct 13 14:01:27 UTC 2010


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

Signed-off-by: Chase Maupin <Chase.Maupin at 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





More information about the Openembedded-devel mailing list