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

Conversation

nwf
Copy link
Member

@nwf nwf commented Dec 23, 2022

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.

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 nwf requested a review from arichardson December 23, 2022 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants