From 95f3f710d54fa09fcfa9ff9e2dbed3de15aaf493 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Wed, 9 Jun 2021 19:12:11 -0500 Subject: recipes-kernel: Add Linux 5.13 recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb 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)" -- cgit