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

[stable-v2.7] config/lnl.toml: drop now invalid signed_pkg.partition_usage #190

Merged
merged 1 commit into from
Oct 30, 2023

Commits on Oct 27, 2023

  1. config/lnl.toml: drop now invalid signed_pkg.partition_usage

    Fixes commit fbea593 ("rimage: mtl: fix key slot setup based on imr
    type") which broke LNL compilation like this:
    
    ```
    error: 1 unparsed keys left in 'signed_pkg'
    error: key 'signed_pkg' parsing error
    ```
    
    Of course LNL is never going to be released on this stable-v2.7 branch
    but this one-line fix is just the smallest and simplest fix to keep
    everything building and green. It also keeps everything simple and
    consistent.
    
    This commit does not change the final image (compared to before rimage
    commit fbea593) because the default value is now 0x20 + IMR type.
    
    Fixes are normally submitted to the main branch first and then cherry
    picked to stable branches. However fbea593 has been made in
    stable-v2.7 first so make this change also in stable-v2.7 first for
    consistency.
    
    Signed-off-by: Marc Herbert <[email protected]>
    marc-hb committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a5466e2 View commit details
    Browse the repository at this point in the history