From bdb05b600475766b84898d1af2e882d913ddb120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Dupr=C3=A9?= Date: Fri, 15 Nov 2024 17:13:42 +0100 Subject: [PATCH] linux-raspberrypi: rename bbappend to use wildcard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bbappend file is not specific to a version of the kernel, so we can use a wildcard to match any version of the kernel. Signed-off-by: Mathieu Dupré --- ...nux-raspberrypi_5.15.bbappend => linux-raspberrypi_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-kernel/linux/{linux-raspberrypi_5.15.bbappend => linux-raspberrypi_%.bbappend} (100%) diff --git a/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend b/recipes-kernel/linux/linux-raspberrypi_%.bbappend similarity index 100% rename from recipes-kernel/linux/linux-raspberrypi_5.15.bbappend rename to recipes-kernel/linux/linux-raspberrypi_%.bbappend