mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-beagle"
|
|
BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-beagle = "6"
|
|
|
|
LAYERSERIES_COMPAT_meta-beagle = "styhead walnascar"
|
|
|
|
LAYERDEPENDS_meta-beagle = " \
|
|
meta-ti-bsp \
|
|
"
|
|
|
|
HOSTTOOLS_NONFATAL += "lz4c"
|