diff options
Diffstat (limited to 'meta-xilinx-bsp/conf')
-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 6b2c63d1..7d414c0a 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 = "v2021.1" | 40 | XILINX_RELEASE_VERSION = "v2021.2" |
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 f4e86f40..ab73c4ed 100644 --- a/meta-xilinx-bsp/conf/local.conf.sample +++ b/meta-xilinx-bsp/conf/local.conf.sample | |||
@@ -196,13 +196,13 @@ BB_DISKMON_DIRS = "\ | |||
196 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 196 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
197 | #file://.* file:///some/local/dir/sstate/PATH" | 197 | #file://.* file:///some/local/dir/sstate/PATH" |
198 | 198 | ||
199 | XILINX_VER_MAIN = "2021.1" | 199 | XILINX_VER_MAIN = "2021.2" |
200 | 200 | ||
201 | # Uncomment below lines to provide path for custom xsct trim | 201 | # Uncomment below lines to provide path for custom xsct trim |
202 | # This is required for building Versal based devices, please fetch the | 202 | # This is required for building Versal based devices, please fetch the |
203 | # xsct-trim from Xilinx lounge area | 203 | # xsct-trim from Xilinx lounge area |
204 | # | 204 | # |
205 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2021.1_xsct_daily_latest" | 205 | #EXTERNAL_XSCT_TARBALL = "/proj/yocto/xsct-trim/2021.2_xsct_daily_latest" |
206 | #VALIDATE_XSCT_CHECKSUM = '0' | 206 | #VALIDATE_XSCT_CHECKSUM = '0' |
207 | 207 | ||
208 | # XILINX_VIVADO_DESIGN_SUIT should point to the Vivado installation directly if you are using xilinx-mcs recipe in meta-xilinx-tools | 208 | # XILINX_VIVADO_DESIGN_SUIT should point to the Vivado installation directly if you are using xilinx-mcs recipe in meta-xilinx-tools |