diff mbox series

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

Message ID 20241213233203.2688541-3-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,01/12] conf/machine: rename beagleplay machine to beagleplay-ti | expand

Commit Message

Denys Dmytriyenko Dec. 13, 2024, 11:31 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>
---
New patch since RFC v2

 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 df6a77ed..cb448b21 100644
--- a/meta-beagle/conf/layer.conf
+++ b/meta-beagle/conf/layer.conf
@@ -13,3 +13,5 @@  LAYERSERIES_COMPAT_meta-beagle = "scarthgap styhead walnascar"
 LAYERDEPENDS_meta-beagle = " \
     meta-ti-bsp \
 "
+
+HOSTTOOLS_NONFATAL += "lz4c"