diff options
author | John Klug <john.klug@multitech.com> | 2018-03-01 16:32:46 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-01 16:32:46 -0600 |
commit | a657fa32ee2ef78f841e9888fef7057a59dbaf64 (patch) | |
tree | 6aaf74981c084c768d09f1a26eabc3af8ee243f1 /recipes-kernel/linux | |
parent | 9372825c2b30e17b21b9634137521dcaff52476f (diff) | |
download | meta-multitech-a657fa32ee2ef78f841e9888fef7057a59dbaf64.tar.gz meta-multitech-a657fa32ee2ef78f841e9888fef7057a59dbaf64.tar.bz2 meta-multitech-a657fa32ee2ef78f841e9888fef7057a59dbaf64.zip |
Example for a module revision.
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux_3.12.70.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux_3.12.70.bb b/recipes-kernel/linux/linux_3.12.70.bb index d40e914..32d82cf 100644 --- a/recipes-kernel/linux/linux_3.12.70.bb +++ b/recipes-kernel/linux/linux_3.12.70.bb @@ -3,6 +3,8 @@ inherit kernel inherit linux-append-dtb PR = "r18" +# Example for adding a revision to a kernel module: +# PR_kernel-module-bluetooth = "${PR}.m1" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |