From 34966bb012bac534cffbd4ef8a12d8b8b8c022e9 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 2 Nov 2023 18:47:29 +0300 Subject: [PATCH] linux-linaro-qcomlt: drop historical kernels We do not update / support older kernels anymore. Drop recipes building those kernels. Signed-off-by: Dmitry Baryshkov --- ...able-DT-schema-checks-for-.dtb-targe.patch | 46 ------------------- .../linux/linux-linaro-qcomlt_5.10.bb | 6 --- .../linux/linux-linaro-qcomlt_5.12.bb | 9 ---- .../linux/linux-linaro-qcomlt_5.13.bb | 6 --- .../linux/linux-linaro-qcomlt_5.15.bb | 10 ---- .../linux/linux-linaro-qcomlt_5.16.bb | 9 ---- .../linux/linux-linaro-qcomlt_6.0.bb | 7 --- 7 files changed, 93 deletions(-) delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt/0001-Revert-kbuild-Enable-DT-schema-checks-for-.dtb-targe.patch delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.10.bb delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_5.16.bb delete mode 100644 recipes-kernel/linux/linux-linaro-qcomlt_6.0.bb diff --git a/recipes-kernel/linux/linux-linaro-qcomlt/0001-Revert-kbuild-Enable-DT-schema-checks-for-.dtb-targe.patch b/recipes-kernel/linux/linux-linaro-qcomlt/0001-Revert-kbuild-Enable-DT-schema-checks-for-.dtb-targe.patch deleted file mode 100644 index e792fe9d2..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt/0001-Revert-kbuild-Enable-DT-schema-checks-for-.dtb-targe.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 75e895343d5a2fcbdf4cb3d31ab7492bd65925f0 Mon Sep 17 00:00:00 2001 -From: Rob Herring -Date: Wed, 8 Dec 2021 15:39:16 -0600 -Subject: [PATCH] Revert "kbuild: Enable DT schema checks for %.dtb targets" - -This reverts commit 53182e81f47d4ea0c727c49ad23cb782173ab849. - -This added tool dependencies on various build systems using %.dtb -targets. Validation will need to be controlled by a kconfig or make -variable instead, but for now let's just revert it. - -Signed-off-by: Rob Herring ---- - Makefile | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/Makefile b/Makefile -index 9e12c14ea0fb..fa5070e53979 100644 ---- a/Makefile -+++ b/Makefile -@@ -1374,17 +1374,17 @@ endif - - ifneq ($(dtstree),) - --%.dtb: dt_binding_check include/config/kernel.release scripts_dtc -- $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ $(dtstree)/$*.dt.yaml -+%.dtb: include/config/kernel.release scripts_dtc -+ $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ - --%.dtbo: dt_binding_check include/config/kernel.release scripts_dtc -- $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ $(dtstree)/$*.dt.yaml -+%.dtbo: include/config/kernel.release scripts_dtc -+ $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ - - PHONY += dtbs dtbs_install dtbs_check - dtbs: include/config/kernel.release scripts_dtc - $(Q)$(MAKE) $(build)=$(dtstree) - --ifneq ($(filter dtbs_check %.dtb %.dtbo, $(MAKECMDGOALS)),) -+ifneq ($(filter dtbs_check, $(MAKECMDGOALS)),) - export CHECK_DTBS=y - dtbs: dt_binding_check - endif --- -2.33.1 - diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.10.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.10.bb deleted file mode 100644 index f1652f04b..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.10.bb +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright (C) 2014-2020 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -SRCREV = "9ab492e76768cd1bd9f2da52004ed537c8b329f3" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb deleted file mode 100644 index 2587152bd..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.12.bb +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (C) 2014-2021 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -SRCBRANCH = "release/rb5/qcomlt-5.12" -SRCREV = "deeb40c41728645cd6971b1d7bd08281238caba0" - -COMPATIBLE_MACHINE = "(sm8250)" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb deleted file mode 100644 index 3636b5eb4..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.13.bb +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright (C) 2014-2020 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -SRCREV = "1429722a220973e881d8cb5b5b486693457b4f11" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb deleted file mode 100644 index 7562f7f72..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (C) 2021 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -# SRCBRANCH set to "release/qcomlt-5.15" in linux-linaro-qcom.inc -SRCREV = "9bc25b368335b6d3d59be44db0c4818bdfbfa546" - -SRCBRANCH:sa8155p = "release/sa8155p-adp/qcomlt-5.15" -SRCREV:sa8155p = "3290018e72cdf6a1b90e672710ad2a6dda9fffd6" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.16.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.16.bb deleted file mode 100644 index f407477eb..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.16.bb +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (C) 2021 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -COMPATIBLE_MACHINE = "(sa8155p)" -SRC_URI:append = " file://0001-Revert-kbuild-Enable-DT-schema-checks-for-.dtb-targe.patch" -SRCBRANCH = "release/sa8155p-adp/qcomlt-5.16" -SRCREV = "8ea62eb83b9da1402d505146c529bcca87b7ba80" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_6.0.bb b/recipes-kernel/linux/linux-linaro-qcomlt_6.0.bb deleted file mode 100644 index c4e6593a6..000000000 --- a/recipes-kernel/linux/linux-linaro-qcomlt_6.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright (C) 2021 Linaro -# Released under the MIT license (see COPYING.MIT for the terms) - -require recipes-kernel/linux/linux-linaro-qcom.inc - -SRCBRANCH = "release/qcomlt-6.0" -SRCREV = "759763eb59da99b2f2ff9089b5fcb955d508959c"