From f6864f5dd79c2a17dbd23cc4934d4372795689be Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 12 Nov 2024 16:27:05 -0700 Subject: layer.conf: Add meta-qt5 layer to BBFILES_DYNAMIC 1. Add meta-qt5 layer to BBFILES_DYNAMIC variable. 2. Update LAYERRECOMMENDS variable with all dynamic layers and other recipes depends layer. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-demos/conf/layer.conf | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/meta-xilinx-demos/conf/layer.conf b/meta-xilinx-demos/conf/layer.conf index 1f4b6b64..afebeaf1 100644 --- a/meta-xilinx-demos/conf/layer.conf +++ b/meta-xilinx-demos/conf/layer.conf @@ -10,18 +10,29 @@ BBFILE_PATTERN_xilinx-demos = "^${LAYERDIR}/" BBFILE_PRIORITY_xilinx-demos = "5" LAYERDEPENDS_xilinx-demos = "core" -LAYERRECOMMENDS_xilinx-demos = "openembedded-layer" +LAYERRECOMMENDS_xilinx-demos = "\ + openembedded-layer \ + jupyter-layer \ + openamp-layer \ + ros-common-layer \ + ros2-layer \ + ros2-jazzy-layer \ + qt5-layer \ + amd-adaptive-socs-bsp \ + " LAYERSERIES_COMPAT_xilinx-demos = "scarthgap" # Define dynamic layers BBFILES_DYNAMIC += " \ -jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bb \ -jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bbappend \ -openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bb \ -openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bbappend \ -ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bb \ -ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bbappend \ -ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bb \ -ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bbappend \ -" + jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bb \ + jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bbappend \ + openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bb \ + openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bbappend \ + ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bb \ + ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bbappend \ + ros2-jazzy-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bb \ + ros2-jazzy-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros2-jazzy/recipes-*/*/*.bbappend \ + qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/recipes-*/*/*.bb \ + qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/recipes-*/*/*.bbappend \ + " -- cgit v1.2.3-54-g00ecf