-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
linux kernel doesn't cross compile #50915
Comments
The above leads to:
|
Those shouldn’t be propagated. We’ll have to look at where the references are coming from - usually it’s some debugging. |
I didn't bisect it, but this is probably caused by #49417, which disallows references to native build inputs. The references are not new, that PR just causes them to be disallowed. Note that the dev output is failing, and it contains lots of scripts that help build kernel modules and other software that uses kernel headers. When the kernel is cross compiled, we can probably expect that anything that depends on the dev output is also cross-compiled, so it makes sense that it would contain references to build packages. |
Issue description
Hello.
I have the following while trying to cross compile the kernel:
I see the below in generic.nix
More leakage. Any ideas?
The text was updated successfully, but these errors were encountered: