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:
Jose Diaz de Grenu de Pedro 2015-08-12 15:06:31 +02:00
parent c455d31ba6
commit a288517471
9 changed files with 17 additions and 1 deletions

View File

@ -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)"

View File

@ -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)})"

View File

@ -21,3 +21,5 @@ do_install() {
} }
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx51)"

View File

@ -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)"

View File

@ -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)"

View File

@ -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)"

View File

@ -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)})"

View File

@ -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)"

View File

@ -26,3 +26,5 @@ do_install() {
} }
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx5|ccimx6)"