-
Notifications
You must be signed in to change notification settings - Fork 17
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
Figure out kldxref on cross builds #28
Comments
first boot services are easy with rc - the system keeps a "first boot sentinel" and will automatically only run services tagged |
True, the problem is that we would want to put |
on one hand! we already have services which cannot build cross, it's "the entire graphical system" on the other hand! we should really care about cross! |
maybe just do #12 and suffer |
My current solution is to only run kldxref on native builds, and you don't get dependencies on cross builds, not optimal but it's easy. |
FreeBSD will not load module dependencies unless it has a
linker.hints
file in the modules directory. We can do this during build on native builds, but there seems to be no way to compile the requiredkldxref
tool with compat for cross-builds.We should figure out how to make a service that runs
kldxref
on first boot, or decide to not care about cross builds.The text was updated successfully, but these errors were encountered: