diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-06-06 18:29:11 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:02:41 -0700 |
commit | aff706eecea72c177b3e2737638c1af8a3a55952 (patch) | |
tree | 9f232deebd64ed4d7e94f3d3606f480f4b2ce8c2 /meta-xilinx-bsp | |
parent | 4218e11363ffb41799a89794a0a8fe6d36b86417 (diff) | |
download | meta-xilinx-aff706eecea72c177b3e2737638c1af8a3a55952.tar.gz |
*.conf: set XILINX_VER to 2021.1
Set XIlINX_VER to 2021.1
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/local.conf.sample | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf index dfd629b7..003ae055 100644 --- a/meta-xilinx-bsp/conf/layer.conf +++ b/meta-xilinx-bsp/conf/layer.conf | |||
@@ -37,6 +37,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
37 | *->xserver-xorg \ | 37 | *->xserver-xorg \ |
38 | " | 38 | " |
39 | 39 | ||
40 | XILINX_RELEASE_VERSION = "v2020.2" | 40 | XILINX_RELEASE_VERSION = "v2021.1" |
41 | 41 | ||
42 | HOSTTOOLS += "xxd" | 42 | HOSTTOOLS += "xxd" |
diff --git a/meta-xilinx-bsp/conf/local.conf.sample b/meta-xilinx-bsp/conf/local.conf.sample index 9e7870c2..def5d7c1 100644 --- a/meta-xilinx-bsp/conf/local.conf.sample +++ b/meta-xilinx-bsp/conf/local.conf.sample | |||
@@ -201,13 +201,13 @@ 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 = "2020.2" | 204 | XILINX_VER_MAIN = "2021.1" |
205 | 205 | ||
206 | # Uncomment below lines to provide path for custom xsct trim | 206 | # Uncomment below lines to provide path for custom xsct trim |
207 | # This is required for building Versal based devices, please fetch the | 207 | # This is required for building Versal based devices, please fetch the |
208 | # xsct-trim from Xilinx lounge area | 208 | # xsct-trim from Xilinx lounge area |
209 | # | 209 | # |
210 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2020.2_xsct_daily_latest" | 210 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2021.1_xsct_daily_latest" |
211 | #VALIDATE_XSCT_CHECKSUM = '0' | 211 | #VALIDATE_XSCT_CHECKSUM = '0' |
212 | 212 | ||
213 | # 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 |