diff options
author | Jonathan Stroud <jonathan.stroud@amd.com> | 2025-01-02 13:39:32 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-01-04 10:45:24 -0600 |
commit | 29aff5e3b51e1ec3327e5fcaef7412b21d2cbcd8 (patch) | |
tree | 817ca5923316526c3efa4828b39e792c2610f457 | |
parent | 065dbb217dc830885740310846043c4a64f4e4ac (diff) | |
download | meta-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.bb | 2 |
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) != ' | |||
9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
10 | 10 | ||
11 | BRANCH = "xlnx_rel_v2024.2" | 11 | BRANCH = "xlnx_rel_v2024.2" |
12 | SRCREV = "839e8e646c54a63326e36c48a7bd879f5e8efa31" | 12 | SRCREV = "fd6fb8e0c90c0b66e8f840ccaf484159e1b4008d" |
13 | SOMAJOR = "2" | 13 | SOMAJOR = "2" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |