diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-22 12:42:31 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-22 14:27:18 +0530 |
commit | d16ea3c8de96b5e77b7cacc435223069502b0b37 (patch) | |
tree | a3b5b508090a73b98998e9bb702260068ce55af5 /meta-xilinx-standalone | |
parent | 8b67275c559e493a07787252f7a6c9cecee92393 (diff) | |
download | meta-xilinx-d16ea3c8de96b5e77b7cacc435223069502b0b37.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_4739
gpiops: Fix compilation warning of XGpioPs_SelfTest
sw_services:versalnet:xilpuf: Updated PUF client example
sw_services:xilloader:Added support for Spansion Die Config
xilpm: versal_net: server: Request UART_0 and UART_1 from PMC subsystem
v_sditxss: Add SDI substems to peripheral test
dfeofdm: Fix SDT flow number of instances
dfemix: Fix SDT flow number of instances
dfeequ: Fix SDT flow number of instances
dfeccf: Fix SDT flow number of instances
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 10fb549f..31ceb018 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] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" | 16 | ESW_REV[2024.1] = "e09e622affce82f87c5ee3204e066eddc93814bd" |
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') != '']}" |