summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-02-14 17:44:27 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-02-14 19:27:10 +0530
commite2695ca2050868aa412cc2b8c0a37e2c071bf67b (patch)
treede3167ab98ff3f2d100135f96ca768d7837aa8e1 /meta-xilinx-standalone
parent1b2f9040a4cd3a9bd028d95a55f9e2e31f3a3561 (diff)
downloadmeta-xilinx-e2695ca2050868aa412cc2b8c0a37e2c071bf67b.tar.gz
embeddedsw : Updated SRCREV for 2024.1_1195
dfemix: Support Baremetal SDT Yocto Flow sysmonpsu: Support Baremetal SDT Yocto Flow sw_services:xilplmi: XilNvm & XilPuf Enable by Default xilffs: Fix build failure when XILFFS_use_strfunc is enabled
Diffstat (limited to 'meta-xilinx-standalone')
-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 24222f80..98acc05b 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] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "77a32db3129d7da8951bb44bcd929dfa57a34508" 15ESW_REV[2024.1] = "9957d310871af8fbae69bfdc6982715bfc57ca87"
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') != '']}"