QCLINUX: Revert old RB3 Gen 2 QCC2072 workaround - #1597
Conversation
|
CI build failed due to invalid or unmerged dependencies: #https |
1 similar comment
|
CI build failed due to invalid or unmerged dependencies: #https |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis is not a compilation error. The build failed during CI dependency validation due to a workflow parsing bug. The PR code changes are valid reverts that do not introduce any compilation errors. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis is not a compilation failure. The build failed during the dependency resolution phase due to a CI script parsing bug that cannot correctly handle full GitHub URLs in 📎 Detailed analysis: Full report |
PR #1597 — validate-patchPR: #1597
Final Summary
|
PR #1597 — checker-log-analyzerPR: #1597
Detailed report: Full report
|
bb8c678 to
59e61ef
Compare
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis PR does not introduce compilation errors. The build failed during the integration phase due to merge conflicts with the 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis is not a build failure caused by the PR itself. The PR contains clean revert commits that remove QCC2072 support. The failure occurs during the CI integration phase when merging with the 📎 Detailed analysis: Full report |
PR #1597 — validate-patchPR: #1597
Final Summary
|
PR #1597 — checker-log-analyzerPR: #1597
Detailed report: Full report
|
59e61ef to
83e55b9
Compare
Shiraz Hashim (shashim-quic)
left a comment
There was a problem hiding this comment.
This reverts commit 816f79a.
Please do mention reason of revert. Refer git log to see how to write comment logs for reverts.
Shiraz Hashim (shashim-quic)
left a comment
There was a problem hiding this comment.
CRs-Fixed: 4615698
Do not add CRs-Fixed: to commit log. Adding one place in PR description is sufficient.
|
CI build failed due to invalid or unmerged dependencies: #1596 |
1 similar comment
|
CI build failed due to invalid or unmerged dependencies: #1596 |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictNo compilation errors detected. The build failed during the dependency validation phase before any code was compiled. The CI system correctly identified that the required dependency (PR #1596) has not been merged and aborted the build to prevent integration issues. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1597PR: #1597 Build Status: ❌ Dependency Resolution Failure (Not a Compilation Error)Root Cause: The build failed during the dependency resolution phase, not during compilation. The CI system detected that PR #1596 (listed as Error Message:
VerdictNo compilation errors exist. The build never reached the compilation stage. This PR cannot be built until PR #1596 is merged into the base branch ( 📎 Detailed analysis: Full report |
PR #1597 — validate-patchPR: #1597
Final Summary
|
PR #1597 — checker-log-analyzerPR: #1597
Detailed report: Full report
|
cb67249 to
a2ced88
Compare
83e55b9 to
772e413
Compare
…n data for QCC2072" The downstream QCC2072 enablement in tech/all/workaround is being removed because the RB3 Gen 2 Industrial Bluetooth-over-UART support is now being carried through the upstream-aligned M.2 power sequencing model. The replacement series provides the QCC2072 NVM/calibration handling through the Bluetooth topic branch, so the older workaround copy must be reverted to avoid carrying duplicate Bluetooth driver changes. This reverts commit 816f79a. Signed-off-by: Rahul Samana <rahul.samana@oss.qualcomm.com>
…on qcs6490-rb3gen2 industrial mezzanine" The downstream RB3 Gen 2 Industrial QCC2072 overlay in tech/all/workaround used the older static M.2 Cologne device-tree model. That approach is being replaced by the upstream-aligned M.2 power sequencing model, where the BT UART overlay describes the M.2 E-key connector graph and lets the power sequencing provider create the Bluetooth serdev child. This reverts commit 8549859. Signed-off-by: Rahul Samana <rahul.samana@oss.qualcomm.com>
The QCC2072 support previously carried in tech/all/workaround was part of the temporary downstream enablement for RB3 Gen 2 Industrial. The support is now being brought in through the upstream-aligned Bluetooth topic branch together with the M.2 power sequencing based DT model. Revert the older workaround copy to avoid duplicate driver changes. This reverts commit f086e50. Signed-off-by: Rahul Samana <rahul.samana@oss.qualcomm.com>
…t QCC2072" The QCC2072 binding previously carried in tech/all/workaround described the temporary downstream enablement. The binding is now being introduced through the upstream-aligned Bluetooth topic branch along with the revised M.2 power sequencing based support. Revert the older workaround binding to avoid duplicate binding files. This reverts commit d88b882. Signed-off-by: Rahul Samana <rahul.samana@oss.qualcomm.com>
ba3c9fd to
cd9f489
Compare
Updated the commit messages with the proper reason for revert. |
|
CI build failed due to invalid or unmerged dependencies: #1596 |
1 similar comment
|
CI build failed due to invalid or unmerged dependencies: #1596 |
|
CI build failed due to invalid or unmerged dependencies: #1596 |
3 similar comments
|
CI build failed due to invalid or unmerged dependencies: #1596 |
|
CI build failed due to invalid or unmerged dependencies: #1596 |
|
CI build failed due to invalid or unmerged dependencies: #1596 |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis is not a compilation failure. The build was blocked during the dependency validation phase because PR #1596 (listed in 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1597PR: #1597
VerdictThis is not a compilation failure. The build failed during the pre-build dependency validation stage because the required dependency PR #1596 has not been merged yet. No code was compiled, so there are no compilation errors to analyze. 📎 Detailed analysis: Full report |
PR #1597 — validate-patchPR: #1597
Final Summary
|
PR #1597 — checker-log-analyzerPR: #1597
Detailed report: Full report
|
|
Hi Shiraz Hashim (@shashim-quic) , can you please review this PR ? Dependent changes are already merged on tech/net/bluetooth. This is revert of old approach. |
5c36e0b
into
qualcomm-linux:tech/all/workaround
Remove the old downstream QCC2072 workaround enablement for the RB3 Gen 2
Industrial mezzanine.
Depends-on: #1596
The old workaround added the m2-cologne overlay and static Bluetooth DT
model directly in tech/all/workaround. That approach is now replaced by the
upstream-posted M.2 power sequencing model carried by PR #1596.
This PR reverts the old workaround commits so qcom-next can converge on the
new bt-uart overlay and M.2 connector graph model.
CRs-Fixed: 4615698