meta-beagle: layer.conf: add lz4c to host tools list

OE-Core master has switched from lz4c to lz4 host tool, but a corresponding
change only appears in kernel 6.13. Since bb.org kernels 6.1 and 6.6 enable
LZ4 compression by default, also add a legacy lz4c tool in the list.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
This commit is contained in:
Denys Dmytriyenko
2024-12-16 08:47:11 -06:00
committed by Ryan Eatmon
parent 0b2a4f024a
commit f3c941232a
+2
View File
@@ -13,3 +13,5 @@ LAYERSERIES_COMPAT_meta-beagle = "styhead walnascar"
LAYERDEPENDS_meta-beagle = " \
meta-ti-bsp \
"
HOSTTOOLS_NONFATAL += "lz4c"