1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-09 21:11:16 +00:00

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>
This commit is contained in:
Denys Dmytriyenko (TI)
2026-05-04 11:47:13 -04:00
committed by Ryan Eatmon
parent 6fedcf1c21
commit b962467d15
+5
View File
@@ -24,6 +24,11 @@ LAYERDEPENDS_meta-ti-test = " \
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 \