diff options
author | John Klug <john.klug@multitech.com> | 2019-05-07 19:16:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | b3211f1d0112f274a75f1656feb2d1d5fbaf2f42 (patch) | |
tree | dd368a603bc95e946c6e5f6e4d459aaff2bbf7d8 /recipes-kernel | |
parent | 66ce88d9e5fbb6e6820643b11808a6df46b17cad (diff) | |
download | meta-multitech-b3211f1d0112f274a75f1656feb2d1d5fbaf2f42.tar.gz meta-multitech-b3211f1d0112f274a75f1656feb2d1d5fbaf2f42.tar.bz2 meta-multitech-b3211f1d0112f274a75f1656feb2d1d5fbaf2f42.zip |
Bump the revision of the kernel for new device tree
Diffstat (limited to 'recipes-kernel')
-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 cd9b511..09f5f53 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r7" +PR = "r8" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" |