diff mbox series

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

Message ID 20241218204923.2601088-3-denis@denix.org
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [scarthgap,01/13] conf/machine: rename beagleplay machine to beagleplay-ti | expand

Commit Message

Denys Dmytriyenko Dec. 18, 2024, 8:49 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>
---
Note: this change is not required for scarthgap for now, but it doesn't hurt
and will ensure meta-beagle won't get broken if/when the corresponding change
in OE-Core gets backported.

 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"