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:
parent
8952bc58de
commit
620f94596f
|
|
@ -82,4 +82,4 @@ FILES_${PN}-ar3k = "/lib/firmware/ar3k"
|
||||||
FILES_${PN}-ath6kl = "/lib/firmware/ath6k"
|
FILES_${PN}-ath6kl = "/lib/firmware/ath6k"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -57,4 +57,4 @@ do_deploy_append() {
|
||||||
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
|
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ pkg_postinst_${PN}() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ inherit fsl-vivante-kernel-driver-handler
|
||||||
SRCBRANCH = "v3.14/dey-2.0/maint"
|
SRCBRANCH = "v3.14/dey-2.0/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@ do_install() {
|
||||||
install -m 0755 bt_test ${D}${bindir}
|
install -m 0755 bt_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@ do_install() {
|
||||||
install -m 0755 btconfig ${D}${bindir}
|
install -m 0755 btconfig ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,4 @@ do_install() {
|
||||||
install -m 0755 can_test ${D}${bindir}
|
install -m 0755 can_test ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ 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)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ RDEPENDS_${PN}_ccimx6 = "libopenvg-mx6"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,4 @@ do_install() {
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -35,4 +35,4 @@ RDEPENDS_${PN}_append_ccimx6 = "\
|
||||||
dey-examples-v4l2 \
|
dey-examples-v4l2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6)"
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue