diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-20 20:01:01 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-20 21:47:09 +0530 |
commit | 7b9e07173566b6d4969e97cf4dc2ef2b86ec0b39 (patch) | |
tree | 11a3105536fa889a7a276f60c070b96c265d9c69 /meta-xilinx-standalone | |
parent | 8f50f84a9a7175f9f0d7638074ccd5956be37840 (diff) | |
download | meta-xilinx-7b9e07173566b6d4969e97cf4dc2ef2b86ec0b39.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_7819
dp14: Removed application examples from yaml file
dp14txss: Removed xdptxss_selftest_example application
dp14rxss: Removed xdprxss_selftest_example application
mipicsiss: example: Update VEK280 app.
mipicsiss: example: Updated VCK190 app
mipicsiss: example: Update ZCU102 application
mipi: data: Fix yaml to support Unified flow
v_sdirxss: Add support for SDI import example option
xilpm: Fix MISRA violation 10.5i 10.3 in xpm_periph.c
xilpm: remove XPmRepair_Laguna_vp1902 when it is not build for XCVP1902
xilpm: Fix MISRA C violation by replace PIN_FUNC macro
xilpm: Fix MISRA violation 12.1, 10.1, 10.4, 10.3 in xpm_api.c
xilpm: Fix MISRA violation 8.13 in xpm_notifier
sw_services: xilsecure: Optimization of AES initialization code
sw_services: xilloader: Fixed doxygen warnings
lwip : Fix format specifier warning
sw_services: xilplmi: Fix improper PLM timestamp issue after In-place PLM update
drivers: iomodule: Initialize HandlerTable of the IOModule instance in a function to support In-place PLM update
Diffstat (limited to 'meta-xilinx-standalone')
-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 7284f21d..93c09ebf 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" | 14 | ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" |
15 | ESW_REV[2024.1] = "e367a6b8df2a30b12e5c88157afd98322a06c8a6" | 15 | ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |