summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-13 17:44:35 -0500
committerJohn Klug <john.klug@multitech.com>2020-11-11 17:17:50 -0600
commite3028eb5749a59b36f57afbc26c8d26aaccdb1a4 (patch)
tree179f88492fa3f830c1c8ab5f2bec1f47e72d1c25
parente5434b50c1d22dffbcde1f72e0a459c7b76a06ba (diff)
downloadmeta-multitech-e3028eb5749a59b36f57afbc26c8d26aaccdb1a4.tar.gz
meta-multitech-e3028eb5749a59b36f57afbc26c8d26aaccdb1a4.tar.bz2
meta-multitech-e3028eb5749a59b36f57afbc26c8d26aaccdb1a4.zip
Add KERNEL_MODULE_PACKAGE_SUFFIX to mts-io revision
-rw-r--r--recipes-bsp/multitech/mts-io.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index 70b39c9..3f5d9d6 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19
do_fetch[depends] += "virtual/kernel:do_shared_workdir"
INC_PR = "r3"
-# SRCREV = "${PV}"
-SRCREV = "${AUTOREV}"
+SRCREV = "${PV}"
+PR = "${INC_PR}.0-${KERNEL_MODULE_PACKAGE_SUFFIX}"
# Some package needs to provide mts-io
RPROVIDES_kernel-module-${PN} = "mts-io"