diff options
author | John Klug <john.klug@multitech.com> | 2020-10-19 14:39:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-23 05:45:50 -0500 |
commit | 314ffb57afb98f52eaed06c11710226ed05e1686 (patch) | |
tree | 877dcfd096c428c9cd1a5353be5476966ed860f5 /recipes-kernel | |
parent | 56f393a8ac185e24c6799a0979235166eb912956 (diff) | |
download | meta-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
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 4 |
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 = "" |