diff options
author | 2016-04-28 13:16:30 +0100 | |
---|---|---|
committer | 2016-04-29 14:55:16 +0100 | |
commit | 9e499cf895135ba9cbe7a395e08377c9b4ee070d (patch) | |
tree | dac892c46b3d218663ed964cb21ee1d604c71ab3 | |
parent | c4d94596b186f2e21e003acd96e381e88b6e49c6 (diff) | |
download | meta-qcom-9e499cf895135ba9cbe7a395e08377c9b4ee070d.tar.gz meta-qcom-9e499cf895135ba9cbe7a395e08377c9b4ee070d.tar.bz2 meta-qcom-9e499cf895135ba9cbe7a395e08377c9b4ee070d.zip |
linux-linaro-qcomlt: upgrade kernel to 16.04 release
* based on 4.4.8
* fix for SoftAP
* SPIDEV=m
* Initial support for DB600c
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb index 0ac559b..6d8dd53 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc SRCBRANCH = "release/qcomlt-4.4" -SRCREV = "6bfb715ed71e6948d08b0205f721488bd764e65c" +SRCREV = "8205f603ceeb02d08a720676d9075c9e75e47b0f" COMPATIBLE_MACHINE = "(ifc6410|dragonboard-410c)" |