summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-22 12:54:13 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-22 13:57:10 +0530
commitcbe4bf5e78235053c247456e5a1026cf48cc00f2 (patch)
tree0287876bc5786af7eb0bbb44c536cd1d6e4a1b35 /meta-xilinx-standalone
parente4806c976cfe73f68c527c48f93b4b97a3b31808 (diff)
downloadmeta-xilinx-cbe4bf5e78235053c247456e5a1026cf48cc00f2.tar.gz
embeddedsw : Updated SRCREV for 2024.1_1775
nandpsu: Add support for compiling driver examples in Yocto flow nandpsu: Update version number nandps: Add support for compiling driver examples in Yocto flow
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 92a1b14c..456be0c6 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] = "04c35b655387f69b36f83869185396fd68e5e000" 15ESW_REV[2024.1] = "2a07bc9c764e5aecea4cfb54068f5715176e2dad"
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') != '']}"