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
YAML firmware code doesn't match documentation. #326
Comments
|
@hughsie probably knows this best. |
|
The docs are correct and the code is wrong. |
|
Seems the XML is also wrong for flashed firmware - #329 |
|
Good catch! |
In the firmware documentation it states that
runtimefirmware has a file, andflashedfirmware has a GUID.In
as_component_yaml_emit_provides()the following code seems to have this reversed:Is the YAML code wrong?
The text was updated successfully, but these errors were encountered: