Hi JD, > -----Original Message----- > From: Jean-Francois Dagenais <[email protected]> > Sent: Tuesday, June 25, 2019 1:41 PM > To: [email protected]; git <[email protected]> > Cc: Jean-Francois Dagenais <[email protected]> > Subject: [meta-xilinx-tools][2019.1][patch 2/2] layer.conf: add fpga-manager > as > an IMAGE_FEATURE > > 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"
We don't plan to use image-features going forward with fpga-manager. The best way is to just enable using FPGA_MNGR_RECONFIG_ENABLE. Setting the variable to "1" allow you to use the script and utility Thanks, Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
