From dc39e9ffcf9cd9d5b6dd4682d5b3c58cbf941ab9 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 27 Apr 2023 23:53:37 +0000 Subject: [PATCH] linux-raspberrypi/linux-raspberrypi-v7: drop 5.10 version The overlays/imx708.dtbo is not supported and backport [1] the dtbo is not accepted so drop this kernel version. [1] https://github.com/raspberrypi/linux/pull/5452 Signed-off-by: Jose Quaresma --- .../linux/linux-raspberrypi-v7_5.10.bb | 6 ------ .../linux/linux-raspberrypi_5.10.bb | 19 ------------------- 2 files changed, 25 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi-v7_5.10.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_5.10.bb diff --git a/recipes-kernel/linux/linux-raspberrypi-v7_5.10.bb b/recipes-kernel/linux/linux-raspberrypi-v7_5.10.bb deleted file mode 100644 index d594b61c7..000000000 --- a/recipes-kernel/linux/linux-raspberrypi-v7_5.10.bb +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-FileCopyrightText: Andrei Gherzan -# -# SPDX-License-Identifier: MIT - -require linux-raspberrypi-v7.inc -require linux-raspberrypi_5.10.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb deleted file mode 100644 index 3311a844d..000000000 --- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb +++ /dev/null @@ -1,19 +0,0 @@ -LINUX_VERSION ?= "5.10.110" -LINUX_RPI_BRANCH ?= "rpi-5.10.y" -LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" - -SRCREV_machine = "427c6bd8835e197693e9b4aedbe45c2c3c84cdce" -SRCREV_meta = "96ea2660bb97e15f48f4885b9e436f24c3606bd9" - -KMETA = "kernel-meta" - -SRC_URI = " \ - git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \ - git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ - file://powersave.cfg \ - file://android-drivers.cfg \ - " - -require linux-raspberrypi.inc - -KERNEL_DTC_FLAGS += "-@ -H epapr"