diff options
author | John Klug <john.klug@multitech.com> | 2018-04-19 10:50:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-19 10:50:32 -0500 |
commit | 81195ee9a3646e96abbf433088ebda116b46f946 (patch) | |
tree | e32ea14ca500239295199e87960172120c906913 /recipes-kernel/linux | |
parent | cdeaeebe0435b448abb12a47f2689ce420587b93 (diff) | |
download | meta-multitech-81195ee9a3646e96abbf433088ebda116b46f946.tar.gz meta-multitech-81195ee9a3646e96abbf433088ebda116b46f946.tar.bz2 meta-multitech-81195ee9a3646e96abbf433088ebda116b46f946.zip |
Bump revision because kernel definitions changed
Diffstat (limited to 'recipes-kernel/linux')
-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 32d82cf..87e5fbe 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 = "r18" +PR = "r19" # Example for adding a revision to a kernel module: # PR_kernel-module-bluetooth = "${PR}.m1" |