diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-12 18:29:00 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-12 20:57:09 +0530 |
commit | 6db7ce3f5fa5eac54a6ff563cd69b1293c701491 (patch) | |
tree | 2976f9ea044817ceaa4ccfc181d81cbf7d5653bb | |
parent | f49b919f82576e6460ffec92621705700bc9cec6 (diff) | |
download | meta-xilinx-6db7ce3f5fa5eac54a6ff563cd69b1293c701491.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_8603
xilpm: versal_common: server: Add error message for PSM-PLM version conflict
lib: sw_services: versal_common: Add check for the IPI permission access in feature check API
lwip : Add lwip_dhcp_does_acd_check
sw_services:xilnvm:versalnet:Fix for MISRA-C Rule 8.3
sw_services:xilnvm:versalnet:Fix for coverity warning
sw_services:xilnvm:versalnet:Fix MISRA-C Rule 12.1
XilSkey: efuse status bits of ultrascale devices
srec_bootloader: Fix compilation error on Microblaze RISC-V
xilpm: versal: server: Skip NoC clock gating consideration during the boot
uartns550: Fix compilation warning of interrupt example
dp14txss:zcu102_pt_hdcp: Modified applicaiton to continue without hdcp incase of wrong password entered during fetching keys from EEPROM.
-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 f959b382..388855cc 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
13 | ESW_REV[git] = "${AUTOREV}" | 13 | ESW_REV[git] = "${AUTOREV}" |
14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
16 | ESW_REV[2024.1] = "22ca729a1838c0151454948fc99d200351639415" | 16 | ESW_REV[2024.1] = "21678feea6c535657988b9cede10270f8bdf3695" |
17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
18 | 18 | ||
19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |