dey-examples: add support for ccimx8x platform
- For most examples, since they apply to all platforms, remove COMPATIBLE_MACHINE. - For recipes related to specific hardware, add support to the new platform Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
29cf0c2f17
commit
dfbb7917f1
|
|
@ -49,4 +49,3 @@ do_install() {
|
|||
RRECOMMENDS_${PN} += "awsiotsdk-c-cert"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2017 Digi International.
|
||||
# Copyright (C) 2017-2018 Digi International.
|
||||
|
||||
SUMMARY = "DEY examples: Analog Comparator test application"
|
||||
SECTION = "examples"
|
||||
|
|
@ -15,4 +15,4 @@ do_install() {
|
|||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ do_install() {
|
|||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013-2017, Digi International Inc.
|
||||
# Copyright (C) 2013-2018, Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: application to transfer data over bluetooth"
|
||||
SECTION = "examples"
|
||||
|
|
@ -21,5 +21,3 @@ do_install() {
|
|||
install -d ${D}${bindir}
|
||||
install -m 0755 bt_test ${D}${bindir}
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013-2017, Digi International Inc.
|
||||
# Copyright (C) 2013-2018, Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: application to perform low level bluetooth"
|
||||
SECTION = "examples"
|
||||
|
|
@ -21,5 +21,3 @@ do_install() {
|
|||
install -d ${D}${bindir}
|
||||
install -m 0755 btconfig ${D}${bindir}
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013-2017, Digi International Inc.
|
||||
# Copyright (C) 2013-2018, Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: CAN bus test application"
|
||||
SECTION = "examples"
|
||||
|
|
@ -17,5 +17,3 @@ do_install() {
|
|||
install -d ${D}${bindir}
|
||||
install -m 0755 can_test ${D}${bindir}
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2017 Digi International Inc.
|
||||
# Copyright (C) 2017, 2018 Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: Remote Manager test applications"
|
||||
SECTION = "examples"
|
||||
|
|
@ -18,5 +18,3 @@ do_install() {
|
|||
}
|
||||
|
||||
RDEPENDS_${PN} = "cloudconnector-cert"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2017 Digi International.
|
||||
# Copyright (C) 2017, 2018 Digi International.
|
||||
|
||||
SUMMARY = "DEY examples: Cryptochip example application"
|
||||
SECTION = "examples"
|
||||
|
|
@ -26,5 +26,4 @@ do_install() {
|
|||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul)"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2017, Digi International Inc.
|
||||
# Copyright (C) 2017, 2018, Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY Digi APIX examples"
|
||||
SECTION = "examples"
|
||||
|
|
@ -30,5 +30,3 @@ do_compile() {
|
|||
do_install() {
|
||||
oe_runmake DESTDIR=${D} install
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013-2017, Digi International Inc.
|
||||
# Copyright (C) 2013-2018, Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: bluetooth health profile test application"
|
||||
SECTION = "examples"
|
||||
|
|
@ -15,5 +15,3 @@ do_install() {
|
|||
}
|
||||
|
||||
RDEPENDS_${PN} = "python3 python3-argparse python3-crypt python3-dbus python3-pygobject"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013,2017 Digi International.
|
||||
# Copyright (C) 2013-2018 Digi International.
|
||||
|
||||
SUMMARY = "DEY examples: V4L2 test application"
|
||||
SECTION = "examples"
|
||||
|
|
@ -25,4 +25,4 @@ do_install() {
|
|||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -39,4 +39,12 @@ RDEPENDS_${PN}_append_ccimx6qpsbc = "\
|
|||
dey-examples-cryptochip \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)"
|
||||
RDEPENDS_${PN}_append_ccimx8x = "\
|
||||
dey-examples-adc \
|
||||
dey-examples-adc-cmp \
|
||||
dey-examples-cryptochip \
|
||||
dey-examples-tamper \
|
||||
dey-examples-v4l2 \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue