diff options
author | 2021-06-09 19:12:11 -0500 | |
---|---|---|
committer | 2021-07-20 16:54:32 -0500 | |
commit | 95f3f710d54fa09fcfa9ff9e2dbed3de15aaf493 (patch) | |
tree | bf3106aff80b52becf0c9c643dcd63f8a850192e | |
parent | 97d0f3c396dabbf562cf04469051ac15496a6032 (diff) | |
download | meta-qcom-95f3f710d54fa09fcfa9ff9e2dbed3de15aaf493.tar.gz meta-qcom-95f3f710d54fa09fcfa9ff9e2dbed3de15aaf493.tar.bz2 meta-qcom-95f3f710d54fa09fcfa9ff9e2dbed3de15aaf493.zip |
recipes-kernel: Add Linux 5.13 recipe
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb new file mode 100644 index 0000000..e57b0b4 --- /dev/null +++ b/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2014-2020 Linaro +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Linaro Qualcomm Landing team 5.13 Kernel" +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +require recipes-kernel/linux/linux-linaro-qcom.inc +require recipes-kernel/linux/linux-qcom-bootimg.inc + +LOCALVERSION ?= "-linaro-lt-qcom" + +SRCBRANCH = "release/qcomlt-5.13" +SRCREV = "736f3cc95d740e27632aba7e2bda09dfd9bdf2a3" + +COMPATIBLE_MACHINE = "(qcom)" |