diff options
author | Ross Burton <ross.burton@arm.com> | 2022-11-08 16:02:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-09 15:43:52 +0000 |
commit | 88385340d3ffea6071d18a8ef76138e485a2e6f6 (patch) | |
tree | bd98f3c80cf6a89785a867d92beae584632e06c5 /meta/recipes-kernel/linux-firmware | |
parent | c2033689fa01022d09dc009e05eebc816893bb35 (diff) | |
download | poky-88385340d3ffea6071d18a8ef76138e485a2e6f6.tar.gz |
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).
(From OE-Core rev: 26ed998c4f201c5cacf330f52e51e416afbd300c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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_20221012.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20221012.bb index 6ba59a34c2..c7ecee0d9a 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" | |||
1121 | 1121 | ||
1122 | # Don't warn about already stripped files | 1122 | # Don't warn about already stripped files |
1123 | INSANE_SKIP:${PN} = "already-stripped" | 1123 | INSANE_SKIP:${PN} = "already-stripped" |
1124 | |||
1125 | # No need to put firmware into the sysroot | ||
1126 | SYSROOT_DIRS_IGNORE += "${nonarch_base_libdir}/firmware" | ||