From: Thorsten Schmelzer <t.schmelzer@phytec.de>
To: <openembedded-core@lists.openembedded.org>
Cc: <upstream@lists.phytec.de>
Subject: [meta-oe][PATCH] linux-firmware: split out iwlwifi 5000-5 firmware
Date: Mon, 17 Aug 2026 11:15:28 +0200 [thread overview]
Message-ID: <20260817091529.2406140-1-t.schmelzer@phytec.de> (raw)
The firmware currently resides in the iwlwifi-misc package, which is
238 MB large. This is a lot of space, if you only need a specific
firmware.
Signed-off-by: Thorsten Schmelzer <t.schmelzer@phytec.de>
---
meta/recipes-kernel/linux-firmware/linux-firmware_20260810.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20260810.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20260810.bb
index 5e0d008f1b..2a0d3980b7 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20260810.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20260810.bb
@@ -631,6 +631,7 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
${PN}-iwlwifi-3160-7 ${PN}-iwlwifi-3160-8 ${PN}-iwlwifi-3160-9 \
${PN}-iwlwifi-3160-10 ${PN}-iwlwifi-3160-12 ${PN}-iwlwifi-3160-13 \
${PN}-iwlwifi-3160-16 ${PN}-iwlwifi-3160-17 \
+ ${PN}-iwlwifi-5000-5 \
${PN}-iwlwifi-6000-4 ${PN}-iwlwifi-6000g2a-5 ${PN}-iwlwifi-6000g2a-6 \
${PN}-iwlwifi-6000g2b-5 ${PN}-iwlwifi-6000g2b-6 \
${PN}-iwlwifi-6050-4 ${PN}-iwlwifi-6050-5 \
@@ -2165,6 +2166,7 @@ LICENSE:${PN}-iwlwifi-3160-12 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-3160-13 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-3160-16 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-3160-17 = "LicenseRef-Firmware-iwlwifi-firmware"
+LICENSE:${PN}-iwlwifi-5000-5 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-6000-4 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-6000g2a-5 = "LicenseRef-Firmware-iwlwifi-firmware"
LICENSE:${PN}-iwlwifi-6000g2a-6 = "LicenseRef-Firmware-iwlwifi-firmware"
@@ -2192,6 +2194,7 @@ FILES:${PN}-iwlwifi-3160-12 = "${firmwaredir}/iwlwifi-3160-12.ucode* ${firmwared
FILES:${PN}-iwlwifi-3160-13 = "${firmwaredir}/iwlwifi-3160-13.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-3160-13.ucode*"
FILES:${PN}-iwlwifi-3160-16 = "${firmwaredir}/iwlwifi-3160-16.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-3160-16.ucode*"
FILES:${PN}-iwlwifi-3160-17 = "${firmwaredir}/iwlwifi-3160-17.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-3160-17.ucode*"
+FILES:${PN}-iwlwifi-5000-5 = "${firmwaredir}/iwlwifi-5000-5.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-5000-5.ucode*"
FILES:${PN}-iwlwifi-6000-4 = "${firmwaredir}/iwlwifi-6000-4.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-6000-4.ucode*"
FILES:${PN}-iwlwifi-6000g2a-5 = "${firmwaredir}/iwlwifi-6000g2a-5.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-6000g2a-5.ucode*"
FILES:${PN}-iwlwifi-6000g2a-6 = "${firmwaredir}/iwlwifi-6000g2a-6.ucode* ${firmwaredir}/intel/iwlwifi/iwlwifi-6000g2a-6.ucode*"
@@ -2220,6 +2223,7 @@ RDEPENDS:${PN}-iwlwifi-3160-12 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-3160-13 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-3160-16 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-3160-17 = "${PN}-iwlwifi-license"
+RDEPENDS:${PN}-iwlwifi-5000-5 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-6000-4 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-6000g2a-5 = "${PN}-iwlwifi-license"
RDEPENDS:${PN}-iwlwifi-6000g2a-6 = "${PN}-iwlwifi-license"
next reply other threads:[~2026-08-17 9:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-17 9:15 Thorsten Schmelzer [this message]
2026-08-17 9:31 ` Patchtest results for [meta-oe][PATCH] linux-firmware: split out iwlwifi 5000-5 firmware patchtest
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260817091529.2406140-1-t.schmelzer@phytec.de \
--to=t.schmelzer@phytec.de \
--cc=openembedded-core@lists.openembedded.org \
--cc=upstream@lists.phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox