diff options
author | John Klug <john.klug@multitech.com> | 2021-10-20 06:47:38 -0500 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-18 09:56:19 +0200 |
commit | ac7e8e9592d0e57bf774e9850707a6fc9f5a3483 (patch) | |
tree | 5e12911ff346515c5846225369a215cb89422177 /recipes-kernel/linux | |
parent | 434f91829c4228bb33019cb481da2a335bb12ded (diff) | |
download | meta-multitech-atmel-ac7e8e9592d0e57bf774e9850707a6fc9f5a3483.tar.gz meta-multitech-atmel-ac7e8e9592d0e57bf774e9850707a6fc9f5a3483.tar.bz2 meta-multitech-atmel-ac7e8e9592d0e57bf774e9850707a6fc9f5a3483.zip |
r15 kernel was not yet released, so use r15
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 |
1 files changed, 1 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 9ce7f05..98a5f30 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -19,7 +19,7 @@ RDEPENDS_kernel-modules_remove = "kernel-module-softdog" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r16" +PR = "r15" PKGR_kernel-module-i2c-at91 = "${PR}a${EXTENDPRAUTO}" PKGR_kernel-module-atmel-mci = "${PR}a${EXTENDPRAUTO}" KERNEL_VERSION = "${PV}" |