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 <[email protected]> --- 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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
