summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-firmware
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-10 11:08:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-13 18:01:03 +0100
commitfd601b6168ef5d5cc04e13b5a21bcdeff5b2cb26 (patch)
treee9faf7f8c0108052d1511b1365b9ede8138144bb /meta/recipes-kernel/linux-firmware
parent366aeb0e9a23c518a25a46ab82047a50a235650c (diff)
downloadpoky-fd601b6168ef5d5cc04e13b5a21bcdeff5b2cb26.tar.gz
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 <reatmon@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb8
1 files changed, 7 insertions, 1 deletions
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} = "\
3311 & WHENCE \ 3311 & WHENCE \
3312" 3312"
3313 3313
3314# The goal for this recipe is to creata bunch of breakout packages for the
3315# firmware so that you can choose which files to include and not have to pull
3316# them all in. To that end, we do want any files to be part of the
3317# linux-firmware package. So set it to "". Do not change this.
3318FILES:${PN} = ""
3319ALLOW_EMPTY:${PN} = "1"
3320
3314FILES:${PN}-license += "${nonarch_base_libdir}/firmware/LICEN*" 3321FILES:${PN}-license += "${nonarch_base_libdir}/firmware/LICEN*"
3315FILES:${PN} += "${nonarch_base_libdir}/firmware/*"
3316RDEPENDS:${PN} += "${PN}-license" 3322RDEPENDS:${PN} += "${PN}-license"
3317RDEPENDS:${PN} += "${PN}-whence-license" 3323RDEPENDS:${PN} += "${PN}-whence-license"
3318 3324