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

classes: bundle: use getVarFlag instead of .get #343

Closed
wants to merge 1 commit into from

Commits on Aug 22, 2024

  1. classes: bundle: use getVarFlag instead .get

    Make use of .getVarFlags instead of the simple .get to allow bitbake
    level variable expansion.
    
    This is useful especially when using bundle variants [1], on a
    devicetree based board, where the compatible string - the slot
    'name' -  would be constructed from another variable found e.g. in the
    machine.conf
    
    Link: https://rauc.readthedocs.io/en/latest/advanced.html#sec-variants
    Signed-off-by: Johannes Schneider <[email protected]>
    js731ca committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e29b3e8 View commit details
    Browse the repository at this point in the history