diff options
author | John Klug <john.klug@multitech.com> | 2018-02-06 14:55:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-01 12:33:31 -0600 |
commit | c5435590334524e8c4a94745f4198899b8a05130 (patch) | |
tree | 0a3587210f5151f38d09f0cf7886a25a3d7b0ef2 /recipes-bsp/multitech | |
parent | 3cfdd811fb76adf52507e8a7706a741980940792 (diff) | |
download | meta-multitech-c5435590334524e8c4a94745f4198899b8a05130.tar.gz meta-multitech-c5435590334524e8c4a94745f4198899b8a05130.tar.bz2 meta-multitech-c5435590334524e8c4a94745f4198899b8a05130.zip |
Bump the level of mts-io and add the kernel version.3.3.21
Diffstat (limited to 'recipes-bsp/multitech')
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 6 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io_1.5.16.bb | 2 |
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}" |