summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-12-13 18:31:54 -0500
committerRyan Eatmon <reatmon@ti.com>2024-12-16 08:47:11 -0600
commitf3c941232a0e0d0cd072e6cd5bbcea29f35a52bc (patch)
tree91fbb2fdef63bf012d9e21f9a554db5035a2060f
parent0b2a4f024a038fb23b713c1e8847e2ff3aaacc8e (diff)
downloadmeta-ti-f3c941232a0e0d0cd072e6cd5bbcea29f35a52bc.tar.gz
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>
-rw-r--r--meta-beagle/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
index badabefc..b5d3eaaa 100644
--- a/meta-beagle/conf/layer.conf
+++ b/meta-beagle/conf/layer.conf
@@ -13,3 +13,5 @@ LAYERSERIES_COMPAT_meta-beagle = "styhead walnascar"
13LAYERDEPENDS_meta-beagle = " \ 13LAYERDEPENDS_meta-beagle = " \
14 meta-ti-bsp \ 14 meta-ti-bsp \
15" 15"
16
17HOSTTOOLS_NONFATAL += "lz4c"