[meta-xilinx] [meta-xilinx-tools][2019.1][patch 2/2] layer.conf: add fpga-manager as an IMAGE_FEATURE

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Tue Jun 25 20:40:21 PDT 2019


Hi JD,

> -----Original Message-----
> From: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> Sent: Tuesday, June 25, 2019 1:41 PM
> To: meta-xilinx at yoctoproject.org; git <git at xilinx.com>
> Cc: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> 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 <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"

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


More information about the meta-xilinx mailing list