Skip to content

Commit

Permalink
Updated SRCREV for 2023.1_5339
Browse files Browse the repository at this point in the history
Signed-off-by: Siva Addepalli <[email protected]>
  • Loading branch information
Sivaprasad Addepalli committed May 1, 2023
1 parent 011a2c2 commit d4732aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1"
BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"

ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
ESW_REV[2023.1] = "86f54b77641f325042a1101fead96b2714e6d3ef"
SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"

EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"
Expand Down

0 comments on commit d4732aa

Please sign in to comment.