summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-02-06 14:55:07 -0600
committerJohn Klug <john.klug@multitech.com>2018-03-01 12:33:31 -0600
commitc5435590334524e8c4a94745f4198899b8a05130 (patch)
tree0a3587210f5151f38d09f0cf7886a25a3d7b0ef2
parent3cfdd811fb76adf52507e8a7706a741980940792 (diff)
downloadmeta-multitech-3.3.21.tar.gz
meta-multitech-3.3.21.tar.bz2
meta-multitech-3.3.21.zip
Bump the level of mts-io and add the kernel version.3.3.21
-rw-r--r--recipes-bsp/multitech/mts-io.inc6
-rw-r--r--recipes-bsp/multitech/mts-io_1.5.16.bb2
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index 950a2b9..42edc5e 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19
file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
"
DEPENDS = "virtual/kernel"
-INC_PR = "r9"
+INC_PR = "r10"
SRCREV = "${PV}"
@@ -98,3 +98,7 @@ fakeroot do_install_append_mtcap() {
# disable radio-reset for the mtcap hardware
sed -i 's/ENABLED="yes"/ENABLED="no"/g' ${D}${sysconfdir}/default/radio-reset
}
+
+pkg_postins_${PN} () {
+ /sbin/depmod -a
+}
diff --git a/recipes-bsp/multitech/mts-io_1.5.16.bb b/recipes-bsp/multitech/mts-io_1.5.16.bb
index 85b3de1..92937cd 100644
--- a/recipes-bsp/multitech/mts-io_1.5.16.bb
+++ b/recipes-bsp/multitech/mts-io_1.5.16.bb
@@ -1,4 +1,4 @@
require mts-io.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.0-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}"