Use FIT-based multi-DTB on applicable boards#1376
Merged
sbanerjee-quic merged 10 commits intoqualcomm-linux:masterfrom Jan 14, 2026
Merged
Use FIT-based multi-DTB on applicable boards#1376sbanerjee-quic merged 10 commits intoqualcomm-linux:masterfrom
sbanerjee-quic merged 10 commits intoqualcomm-linux:masterfrom
Conversation
sbanerjee-quic
previously approved these changes
Jan 12, 2026
lumag
requested changes
Jan 12, 2026
Drop `get_compatible_from_dtb` from oe.fitimage as it is no longer used. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Update multi-DTB VFAT image name to follow `dtb-${DTB_NAME}-image.vfat`
format to align naming convention across DTB artifacts. This helps in
seamless switching across individual DTBs and multi-DTB while copying
final artifacts in image_types_qcom.bbclass
Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Bootbins v00114.0 release introduced FIT-based multi-DTB selection support allowing a single dtb.bin to support multiple boards. Update `QCOM_DTB_DEFAULT` to `multi-dtb` so this feature is used by default across all applicable platforms. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
Remove explicit setting of `QCOM_DTB_DEFAULT` now that multi-DTB support is enabled by default. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
lumag
approved these changes
Jan 13, 2026
sbanerjee-quic
approved these changes
Jan 13, 2026
ricardosalveti
approved these changes
Jan 13, 2026
Test run workflowTest jobs for commit dd77cb7ae28bee33caf09626a5506b79692d290c
|
Test run workflowTest jobs for commit b6d483f
|
Contributor
|
And it looks like it breaks qcs8300-ride-sx and qcs9100-ride-sx. |
Test run workflowTest jobs for commit b6d483f
|
761c962
into
qualcomm-linux:master
164 of 219 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootbins v00114.0 release supports FIT-based multi DTB selection feature,
enabling a single dtb.bin for multiple boards. Update
QCOM_DTB_DEFAULTtomulti-dtbfor applicable boards to use same dtb.bin on multiple board variants.