Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: Assume hdmi false for generic-aarch64 devices #314

Closed
wants to merge 1 commit into from

Conversation

klutchell
Copy link
Contributor

@klutchell klutchell commented Jun 30, 2022

@@ -12,7 +12,7 @@
},
"data": {
"arch": "aarch64",
"hdmi": true,
"hdmi": false,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thgreasi do you know offhand where this field is used besides automated OS testing?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw at this point, I'm not aware of any place that uses that @klutchell (first time I hear it's used by the OS tests).

@floion
Copy link
Contributor

floion commented Nov 24, 2023

Hi @klutchell I guess this PR is not needed anymore?

@klutchell klutchell closed this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

not ok 1 - Boot splash screen should be detected over HDMI interface
3 participants