1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-08 04:20:11 +00:00
Files
Denys Dmytriyenko (TI) b962467d15 meta-ti-test: layer.conf: recommend dynamic layers
Set additional LAYERRECOMMENDS for dynamic layers.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-04 15:00:36 -05:00

41 lines
1.2 KiB
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-ti-test"
BBFILE_PATTERN_meta-ti-test := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti-test = "10"
LAYERSERIES_COMPAT_meta-ti-test = "whinlatter wrynose"
# Set a variable to get to the top of the metadata location
TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'
LICENSE_PATH += "${LAYERDIR}/licenses"
LAYERDEPENDS_meta-ti-test = " \
core \
meta-ti-bsp \
openembedded-layer \
networking-layer \
filesystems-layer \
meta-python \
"
LAYERRECOMMENDS_meta-ti-test = " \
qt6-layer \
flutter-layer \
"
BBFILES_DYNAMIC += " \
qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/recipes*/*/*.bbappend \
flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes*/*/*.bbappend \
"
# Codecs in ffmpeg with questionable patent status are not included by
# default. As this entire layer is purely optional for testing purposes only
# and not meant to be shipped, add support for the ffmpeg commercial license.
LICENSE_FLAGS_ACCEPTED:append:ti-soc = " commercial_ffmpeg"