diff options
author | 2017-04-26 11:52:09 +0200 | |
---|---|---|
committer | 2017-04-26 11:52:09 +0200 | |
commit | 1c3d90accd7987992224f139d27eedca70779c96 (patch) | |
tree | 0f2e06c352993a3da7540581ad83a53b4d7f781a | |
parent | 2129fbffcd83c0ee059bda0b694f14cfd4f26f62 (diff) | |
download | meta-qcom-1c3d90accd7987992224f139d27eedca70779c96.tar.gz meta-qcom-1c3d90accd7987992224f139d27eedca70779c96.tar.bz2 meta-qcom-1c3d90accd7987992224f139d27eedca70779c96.zip |
linux-linaro-qcomlt_4.9: update kernel revision
LT Kernel was updated with the following changes:
Archit Taneja (1):
drm/msm/mdp5: Ensure clocks are enabled in legacy cursor disable path
Stephen Boyd (1):
gpu: Remove depends on RESET_CONTROLLER when not a provider
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb index 8be1986..a1389e7 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bb @@ -11,7 +11,7 @@ require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" SRCBRANCH ?= "release/qcomlt-4.9" -SRCREV ?= "ce18233619fdfd0d3f4ee79de7c238439204710e" +SRCREV ?= "91eecf302625ad32bb0a836d287282b803e61b19" COMPATIBLE_MACHINE = "(ifc6410|sd-600eval|dragonboard-410c)" |