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

buildroot: support OSTree trees as buildroots #1790

Closed
wants to merge 1 commit into from

Commits on May 16, 2024

  1. buildroot: support OSTree trees as buildroots

    In a filesystem layout in OSTree the software is in a deployment
    under `/ostree/deploy/<name>/deploy/*/`. If the specified buildroot
    is an OSTree tree then let's just use the deployment root as the
    rootdir here.
    
    An example where this will help us is in RHCOS, where we'd like to
    not maintain a separate buildroot definition since our OSTree we
    already build has all the exact versions of the software we want
    to use already.
    dustymabe committed May 16, 2024
    Configuration menu
    Copy the full SHA
    616021e View commit details
    Browse the repository at this point in the history