Re: [OE-core] [PATCH] bitbake.conf: add lz4c to HOSTTOOLS_NONFATAL

2024-12-10 Thread Richard Purdie via lists.openembedded.org
On Tue, 2024-12-10 at 10:10 -0500, Justin Bronder via lists.openembedded.org wrote: > Commit fe167e082cbde1c6d186ecdda531abef610ac2ac switched to requiring > lz4 instead of lz4c which allows us to support distros dropping lz4c. > However, it's only in the 6.13 kernel that CONFIG_KERNEL_LZ4 makes t

[OE-core] [PATCH] bitbake.conf: add lz4c to HOSTTOOLS_NONFATAL

2024-12-10 Thread Justin Bronder
Commit fe167e082cbde1c6d186ecdda531abef610ac2ac switched to requiring lz4 instead of lz4c which allows us to support distros dropping lz4c. However, it's only in the 6.13 kernel that CONFIG_KERNEL_LZ4 makes the switch from lz4c to lz4. So we should continue to link lz4c if it's available to suppor