We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011a2c2 commit d4732aaCopy full SHA for d4732aa
meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -6,7 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
6
ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1"
7
BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
8
9
-ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
+ESW_REV[2023.1] = "86f54b77641f325042a1101fead96b2714e6d3ef"
10
SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
11
12
EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"
0 commit comments