diff options
author | 2018-01-12 10:55:57 +0100 | |
---|---|---|
committer | 2018-01-31 09:45:50 +0100 | |
commit | 6aa177733107c85fe0b655f186fc7b6e08f7bad8 (patch) | |
tree | 98219d790e91161cfe892d3860e56d083b90a382 | |
parent | 5fbd011c7852d46399018647d09e3b581b1b637d (diff) | |
download | meta-qcom-6aa177733107c85fe0b655f186fc7b6e08f7bad8.tar.gz meta-qcom-6aa177733107c85fe0b655f186fc7b6e08f7bad8.tar.bz2 meta-qcom-6aa177733107c85fe0b655f186fc7b6e08f7bad8.zip |
linux-linaro-qcomlt: switch to 4.14 based release branch
This is a brand new branch, based on 4.14 LTS, which will be supported from now
on.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit d53bf492f2fd495c3bca2afb28f39345bba109f6)
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.14.bb (renamed from recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.14.bb index 7d16890..a3208b0 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.14.bb @@ -9,8 +9,8 @@ require recipes-kernel/linux/linux-linaro-qcom.inc require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" -SRCBRANCH ?= "release/qcomlt-4.9" -SRCREV ?= "3e797f5b154e7b382aa1801b022d0d431ca00b86" +SRCBRANCH ?= "release/qcomlt-4.14" +SRCREV ?= "6d5d5afe150ad716cb8e4939cfa0aef6d65ee7ff" COMPATIBLE_MACHINE = "(ifc6410|sd-600eval|dragonboard-410c)" |