summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-03-01 16:36:09 -0600
committerJohn Klug <john.klug@multitech.com>2018-03-01 16:36:09 -0600
commitc8c0b95e6d2a0e3bd2abd5c5296baeef0cf89a76 (patch)
treefa29ada1248afa8597cbaeb1fbcb7d39025f20ba
parent33fc3e6a3fec5c82763affff651ebcd947a2c39b (diff)
downloadmeta-multitech-c8c0b95e6d2a0e3bd2abd5c5296baeef0cf89a76.tar.gz
meta-multitech-c8c0b95e6d2a0e3bd2abd5c5296baeef0cf89a76.tar.bz2
meta-multitech-c8c0b95e6d2a0e3bd2abd5c5296baeef0cf89a76.zip
Wrong revision of the Bluetooth module in its package name.
-rw-r--r--recipes-kernel/linux/linux_3.12.27.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb
index 30e3289..5459ddf 100644
--- a/recipes-kernel/linux/linux_3.12.27.bb
+++ b/recipes-kernel/linux/linux_3.12.27.bb
@@ -3,9 +3,8 @@ inherit kernel
inherit linux-append-dtb
PR = "r15"
-
-# New revision level for Blueborne
-PR_kernel-module-bluetooth = "r14.m1"
+# Example for adding a revision to a kernel module:
+# PR_kernel-module-bluetooth = "${PR}.m1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"