From 29aff5e3b51e1ec3327e5fcaef7412b21d2cbcd8 Mon Sep 17 00:00:00 2001 From: Jonathan Stroud Date: Thu, 2 Jan 2025 13:39:32 -0700 Subject: 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 Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) != ' SRC_URI = "${REPO};${BRANCHARG}" BRANCH = "xlnx_rel_v2024.2" -SRCREV = "839e8e646c54a63326e36c48a7bd879f5e8efa31" +SRCREV = "fd6fb8e0c90c0b66e8f840ccaf484159e1b4008d" SOMAJOR = "2" SOMINOR = "0" SOVERSION = "${SOMAJOR}.${SOMINOR}" -- cgit v1.2.3-54-g00ecf