meta-digi-dey: dey-examples: Fixed individual examples recipes
https://jira.digi.com/browse/DEL-1698 Signed-off-by: Jose Diaz de Grenu de Pedro <Jose.DiazdeGrenudePedro@digi.com> (cherry picked from commit 42997de56cf3f3943518e782332effad66965b21) Conflicts: meta-digi-dey/recipes-digi/dey-examples/dey-examples-bt.bb meta-digi-dey/recipes-digi/dey-examples/dey-examples-btconfig.bb meta-digi-dey/recipes-digi/dey-examples/dey-examples-can.bb meta-digi-dey/recipes-digi/dey-examples/dey-examples-hdp.bb
This commit is contained in:
parent
c455d31ba6
commit
a288517471
|
|
@ -27,3 +27,5 @@ INITSCRIPT_NAME = "accelerometer"
|
||||||
INITSCRIPT_PARAMS = "start 11 S ."
|
INITSCRIPT_PARAMS = "start 11 S ."
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx5)"
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ do_install() {
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx5)"
|
COMPATIBLE_MACHINE = "(${@base_conditional("IS_KERNEL_2X", "1", "(ccardimx28|ccimx5)", "(^$)", d)})"
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,5 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx51)"
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,5 @@ do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 bt_test ${D}${bindir}
|
install -m 0755 bt_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,5 @@ do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 btconfig ${D}${bindir}
|
install -m 0755 btconfig ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
||||||
|
|
|
||||||
|
|
@ -17,3 +17,5 @@ do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 can_test ${D}${bindir}
|
install -m 0755 can_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx53|ccimx6)"
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,5 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(${@base_conditional("IS_KERNEL_2X", "1", "(ccardimx28|ccimx5)", "(^$)", d)})"
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,5 @@ 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)"
|
||||||
|
|
|
||||||
|
|
@ -26,3 +26,5 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx5|ccimx6)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue