31 lines
1.2 KiB
BlitzBasic
31 lines
1.2 KiB
BlitzBasic
# Copyright (C) 2013-2024, Digi International Inc.
|
|
|
|
SUMMARY = "DEY examples packagegroup"
|
|
|
|
DEPENDS = "virtual/kernel"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
inherit packagegroup
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${@bb.utils.contains("MACHINE_FEATURES", "alsa", "dey-examples-alsa", "", d)} \
|
|
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
|
|
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
|
|
${@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)} \
|
|
dey-examples-caamblob \
|
|
dey-examples-cccs \
|
|
dey-examples-digiapix \
|
|
dey-examples-rtc \
|
|
connectcore-demo-example-multimedia \
|
|
"
|
|
RDEPENDS:${PN}:append:ccimx6 = "\
|
|
${@bb.utils.contains("MACHINE_FEATURES", "accel-graphics", "dey-examples-opengles", "", d)} \
|
|
dey-examples-v4l2 \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx93)"
|