diff options
-rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/local.conf.sample | 4 | ||||
-rw-r--r-- | meta-xilinx-contrib/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone/conf/layer.conf | 2 |
4 files changed, 5 insertions, 5 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 |
diff --git a/meta-xilinx-contrib/conf/layer.conf b/meta-xilinx-contrib/conf/layer.conf index 0a561239..b65e4cd5 100644 --- a/meta-xilinx-contrib/conf/layer.conf +++ b/meta-xilinx-contrib/conf/layer.conf | |||
@@ -14,4 +14,4 @@ LAYERDEPENDS_xilinx-contrib = "xilinx" | |||
14 | 14 | ||
15 | LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth" | 15 | LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth" |
16 | 16 | ||
17 | XILINX_RELEASE_VERSION = "v2020.2" | 17 | XILINX_RELEASE_VERSION = "v2021.1" |
diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf index 5f14ba14..9c3ba405 100644 --- a/meta-xilinx-standalone/conf/layer.conf +++ b/meta-xilinx-standalone/conf/layer.conf | |||
@@ -16,4 +16,4 @@ LAYERDEPENDS_xilinx-standalone = "core xilinx" | |||
16 | LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" | 16 | LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth" | 18 | LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth" |
19 | XILINX_RELEASE_VERSION = "v2020.2" | 19 | XILINX_RELEASE_VERSION = "v2021.1" |