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 <javier.viguera@digi.com>
This commit is contained in:
parent
211daed75d
commit
966753e404
|
|
@ -43,3 +43,4 @@ RDEPENDS_${PN}_append_ccimx53js_mx5 = "\
|
|||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccardimx28js|ccimx51js|ccimx53js)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue