meta-digi: Replace COMPATIBLE_MACHINE string for ccimx6

COMPATIBLE_MACHINE is a regular expression, so we need to update the current
pattern for ccimx6 due to it will also match with ccimx6ul.

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-05-11 10:22:25 +02:00
parent 8952bc58de
commit 620f94596f
11 changed files with 11 additions and 11 deletions

View File

@ -82,4 +82,4 @@ FILES_${PN}-ar3k = "/lib/firmware/ar3k"
FILES_${PN}-ath6kl = "/lib/firmware/ath6k"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"

View File

@ -57,4 +57,4 @@ do_deploy_append() {
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
}
COMPATIBLE_MACHINE = "(ccimx6)"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -27,4 +27,4 @@ pkg_postinst_${PN}() {
fi
}
COMPATIBLE_MACHINE = "(ccimx6)"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -8,4 +8,4 @@ inherit fsl-vivante-kernel-driver-handler
SRCBRANCH = "v3.14/dey-2.0/maint"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6)"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -22,4 +22,4 @@ do_install() {
install -m 0755 bt_test ${D}${bindir}
}
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"

View File

@ -22,4 +22,4 @@ do_install() {
install -m 0755 btconfig ${D}${bindir}
}
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"

View File

@ -18,4 +18,4 @@ do_install() {
install -m 0755 can_test ${D}${bindir}
}
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"

View File

@ -16,4 +16,4 @@ do_install() {
RDEPENDS_${PN} = "python python-argparse python-crypt python-dbus python-pygobject"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"

View File

@ -24,4 +24,4 @@ RDEPENDS_${PN}_ccimx6 = "libopenvg-mx6"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx6)"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -25,4 +25,4 @@ do_install() {
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx6)"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -35,4 +35,4 @@ RDEPENDS_${PN}_append_ccimx6 = "\
dey-examples-v4l2 \
"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"