summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-14 11:50:36 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-14 11:50:36 -0500
commitb071c5d47e106eea149bfe9492d842e5d8ced76c (patch)
tree50f644eaba7f30fe51e44d416c0b20ae56a06f72 /recipes-kernel/rs9113
parenta52dce4beda9f382d34799479a2b21a68945f522 (diff)
downloadmeta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.tar.gz
meta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.tar.bz2
meta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.zip
rs9113 kernel module version/revision to match other kernel modules
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r--recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb2
-rw-r--r--recipes-kernel/rs9113/rs9113.inc2
-rw-r--r--recipes-kernel/rs9113/rs9113_1.6.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb b/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb
index b6ed885..2022d88 100644
--- a/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb
+++ b/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "USB Driver for Redpine RS9113"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
PROVIDES = "rs9113-from-src"
-PR = "r10.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}"
+PR = "r10${KERNEL_MODULE_PACKAGE_SUFFIX}"
INHIBIT_PACKAGE_STRIP = "1"
BB_STRICT_CHECKSUM = "0"
inherit module
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index 9986cd3..cf020ef 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -1,4 +1,5 @@
inherit update-rc.d
+inherit module
PACKAGE_ARCH = "${MACHINE_ARCH}"
# utils-extra picks up ELF executables we don't want on most images.
@@ -79,7 +80,6 @@ python do_fetch_prepend () {
gitversion = d.getVar("PV",True)
PV = gitversion
- PV += "-"
try:
PV += d.getVar("PR",True)
except TypeError:
diff --git a/recipes-kernel/rs9113/rs9113_1.6.1.bb b/recipes-kernel/rs9113/rs9113_1.6.1.bb
index b00b581..7bf5f9c 100644
--- a/recipes-kernel/rs9113/rs9113_1.6.1.bb
+++ b/recipes-kernel/rs9113/rs9113_1.6.1.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN}-rm += "bash"
# To update this, manually copy ipk from Jenkin's job to
# git://git@${MTS_INTERNAL_GIT}/mlinux/ipk.git;protocol=ssh;branch=${PV}
#
-PR = "r10.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}"
+PR = "r10${KERNEL_MODULE_PACKAGE_SUFFIX}"
SRC_URI = " \
file://rs9113/rs9113.init \
file://rs9113/rs9113.default \