summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-14 16:03:42 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-14 16:37:14 +0530
commitfc4ee2aae0ee10b79662b19c0f6a2b69b70d089f (patch)
tree0e1e4f6b52b4ec2405deb2d4799903e44c58a18e /meta-xilinx-standalone
parent68fb6bc300fa3e496c52d1b07f85b56bd956a791 (diff)
downloadmeta-xilinx-fc4ee2aae0ee10b79662b19c0f6a2b69b70d089f.tar.gz
Updated SRCREV for 2023.1_3471
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
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 bf02379c..0ad04072 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -6,7 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
6ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" 6ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next"
7BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 7BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
8 8
9ESW_REV[2023.1] = "1bfaaff1a4bdc0ccae4e207825a4718c822dde9e" 9ESW_REV[2023.1] = "0ced1a286899feee51ead06a69304060e5906975"
10SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 10SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
11 11
12EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 12EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"