diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-29 16:35:18 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-29 18:07:12 +0530 |
commit | 305d24efd1e5f50112282ac3be39ea43e8d7b645 (patch) | |
tree | f98d161c5d3553ed2616a940520bfea2389ceedd | |
parent | c28bad1704cd556aae229a04ad6101b1c07a9b69 (diff) | |
download | meta-xilinx-305d24efd1e5f50112282ac3be39ea43e8d7b645.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_5843
updated changelog for axiethernet and xilflash
sw_services:xilloader: Remove check to validate MH secure state with PLM
video_common: Add support for HF-SCDB in EDID parser
Updated changelog for ospipsv and bram
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 9e974f2a..47b1e5dd 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "dff6f52ab5d761bad06e0abc8db6fb39d57089f4" | 11 | ESW_REV[2023.2] = "8070822a60c8a6e869522e9febd72ed7b188358d" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |