summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-02-21 17:39:22 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-02-21 20:19:29 +0530
commitd6b2c680d51e4bc1d25754d944e0fedd5b43261e (patch)
tree6833daefe0773126ebf1d9dae38489b3ff157f57
parent118bb4a48854cbec18c5d9aa21cc35b87e7b563b (diff)
downloadmeta-xilinx-d6b2c680d51e4bc1d25754d944e0fedd5b43261e.tar.gz
embeddedsw : Updated SRCREV for 2024.1_8351
dfeequ: Support Baremetal SDT Yocto Flow mipicsiss: example: Fix bug in the selftest example sw_services:xilplmi:Logic for DDRMC Calib Check Skip dfeccf: Support Baremetal SDT Yocto Flow
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 11556fad..f7015802 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}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" 14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434"
15ESW_REV[2024.1] = "6e88dfcfcd113625d99327d3f6f598215d44ca38" 15ESW_REV[2024.1] = "398ccbf46b05c9c10ba48dcba96c5a136ba4e09c"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"