diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-25 12:54:12 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-25 14:17:09 +0530 |
commit | 6516b64d591ec3527133176ae0d7d1dbccfa8fb0 (patch) | |
tree | 3c7ce782c5cd1eec178439ae25294eb89c29aa08 | |
parent | ca5e1c1268316ca6c5037c54b34f1114955c2e14 (diff) | |
download | meta-xilinx-6516b64d591ec3527133176ae0d7d1dbccfa8fb0.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_9955
mipicsiss: data: Update yaml file to support example designs
sw_apps:versal_plm: Restore secure state config after inplace update
sw_services:xilnvm:Extend secure state during efuse programming
sw_services:xilloader:Add support to extend secure state
sw_services:xilocp: Add support to extend secure state to SWPCR
sw_apps: memory_tests: Update memory rejectlist
xilpm:versal_common: xpm_device reset PendingReqm
v_hdmitxss1: Fix compilation error in sdt flow
v_hdmirxss1: Fix compilation error in sdt flow
v_hdmitxss: Update HDCP Repeater example to support SDT flow.
v_hdmirxss: Update HDCP Repeater example to support SDT flow.
hdcp22_tx: Fix Yaml entries for HDCP
hdcp22_rx: Fix Yaml entries for HDCP
-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 44e27d03..11b35b88 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] = "2c4acd99524cadd813b9804fb3c1abd6112ec787" | 15 | ESW_REV[2024.1] = "95f8de2914609e6d80e52be188055a3b90db2e7d" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |