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

Add APX flag support #1621

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Add APX flag support #1621

merged 3 commits into from
Jan 22, 2024

Conversation

bryteise
Copy link
Member

Add support for new APX optimization level. Change increases the maximim potential optimization level but does not yet allow the files to be used (installed). get_opt_level_mask still needs to be updated to account for system supporting the new optimization level (and adding APX_SKIP_FILE support) before the APX files can be installed.

This change is being done at this time to allow mixer to create these files without swupd error messages during updates.

Add support for new APX optimization level. Change increases the
maximim potential optimization level but does not yet allow the files
to be used (installed). get_opt_level_mask still needs to be updated
to account for system supporting the new optimization level (and
adding APX_SKIP_FILE support) before the APX files can be installed.

This change is being done at this time to allow mixer to create these
files without swupd error messages during updates.

Signed-off-by: William Douglas <[email protected]>
Generated with:
openssl req -x509 -newkey rsa:4096 -out pemfile -sha256 -days 3650 \
-nodes -subj "/CN=localhost"

Signed-off-by: William Douglas <[email protected]>
The error message about skipping unsupported file optimization levels
only needs to be printed once so do that instead of potentially
spamming it.

Signed-off-by: William Douglas <[email protected]>
@bryteise bryteise merged commit 3d8634e into master Jan 22, 2024
30 checks passed
@bryteise bryteise deleted the add-preliminary-apx-support branch January 22, 2024 14:50
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.

2 participants