diff options
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb | 5 |
1 files changed, 4 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 e69e51024f..f8d8decfe5 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb | |||
@@ -2353,7 +2353,10 @@ python populate_packages:prepend () { | |||
2353 | 2353 | ||
2354 | # Firmware files are generally not ran on the CPU, so they can be | 2354 | # Firmware files are generally not ran on the CPU, so they can be |
2355 | # allarch despite being architecture specific | 2355 | # allarch despite being architecture specific |
2356 | INSANE_SKIP = "arch" | 2356 | INSANE_SKIP += "arch" |
2357 | |||
2358 | # They can also be ELF files, but obviously won't have the linkage we expect | ||
2359 | INSANE_SKIP += "ldflags" | ||
2357 | 2360 | ||
2358 | # Don't warn about already stripped files | 2361 | # Don't warn about already stripped files |
2359 | INSANE_SKIP:${PN} = "already-stripped" | 2362 | INSANE_SKIP:${PN} = "already-stripped" |