summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Stroud <jonathan.stroud@amd.com>2025-01-02 13:39:32 -0700
committerMark Hatle <mark.hatle@amd.com>2025-01-04 10:45:24 -0600
commit29aff5e3b51e1ec3327e5fcaef7412b21d2cbcd8 (patch)
tree817ca5923316526c3efa4828b39e792c2610f457
parent065dbb217dc830885740310846043c4a64f4e4ac (diff)
downloadmeta-xilinx-29aff5e3b51e1ec3327e5fcaef7412b21d2cbcd8.tar.gz
dfx-mgr: Update SRC_REV
Pull in new script to initialize boards based on carrier card eeprom label Changelog: If the Device tree has an eeprom labeled as eeprom_cc, then use that Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb
index 88dec7b8..8c04150b 100644
--- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb
+++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb
@@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10
11BRANCH = "xlnx_rel_v2024.2" 11BRANCH = "xlnx_rel_v2024.2"
12SRCREV = "839e8e646c54a63326e36c48a7bd879f5e8efa31" 12SRCREV = "fd6fb8e0c90c0b66e8f840ccaf484159e1b4008d"
13SOMAJOR = "2" 13SOMAJOR = "2"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"