Skip to content

Commit

Permalink
(platforms.yaml): Add fake qcs6490 entry, due error in kcidb bridge
Browse files Browse the repository at this point in the history
We have error:
03/08/2025 10:49:50 AM UTC [ERROR] Platform qcs6490 not found in the platform list

Probably someone submitting alias name of device or like that, as we have similar
entry in platforms. For now i will just copy this entry, to remove error.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Mar 10, 2025
1 parent 51e9886 commit 8b0571f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@ platforms:
dtb: dtbs/exynos5422-odroidxu3.dtb
compatible: ['hardkernel,odroid-xu3', 'samsung,exynos5800', 'samsung,exynos5']

# TODO: verify why this platform appears in test results
# probably mistake and its same as qcs6490-rb3gen2
qcs6490:
<<: *arm64-device
boot_method: fastboot
mach: qcom
dtb: dtbs/qcom/qcs6490-rb3gen2.dtb
compatible: ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490']

qcs6490-rb3gen2:
<<: *arm64-device
boot_method: fastboot
Expand Down

0 comments on commit 8b0571f

Please sign in to comment.