diff options
author | 2021-04-07 15:17:13 +0300 | |
---|---|---|
committer | 2021-04-07 22:48:10 +0300 | |
commit | fe8a1266c46823835b38a4f120c1317c72773d18 (patch) | |
tree | 69d2d3b85f81bf2e3a81230bb6c32b9fd33521eb | |
parent | c2cc3aca80022308bce50e0c8bb13222c03d849f (diff) | |
download | meta-qcom-fe8a1266c46823835b38a4f120c1317c72773d18.tar.gz meta-qcom-fe8a1266c46823835b38a4f120c1317c72773d18.tar.bz2 meta-qcom-fe8a1266c46823835b38a4f120c1317c72773d18.zip |
linux-linaro-qcomlt: update to 5.12
Update RB5 kernel from 5.11 to 5.12.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb (renamed from recipes-kernel/linux/linux-linaro-qcomlt_5.11.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.11.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb index 18f6acf..ab86959 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.11.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb @@ -1,7 +1,7 @@ -# Copyright (C) 2014-2020 Linaro +# Copyright (C) 2014-2021 Linaro # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Linaro Qualcomm Landing team 5.11 Kernel" +DESCRIPTION = "Linaro Qualcomm Landing team 5.12 Kernel" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" require recipes-kernel/linux/linux-linaro-qcom.inc @@ -9,7 +9,7 @@ require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" -SRCBRANCH = "release/rb5/qcomlt-5.11" -SRCREV = "17daa17a8971e68b9bf48e2965042860ce994435" +SRCBRANCH = "release/rb5/qcomlt-5.12" +SRCREV = "56d9230c7e441a00b30468071557b68d0fa5ce55" COMPATIBLE_MACHINE = "(sm8250)" |