diff options
author | John Klug <john.klug@multitech.com> | 2018-05-17 18:44:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-17 18:44:11 -0500 |
commit | 834424c39da43d183e47d724910a7f2027eed5cd (patch) | |
tree | c21e6d855bc8a84d65dfd3d79ea99a7179eebcac /recipes-kernel/linux/linux_3.12.70.bb | |
parent | d673e3aa5839c8d3b9615d57dd77ec46ebdd86dc (diff) | |
download | meta-multitech-834424c39da43d183e47d724910a7f2027eed5cd.tar.gz meta-multitech-834424c39da43d183e47d724910a7f2027eed5cd.tar.bz2 meta-multitech-834424c39da43d183e47d724910a7f2027eed5cd.zip |
Bump kernel level for Cat M
Diffstat (limited to 'recipes-kernel/linux/linux_3.12.70.bb')
-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 ced2c78..d9d1d1e 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 = "r19" +PR = "r20" # Example for adding a revision to a kernel module: # PR_kernel-module-bluetooth = "${PR}.m1" |