[meta-xilinx] [meta-xilinx-tools][2019.1][patch 2/2] layer.conf: add fpga-manager as an IMAGE_FEATURE
Jean-Francois Dagenais
jeff.dagenais at gmail.com
Tue Jun 25 13:41:19 PDT 2019
Since fpga-manager things were migrated from meta-petalinux to this
layer, remove the dependency towards this other layer so this one can
work on it's own.
Signed-off-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
---
conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index f647f81..7218a7b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,3 +21,7 @@ SDK_LOCAL_CONF_WHITELIST_append = " XILINX_SDK_TOOLCHAIN XILINX_VER_MAIN"
HOSTTOOLS += "ps"
INHERIT += "xsct-tc"
LAYERSERIES_COMPAT_xilinx-tools = "sumo thud"
+
+IMAGE_FEATURES[validitems] += "fpga-manager"
+FEATURE_PACKAGES_fpga-manager ?= "fpga-manager-script fpga-manager-util"
+FEATURE_PACKAGES_fpga-manager[optional] ?= "1"
--
2.11.0
More information about the meta-xilinx
mailing list