From 966753e404bfb82e1e3616c134ac6f7ed60197c5 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 28 Jun 2013 14:07:40 +0200 Subject: [PATCH] dey-examples: restrict the compatible machines Restrict the compatible machines to the ones we have tested the examples on. The rationale of this is to remove the compatibility with CPX2 where we have not tested the DEL examples and actually adding 'dey-examples' feature to a CPX2 project fails to build with: ERROR: Nothing RPROVIDES 'dey-examples-adc' .. ERROR: dey-examples-adc was skipped: incompatible with machine cpx2 (not in COMPATIBLE_MACHINE) Signed-off-by: Javier Viguera --- .../recipes-digi/packagegroups/packagegroup-dey-examples.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb b/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb index 12364c495..efa96f4bc 100644 --- a/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb +++ b/meta-digi-dey/recipes-digi/packagegroups/packagegroup-dey-examples.bb @@ -43,3 +43,4 @@ RDEPENDS_${PN}_append_ccimx53js_mx5 = "\ " PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(ccardimx28js|ccimx51js|ccimx53js)"