summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-05-01 12:51:02 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-05-01 14:57:10 +0530
commitd4732aa636e6764c64030083a20975283c2352d5 (patch)
tree82d4e78cbf76c4f8bd87203efb87c33b8d1eb2cf /meta-xilinx-standalone
parent011a2c2c3e352627cbad91056315292df2f28faf (diff)
downloadmeta-xilinx-d4732aa636e6764c64030083a20975283c2352d5.tar.gz
Updated SRCREV for 2023.1_5339
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 5ea2e088..e74e7dfa 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" 6ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1"
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] = "e24fe92b5517ee447e560790e798cad792f53bab" 9ESW_REV[2023.1] = "86f54b77641f325042a1101fead96b2714e6d3ef"
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') != '']}"