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

Add directives for kernel headers and modules to Makefile (follow-up on #159) #214

Open
joshbowyer opened this issue Dec 12, 2024 · 1 comment

Comments

@joshbowyer
Copy link

Currently there is no simple way to obtain kernel headers or module code for the Luckfox. This is because the Makefiles in this repo dont have any directives to build headers. That is only in the original kernel source, which is not called by the Luckfox Makefiles and uses uncustomized variables.

Ideally, the project maintainers would add a new directive to their Makefile to either include headers, OR (more ideally), link in the bindeb-pkg directive so that .deb installers for the headers and modules can be created, then copied to the Luckfox OS, and installed that way.

I tried figuring out how to do that however I have very little experience with building kernels.

@luckfox-eng33
Copy link
Contributor

Because this follows RK's configuration, we haven't generated kernel headers yet, and may consider adding them later, but they may not be a high priority

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

No branches or pull requests

2 participants