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

lmp/bb-config: use variables instead of the content #311

Merged
merged 2 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. lmp/bb-config: use variables instead of the content

    Let's let bitbake take care of the use of the variables:
    
    LMP_FACTORY_IMAGE
    OSTREE_BRANCHNAME
    GARAGE_TARGET_VERSION
    GARAGE_TARGET_URL
    DISTRO_VERSION
    
    All of then have references for other variables:
    
    MACHINE
    H_BUILD
    LMP_VERSION
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8e2f2e8 View commit details
    Browse the repository at this point in the history
  2. lmp/bb-config: add DISTRO_VERSION_EXTENDED

    This contain the extended version used on CI and with this new variable
    we make it possible to override it when needed.
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6cf0d16 View commit details
    Browse the repository at this point in the history