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

cheribsd-release: include all built kernels #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 23, 2022

  1. cheribsd-release: include all built kernels

    We already do this as part of installing the cheribsd-$ARCH targets, in
    BuildFreeBSD::_installkernel (called by BuildFreeBSD::install from
    BuildFreeBSD::process via delegation to its superclass Project::process), but
    BuildFreeBSDReleaseMixin overrides its process() method and does not delegate to
    this existing installation machinery.
    
    Note that CheriBSD itself sets this NO_INSTALLEXTRAKERNELS control to "no" on
    aarch64c if it isn't already set, presumably so that self-hosted Morello builds
    do the right thing.
    nwf-msr committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c8cdc5f View commit details
    Browse the repository at this point in the history