diff options
author | 2017-03-09 09:47:19 +0100 | |
---|---|---|
committer | 2017-03-09 09:47:19 +0100 | |
commit | 1ba8f8e027943b1beaa666bbe180a28d2321ad93 (patch) | |
tree | f253363ca5035f44954af74f3c8bae6b1a06418c | |
parent | 5cedef7037a574eac262d69ba6c9f3c617e458b0 (diff) | |
download | meta-qcom-1ba8f8e027943b1beaa666bbe180a28d2321ad93.tar.gz meta-qcom-1ba8f8e027943b1beaa666bbe180a28d2321ad93.tar.bz2 meta-qcom-1ba8f8e027943b1beaa666bbe180a28d2321ad93.zip |
linux-linaro-qcomlt: upgrade to latest kernel for db820c
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | 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.9.bb index bfed7e5..a1d0be0 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb @@ -8,8 +8,8 @@ require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" -SRCBRANCH ?= "release/qcomlt-4.9" -SRCREV ?= "31eed9beb6ceaba63a2c35ccceba7e3ffcaa3eed" +SRCBRANCH ?= "db820c/qcomlt-4.9" +SRCREV ?= "5a5796596323bfee4547323e649216401e4b642a" COMPATIBLE_MACHINE = "(apq8064|apq8016|apq8096)" |