packagegroup-dey-examples: Defining initial list for ccimx6ul
https://jira.digi.com/browse/DEL-2529 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
0775ee38e0
commit
e975240bde
|
|
@ -22,4 +22,4 @@ do_install() {
|
||||||
install -m 0755 bt_test ${D}${bindir}
|
install -m 0755 bt_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@ do_install() {
|
||||||
install -m 0755 btconfig ${D}${bindir}
|
install -m 0755 btconfig ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,4 @@ do_install() {
|
||||||
install -m 0755 can_test ${D}${bindir}
|
install -m 0755 can_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ do_install() {
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python python-argparse python-crypt python-dbus python-pygobject"
|
RDEPENDS_${PN} = "python python-argparse python-crypt python-dbus python-pygobject"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -35,4 +35,11 @@ RDEPENDS_${PN}_append_ccimx6 = "\
|
||||||
dey-examples-v4l2 \
|
dey-examples-v4l2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
RDEPENDS_${PN}_append_ccimx6ul = "\
|
||||||
|
${@base_contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
|
||||||
|
${@base_contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
|
||||||
|
dey-examples-can \
|
||||||
|
${@base_contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \
|
||||||
|
"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$|ccimx6ul)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue