summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-09 09:29:35 -0500
committerJohn Klug <john.klug@multitech.com>2019-04-09 09:29:35 -0500
commit3b8251ae5feb7df8b4fb93cefb1b6aaed973df2c (patch)
tree9f27e9e0cacfc72f43f0ce6de829a64574ce27ee
parent68f7550b95a863ae5ec89758d98659727483d44e (diff)
downloadmeta-multitech-3b8251ae5feb7df8b4fb93cefb1b6aaed973df2c.tar.gz
meta-multitech-3b8251ae5feb7df8b4fb93cefb1b6aaed973df2c.tar.bz2
meta-multitech-3b8251ae5feb7df8b4fb93cefb1b6aaed973df2c.zip
bump kernel version for new device tree for mtcdt
-rw-r--r--recipes-kernel/linux/linux_3.12.70.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux_3.12.70.bb b/recipes-kernel/linux/linux_3.12.70.bb
index a456c14..6d7c5a4 100644
--- a/recipes-kernel/linux/linux_3.12.70.bb
+++ b/recipes-kernel/linux/linux_3.12.70.bb
@@ -2,7 +2,7 @@ inherit kernel
# mts class to build dtb and append to kernel image
inherit linux-append-dtb
-PR = "r20"
+PR = "r21"
# Example for adding a revision to a kernel module:
# PR_kernel-module-bluetooth = "${PR}.m1"