Skip to content

Commit 8b0571f

Browse files
committed
(platforms.yaml): Add fake qcs6490 entry, due error in kcidb bridge
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 <[email protected]>
1 parent 51e9886 commit 8b0571f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/platforms.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ platforms:
179179
dtb: dtbs/exynos5422-odroidxu3.dtb
180180
compatible: ['hardkernel,odroid-xu3', 'samsung,exynos5800', 'samsung,exynos5']
181181

182+
# TODO: verify why this platform appears in test results
183+
# probably mistake and its same as qcs6490-rb3gen2
184+
qcs6490:
185+
<<: *arm64-device
186+
boot_method: fastboot
187+
mach: qcom
188+
dtb: dtbs/qcom/qcs6490-rb3gen2.dtb
189+
compatible: ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490']
190+
182191
qcs6490-rb3gen2:
183192
<<: *arm64-device
184193
boot_method: fastboot

0 commit comments

Comments
 (0)