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

Fixes for flatcar-workon #2080

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Fixes for flatcar-workon #2080

merged 3 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. flatcar_workon: Bring back the --host flag

    Telling flatcar_workon to work on SDK instead of a board could be
    implemented either by passing an empty value for --board flag and
    modifying `${FLAGS_board+foo}` to `${FLAGS_board:+foo}` or by adding
    the `--host` boolean flag and killing the value of `--board` flag when
    `--host` is true.
    
    I went with the latter as it clearly conveys meaning at the call
    sites.
    krnowak committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e30ca8d View commit details
    Browse the repository at this point in the history
  2. update_chroot: Call flatcar_workon with --host

    We want to possibly update workon packages on SDK, not on the default
    board.
    krnowak committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eba755d View commit details
    Browse the repository at this point in the history
  3. flatcar_workon: Simplify condition

    Co-authored-by: James Le Cuirot <[email protected]>
    krnowak and chewi authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d29ffa0 View commit details
    Browse the repository at this point in the history