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

Use tarball for kernel source #182

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Use tarball for kernel source #182

merged 1 commit into from
Nov 6, 2022

Conversation

amclain
Copy link
Contributor

@amclain amclain commented Nov 5, 2022

This PR switches the kernel source from a git repo to a tarball to speed up the download time.

Booting Nerves from an x86 system was not tested.


Note that after running make savedefconfig, the following was automatically updated in nerves_defconfig that is not included in this PR:

-BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
-BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v1.6.0/nerves_toolchain_x86_64_nerves_linux_musl-linux_${shell uname -m}-1.6.0-63239A0.tar.xz"
-BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-nerves-linux-musl"
-BR2_TOOLCHAIN_EXTERNAL_GCC_11=y
-BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19=y
-BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
-BR2_TOOLCHAIN_EXTERNAL_CXX=y
-BR2_TOOLCHAIN_EXTERNAL_OPENMP=y

@fhunleth fhunleth merged commit 345b0aa into nerves-project:main Nov 6, 2022
@amclain amclain deleted the use-kernel-tarball branch November 6, 2022 22:25
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

2 participants