summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-19 14:39:32 -0500
committerJohn Klug <john.klug@multitech.com>2021-06-23 05:45:50 -0500
commit314ffb57afb98f52eaed06c11710226ed05e1686 (patch)
tree877dcfd096c428c9cd1a5353be5476966ed860f5
parent56f393a8ac185e24c6799a0979235166eb912956 (diff)
downloadmeta-multitech-atmel-314ffb57afb98f52eaed06c11710226ed05e1686.tar.gz
meta-multitech-atmel-314ffb57afb98f52eaed06c11710226ed05e1686.tar.bz2
meta-multitech-atmel-314ffb57afb98f52eaed06c11710226ed05e1686.zip
Remove more debug from i2c-at91, and add "a" to the revision of atmel-mci
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.87.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb
index c4ae06b..ca25d99 100644
--- a/recipes-kernel/linux/linux-at91_4.9.87.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.87.bb
@@ -18,7 +18,9 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base=""
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000"
-PR = "r13"
+PR = "r12"
+PKGR_kernel-module-i2c-at91 = "${PR}a${EXTENDPRAUTO}"
+PKGR_kernel-module-atmel-mci = "${PR}a${EXTENDPRAUTO}"
KERNEL_VERSION = "${PV}"
KERNEL_REVISION = "${PR}"
EXTRAVERSION = ""