diff options
author | John Klug <john.klug@multitech.com> | 2019-01-08 14:47:45 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-08 14:48:05 -0600 |
commit | 4da72e110da45168989c3eb461dd3b0263f25f81 (patch) | |
tree | a16600ce18aa97c64ae2886db6702d0dbcd474b3 | |
parent | aa6d9bc915b4d6803e275805680cac62593781cb (diff) | |
download | meta-multitech-4da72e110da45168989c3eb461dd3b0263f25f81.tar.gz meta-multitech-4da72e110da45168989c3eb461dd3b0263f25f81.tar.bz2 meta-multitech-4da72e110da45168989c3eb461dd3b0263f25f81.zip |
Bump kernel revision with new EXTRA Version code
-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 67f0805..9cb6711 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -13,7 +13,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r0" +PR = "r1" # PV = "4.9+git${SRCPV}" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" |