diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-12-13 18:31:54 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-16 08:47:11 -0600 |
commit | f3c941232a0e0d0cd072e6cd5bbcea29f35a52bc (patch) | |
tree | 91fbb2fdef63bf012d9e21f9a554db5035a2060f | |
parent | 0b2a4f024a038fb23b713c1e8847e2ff3aaacc8e (diff) | |
download | meta-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.conf | 2 |
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" | |||
13 | LAYERDEPENDS_meta-beagle = " \ | 13 | LAYERDEPENDS_meta-beagle = " \ |
14 | meta-ti-bsp \ | 14 | meta-ti-bsp \ |
15 | " | 15 | " |
16 | |||
17 | HOSTTOOLS_NONFATAL += "lz4c" | ||