diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-03 15:36:42 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-05 10:11:58 -0500 |
| commit | 09f5338fa872ad6ff4724929986c1a343aeb7c66 (patch) | |
| tree | ed34481e04d257875cbfa81acc9432969418097a /meta-xilinx-standalone/classes | |
| parent | e1f4a4f90e57121ad13c4c10d9b4a65c6c52e408 (diff) | |
| download | meta-xilinx-09f5338fa872ad6ff4724929986c1a343aeb7c66.tar.gz | |
embeddedsw: Update to release version
Move to release branch, which is rebased from the dev branch
Changelog:
scripts: pyesw: build_app: Add command line arg to specify .repo.yaml path
update Embedded SW license 2023.2 release
scripts: pyesw: library_utils: Pull the xilflash library irrespective of the hardware dependency
sw_services:xilsecure:Fixed MISRA-C Rule 12.2 violation
sw_services:xilsecure:Fixed compilation warning for ecdsa example
sw_services:xilsecure:Fixed MISRA-C Rule 10.3 and 10.4 violations
sw_services:xilsecure:Fixed misra-c Rule 8.13 violation
sw_services:xilsecure:Fixed coverity warnings
updated for ddrcpsu changelog
Revert "uartps: Fix xuartps_intr_example compilation errors in SDT flow"
xilsem: Update copyright information in xsem_ebdgoldendata.c
updated for license and copyright
xilpm: versal: server: Add XPM_POLL_TIMEOUT definition for CPPUTEST
xilskey: added SDT support for examples
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 6ff03ecb..3fdc22e0 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -4,12 +4,12 @@ ESW_VER ?= "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or 'master' | |||
| 4 | REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" | 4 | REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https" |
| 5 | 5 | ||
| 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" | 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" |
| 7 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next" | 7 | ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2" |
| 8 | ESW_BRANCH[2024.1] = "master-next" | 8 | ESW_BRANCH[2024.1] = "master-next" |
| 9 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 9 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| 10 | 10 | ||
| 11 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 11 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
| 12 | ESW_REV[2023.2] = "6dd9d8283c5545c35353089e8ece1acb6c0d20b7" | 12 | ESW_REV[2023.2] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc" |
| 13 | ESW_REV[2024.1] = "3fa1c3a5e3056c68280f84da0ff8da4a4e0d7631" | 13 | ESW_REV[2024.1] = "3fa1c3a5e3056c68280f84da0ff8da4a4e0d7631" |
| 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 15 | 15 | ||
| @@ -18,7 +18,7 @@ EMBEDDEDSW_SRCURI ?= "${REPO};${EMBEDDEDSW_BRANCHARG}" | |||
| 18 | 18 | ||
| 19 | LICENSE = "MIT" | 19 | LICENSE = "MIT" |
| 20 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '3c310a3ee2197a4c92c6a0e2937c207c' | 20 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1] = '3c310a3ee2197a4c92c6a0e2937c207c' |
| 21 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2-next] = '6677b545d223964a4906f97a2229bfc5' | 21 | LIC_FILES_CHKSUM[xlnx_rel_v2023.2] = '9fceecdbcad88698f265578f3d4cb26c' |
| 22 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' | 22 | LIC_FILES_CHKSUM[master-next] = '9fceecdbcad88698f265578f3d4cb26c' |
| 23 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 23 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
| 24 | 24 | ||
