From c5435590334524e8c4a94745f4198899b8a05130 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 6 Feb 2018 14:55:07 -0600 Subject: Bump the level of mts-io and add the kernel version. --- recipes-bsp/multitech/mts-io.inc | 6 +++++- 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}" -- cgit v1.2.3