diff options
author | 2016-12-12 15:32:00 +0000 | |
---|---|---|
committer | 2016-12-12 15:32:00 +0000 | |
commit | a66ded20b5ccbe7ac7b9acadaa896e192d6033b2 (patch) | |
tree | 9c8f058f30433ba0a38b87db93975914954b52b8 | |
parent | a974be838737666323770071dbec067fd6565896 (diff) | |
download | meta-qcom-a66ded20b5ccbe7ac7b9acadaa896e192d6033b2.tar.gz meta-qcom-a66ded20b5ccbe7ac7b9acadaa896e192d6033b2.tar.bz2 meta-qcom-a66ded20b5ccbe7ac7b9acadaa896e192d6033b2.zip |
linux-linaro-qcomlt_4.9: switch 4.7 kernel to 4.9 for 8096 SoC
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb (renamed from recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb index 2b8125a..bfed7e5 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb @@ -1,15 +1,15 @@ # Copyright (C) 2014 Linaro # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Linaro Qualcomm Landing team 4.7 Kernel" +DESCRIPTION = "Linaro Qualcomm Landing team 4.9 Kernel" require recipes-kernel/linux/linux-linaro-qcom.inc require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" -SRCBRANCH ?= "release/qcomlt-4.7" -SRCREV ?= "56d2bf18463d52d63fe382cb8610af6cb21bd822" +SRCBRANCH ?= "release/qcomlt-4.9" +SRCREV ?= "31eed9beb6ceaba63a2c35ccceba7e3ffcaa3eed" COMPATIBLE_MACHINE = "(apq8064|apq8016|apq8096)" |