Bump qcom-dtb-metadata to v0.3 and update FIT compatible strings#1673
Bump qcom-dtb-metadata to v0.3 and update FIT compatible strings#1673vkraleti wants to merge 1 commit intoqualcomm-linux:masterfrom
Conversation
Bump the qcom-dtb-metadata recipe to v0.3 to pick up support for the new compatible string format. In this version, explicit `soc version` and `board revision` suffixes are introduced for DTB compatible string matching. With this change, compatible strings that previously encoded SoC version or board revision implicitly must be updated to the new format. Update FIT_DTB_COMPATIBLE entries across affected DTBs to replace versioned suffixes (e.g. v2, v1.1, r2) with the new `socvX.Y` and `rX.Y` forms expected by qcom-dtb-metadata v0.3. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Test run workflowTest jobs for commit e3bef21
All jobs summary
|
Test Results 24 files ±0 24 suites ±0 4h 27m 29s ⏱️ + 3h 9m 14s For more details on these failures, see this check. Results for commit e3bef21. ± Comparison against base commit b062add. |
|
iq-9075-evk failed to boot: https://github.com/qualcomm-linux/meta-qcom/actions/runs/22671764891/job/65717535475 rb3gen2 also failed to boot: https://github.com/qualcomm-linux/meta-qcom/actions/runs/22671764891/job/65717535542 |
|
Came to know that this update requires a newer UEFI release as well. So for now there is no option but to wait for next release of updated boot bins. Created qualcomm-linux/qcom-dtb-metadata#67 to track this. |
|
Converted to draft until UEFI binaries are upgaded. |
Bump the qcom-dtb-metadata recipe to v0.3 to pick up support for the
new compatible string format. In this version, explicit
soc versionandboard revisionsuffixes are introduced for DTB compatible string matching.With this change, compatible strings that previously encoded SoC version or
board revision implicitly must be updated to the new format.