From fd601b6168ef5d5cc04e13b5a21bcdeff5b2cb26 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 10 Oct 2025 11:08:42 -0500 Subject: [PATCH] linux-firmware: Set FILES to "" Now that all of the current firmware has either been moved into sub-packages or removed due to licensing the base package is now empty. Going forward we would like to keep the base package empty and force the version updates to bin any new firmwares into sub-packages. (From OE-Core rev: 9b883aa6f3cf881bfd60442b9ec193ae191b4cbe) Signed-off-by: Ryan Eatmon Signed-off-by: Richard Purdie --- .../linux-firmware/linux-firmware_20250917.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb index 4efdc73a45..9a12f45435 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb @@ -3311,8 +3311,14 @@ LICENSE:${PN} = "\ & WHENCE \ " +# The goal for this recipe is to creata bunch of breakout packages for the +# firmware so that you can choose which files to include and not have to pull +# them all in. To that end, we do want any files to be part of the +# linux-firmware package. So set it to "". Do not change this. +FILES:${PN} = "" +ALLOW_EMPTY:${PN} = "1" + FILES:${PN}-license += "${nonarch_base_libdir}/firmware/LICEN*" -FILES:${PN} += "${nonarch_base_libdir}/firmware/*" RDEPENDS:${PN} += "${PN}-license" RDEPENDS:${PN} += "${PN}-whence-license"