summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-05-10 06:14:31 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-05-10 08:07:15 +0530
commitb4684ff252b4b8c0a9c7939a81fb463bed3dddc7 (patch)
tree82897189445ea2c1c8a6e1fc25a696bd07435d4b
parent286bb6b2d753f2f8edc982f08e5bc7590d4db58d (diff)
downloadmeta-xilinx-b4684ff252b4b8c0a9c7939a81fb463bed3dddc7.tar.gz
embeddedsw : Updated SRCREV for 2024.1_9531
Revert "Changelog: update for dfe drivers"
-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 94683e5d..28ecbdff 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
13ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
16ESW_REV[2024.1] = "bb86e16253336b13ebc7a1429ca87c1a72f697da" 16ESW_REV[2024.1] = "f18acdefd6afac03df1680bbc17f0867ddc8c693"
17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
18 18
19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"