diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-12 15:54:16 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-12 17:57:10 +0530 |
commit | b9b1b81fa7f309e9ddabdfc4866f6da420897c86 (patch) | |
tree | 963c23f050fa2959164802cf6180d877ae777d6f /meta-xilinx-standalone | |
parent | 7454ef6506c5c91ce462d746f50c427e8a72dd99 (diff) | |
download | meta-xilinx-b9b1b81fa7f309e9ddabdfc4866f6da420897c86.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_5259
ipipsu: Add support for compiling driver examples in Yocto flow
hdmirxss: Update SDT flow in PassThrough example application
canfd: Add support for compiling driver examples in Yocto flow
canfd: Increment driver version
xilpm:vesal_net: Save and restore gic proxy groups
sw_services:xilnvm: Program the eFuse protection bits only once
versal_psmfw: versal_net: fix warnings
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 00fba5ed..b16804ec 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] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "a542390a52dfd4a3c9ae13a39ae8711428dfdea5" | 15 | ESW_REV[2024.1] = "13df7fae89494dfac77afd93580a9effdc1e356a" |
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') != '']}" |