summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorAddepalli, Siva <siva.addepalli@amd.com>2023-08-14 17:14:42 +0530
committerSiva Addepalli <siva.addepalli@amd.com>2023-08-14 18:17:10 +0530
commitef56d304f5fcf24020c3cd4cd62ce2d16247abb6 (patch)
tree1507f6d2d31d4155ffd08f559e06e40c66d29f22 /meta-xilinx-standalone/classes
parent2d426bb8afc46b1a0913c610464be06fc20ea1c6 (diff)
downloadmeta-xilinx-ef56d304f5fcf24020c3cd4cd62ce2d16247abb6.tar.gz
embeddedsw : Updated SRCREV for 2023.2_5595
trngpsx: Removed example support for PKI instances nandps: Fix syntax issues in driver CMakeLists.txt Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 1bb8ed37..ef33d2a4 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "1bcf2265e0431eb26a28f4ddd9ff76afc495c4ea" 11ESW_REV[2023.2] = "92e375271e6ff5f4c75822a8b9a647dc1f3bdc71"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"