summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2022-07-01 15:04:58 +0300
committerVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2022-07-01 15:04:58 +0300
commit1fb6c06a34536b26bd65290205a18c3dd6d61def (patch)
tree1b0f7c52a24290a978a3aafd57a41f5a8ba0c321
parentc6f122647a4979782d0575db8dc47917aacbda5b (diff)
downloadmeta-multitech-1fb6c06a34536b26bd65290205a18c3dd6d61def.tar.gz
meta-multitech-1fb6c06a34536b26bd65290205a18c3dd6d61def.tar.bz2
meta-multitech-1fb6c06a34536b26bd65290205a18c3dd6d61def.zip
MTX-4532 MTCDT3AC: Use gpiod for mtcpmhs
-rw-r--r--recipes-bsp/multitech/mtac-lora_1.1.13.bb (renamed from recipes-bsp/multitech/mtac-lora_1.1.12.bb)2
-rw-r--r--recipes-bsp/multitech/mtac_4.1.5.bb (renamed from recipes-bsp/multitech/mtac_4.1.4.bb)3
-rw-r--r--recipes-bsp/multitech/mts-io.inc2
-rw-r--r--recipes-bsp/multitech/mts-io_4.9.7.bb (renamed from recipes-bsp/multitech/mts-io_4.9.6.bb)0
4 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/multitech/mtac-lora_1.1.12.bb b/recipes-bsp/multitech/mtac-lora_1.1.13.bb
index 49e658f..9b9d194 100644
--- a/recipes-bsp/multitech/mtac-lora_1.1.12.bb
+++ b/recipes-bsp/multitech/mtac-lora_1.1.13.bb
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)"
SRCREV = "${PV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}"
diff --git a/recipes-bsp/multitech/mtac_4.1.4.bb b/recipes-bsp/multitech/mtac_4.1.5.bb
index c6de690..7206f3f 100644
--- a/recipes-bsp/multitech/mtac_4.1.4.bb
+++ b/recipes-bsp/multitech/mtac_4.1.5.bb
@@ -14,7 +14,7 @@ SRCREV = "${PV}"
# Some packages depend on mtac
RPROVIDES_kernel-module-${PN} = "mtac"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}"
@@ -61,6 +61,5 @@ fakeroot do_install () {
install -d ${D}${includedir}/mts-kernel-headers/linux
install -m 0644 ${S}/mtac.h ${D}${includedir}/mts-kernel-headers/linux
- cp ${S}/machine/* ${D}${includedir}/mts-kernel-headers/linux
chmod -R 0644 ${D}${includedir}/mts-kernel-headers/linux
}
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index bcc28e6..fc91efe 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -11,7 +11,7 @@ INC_PR = "r0"
SRCREV = "${PV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
PKGR = "${PR}-${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}"
# Some package needs to provide mts-io
diff --git a/recipes-bsp/multitech/mts-io_4.9.6.bb b/recipes-bsp/multitech/mts-io_4.9.7.bb
index ee4fcfa..ee4fcfa 100644
--- a/recipes-bsp/multitech/mts-io_4.9.6.bb
+++ b/recipes-bsp/multitech/mts-io_4.9.7.bb