diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2020-05-05 16:09:13 -0600 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-05-06 14:00:35 -0700 |
commit | 83eb8d8853d2049234851caccbab9d23f8ee9919 (patch) | |
tree | 05e8e4d171971c54b54f2f3d7a0e9600ca4751ab | |
parent | eed38618a79f877cf3e4c27a4f3cf142fc59da0a (diff) | |
download | meta-xilinx-83eb8d8853d2049234851caccbab9d23f8ee9919.tar.gz |
local.conf.sample: Updating XILINX_VER_MAIN
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/local.conf.sample | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/local.conf.sample b/meta-xilinx-bsp/conf/local.conf.sample index 7025f87c..377a5191 100644 --- a/meta-xilinx-bsp/conf/local.conf.sample +++ b/meta-xilinx-bsp/conf/local.conf.sample | |||
@@ -201,7 +201,14 @@ BB_DISKMON_DIRS = "\ | |||
201 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 201 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
202 | #file://.* file:///some/local/dir/sstate/PATH" | 202 | #file://.* file:///some/local/dir/sstate/PATH" |
203 | 203 | ||
204 | XILINX_VER_MAIN = "2019.2" | 204 | XILINX_VER_MAIN = "2020.1" |
205 | |||
206 | # Uncomment below lines to provide path for custom xsct trim | ||
207 | # This is required for building Versal based devices, please fetch the | ||
208 | # xsct-trim from Xilinx lounge area | ||
209 | # | ||
210 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2020.1_xsct_daily_latest" | ||
211 | #VALIDATE_XSCT_CHECKSUM = '0' | ||
205 | 212 | ||
206 | # XILINX_VIVADO_DESIGN_SUIT should point to the Vivado installation directly if you are using xilinx-mcs recipe in meta-xilinx-tools | 213 | # XILINX_VIVADO_DESIGN_SUIT should point to the Vivado installation directly if you are using xilinx-mcs recipe in meta-xilinx-tools |
207 | #XILINX_VIVADO_DESIGN_SUIT = "/proj/xbuilds/2018.3_daily_latest/installs/lin64/Vivado/2018.3" | 214 | #XILINX_VIVADO_DESIGN_SUIT = "/proj/xbuilds/2018.3_daily_latest/installs/lin64/Vivado/2018.3" |