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"