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

kernels Makefile support custom builders and archs #3981

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Feb 1, 2024

- What I did

For kernel Makefile

  • Added option to build for other ARCH, e.g. make build-6.6.13 ARCH=amd64
  • Added option to specify a docker builder, and, if one is not specified, to fall back to linuxkit-linux-{{.Arch}}-builder
  • Added make list to list all of the outputs and targets
  • Documented it all in kernels.md

- How I did it

Changes in Makefile

- How to verify it

Run it and see; I did

- Description for the changelog

Better kernel Makefile options

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 23c1b57 into linuxkit:master Feb 1, 2024
22 checks passed
@deitch deitch deleted the kernel-cross-build branch February 1, 2024 14:38
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.

None yet

1 participant