dey-examples: add support for ccimx8mn platform
https://jira.digi.com/browse/DEL-6911 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
16933ff6b2
commit
52e8a3e007
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2017-2018 Digi International.
|
# Copyright (C) 2017-2020 Digi International.
|
||||||
|
|
||||||
SUMMARY = "DEY examples: Analog Comparator test application"
|
SUMMARY = "DEY examples: Analog Comparator test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
|
|
@ -15,4 +15,4 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"
|
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m)"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2017-2019, Digi International Inc.
|
# Copyright (C) 2017-2020, Digi International Inc.
|
||||||
|
|
||||||
require recipes-digi/dey-examples/dey-examples-src.inc
|
require recipes-digi/dey-examples/dey-examples-src.inc
|
||||||
|
|
||||||
|
|
@ -18,4 +18,4 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul|ccimx8x)"
|
COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul|ccimx8x|ccimx8m)"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013-2018 Digi International.
|
# Copyright (C) 2013-2020 Digi International.
|
||||||
|
|
||||||
SUMMARY = "DEY examples: V4L2 test application"
|
SUMMARY = "DEY examples: V4L2 test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
|
|
@ -24,4 +24,4 @@ do_install() {
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x)"
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x|ccimx8m)"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013-2019, Digi International Inc.
|
# Copyright (C) 2013-2020, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "DEY examples packagegroup"
|
SUMMARY = "DEY examples packagegroup"
|
||||||
|
|
||||||
|
|
@ -38,4 +38,10 @@ RDEPENDS_${PN}_append_ccimx8x = "\
|
||||||
dey-examples-v4l2 \
|
dey-examples-v4l2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
RDEPENDS_${PN}_append_ccimx8m = "\
|
||||||
|
dey-examples-adc-cmp \
|
||||||
|
dey-examples-tamper \
|
||||||
|
dey-examples-v4l2 \
|
||||||
|
"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x|ccimx8m)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue