packagegroup-dey-examples: skip MCA examples on ccimx95

Module ccimx95 enables the mca machine feature, but it does not support
dey-examples-adc-cmp or dey-examples-tamper. Move the MCA example list
to DEY_EXAMPLES_MCA and clear it for ccimx95.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2026-04-17 12:07:33 +02:00
parent 0a307d029e
commit a82412530c
1 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,9 @@ SUMMARY = "DEY examples packagegroup"
DEPENDS = "virtual/kernel"
DEY_EXAMPLES_MCA = "dey-examples-adc-cmp dey-examples-tamper"
DEY_EXAMPLES_MCA:ccimx95 = ""
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
@ -13,8 +16,7 @@ RDEPENDS:${PN} = "\
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt-gatt-server", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "cryptochip", "dey-examples-cryptochip", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "mca", "dey-examples-adc-cmp \
dey-examples-tamper", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "mca", "${DEY_EXAMPLES_MCA}", "", d)} \
dey-examples-caamblob \
dey-examples-cccs \
dey-examples-digiapix \