diff options
author | John Klug <john.klug@multitech.com> | 2017-09-14 17:10:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-14 17:10:47 -0500 |
commit | 8f342bc1e51e9e282d47370341d59714afc8bbbe (patch) | |
tree | 65be75224b0a5ba9a428c752c60976bd19496c93 | |
parent | fadc0a05b4d3dafe70e516205fcabf47e76e6ce9 (diff) | |
download | meta-multitech-8f342bc1e51e9e282d47370341d59714afc8bbbe.tar.gz meta-multitech-8f342bc1e51e9e282d47370341d59714afc8bbbe.tar.bz2 meta-multitech-8f342bc1e51e9e282d47370341d59714afc8bbbe.zip |
Bump kernel level for Blueborne fix
-rw-r--r-- | recipes-kernel/linux/linux_3.12.70.bb | 2 |
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 d064727..7fdfabe 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 = "r14" +PR = "r15" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |