diff mbox series

[meta-ti,scarthgap,03/13] meta-beagle: layer.conf: add lz4c to host tools list

Message ID 20241219215402.28324-4-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Add meta-beagle layer | expand

Commit Message

Ryan Eatmon Dec. 19, 2024, 9:53 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

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>
---
 meta-beagle/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
index 0dac4946..d980df8e 100644
--- a/meta-beagle/conf/layer.conf
+++ b/meta-beagle/conf/layer.conf
@@ -13,3 +13,5 @@  LAYERSERIES_COMPAT_meta-beagle = "scarthgap"
 LAYERDEPENDS_meta-beagle = " \
     meta-ti-bsp \
 "
+
+HOSTTOOLS_NONFATAL += "lz4c"