From 2047447b707ec8c84b36c53d50df650b5e9d3ae5 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Mon, 13 Jun 2022 14:22:44 -0600 Subject: layer.conf: Add xilinx-tools as dynamic layers Add meta-xilinx-tools as dynamic-layers. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-vendor/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-xilinx-vendor') diff --git a/meta-xilinx-vendor/conf/layer.conf b/meta-xilinx-vendor/conf/layer.conf index b3e81efc..3d1ff571 100644 --- a/meta-xilinx-vendor/conf/layer.conf +++ b/meta-xilinx-vendor/conf/layer.conf @@ -5,6 +5,11 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES_DYNAMIC += " \ +xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bb \ +xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend \ +" + BBFILE_COLLECTIONS += "xilinx-vendor" BBFILE_PATTERN_xilinx-vendor = "^${LAYERDIR}/" BBFILE_PRIORITY_xilinx-vendor = "5" -- cgit v1.2.3-54-g00ecf