diff options
author | John Klug <john.klug@multitech.com> | 2019-10-03 18:30:02 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-10-03 18:31:22 -0500 |
commit | 64d3ca0fd0a2cb5cbc4474e06a2c3c42e78fe657 (patch) | |
tree | 5ded8b030c89c5dd67c55b387d8fb55c843b2de3 | |
parent | 66c7250a3491060d20b8dc75fce85dd385137888 (diff) | |
download | meta-multitech-64d3ca0fd0a2cb5cbc4474e06a2c3c42e78fe657.tar.gz meta-multitech-64d3ca0fd0a2cb5cbc4474e06a2c3c42e78fe657.tar.bz2 meta-multitech-64d3ca0fd0a2cb5cbc4474e06a2c3c42e78fe657.zip |
Bump kernel revision for Quectel patch
-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 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" |