From: Ross Burton Date: Tue, 8 Nov 2022 16:02:07 +0000 (+0000) Subject: linux-firmware: don't put the firmware into the sysroot X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ed998c4f201c5cacf330f52e51e416afbd300c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-firmware: don't put the firmware into the sysroot There's no need to have linux-firmware in the sysroot. The sysroot won't ever be used anyway as nothing needs the firmware at build-time, but this saves us building a ~900MB sysroot (~300MB sstate tarball). Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb index 6ba59a34c2f..c7ecee0d9a8 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb @@ -1121,3 +1121,6 @@ INSANE_SKIP = "arch" # Don't warn about already stripped files INSANE_SKIP:${PN} = "already-stripped" + +# No need to put firmware into the sysroot +SYSROOT_DIRS_IGNORE += "${nonarch_base_libdir}/firmware"