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

Yocto Kirkstone build failure #147

Open
evanclinton opened this issue Sep 23, 2024 · 0 comments
Open

Yocto Kirkstone build failure #147

evanclinton opened this issue Sep 23, 2024 · 0 comments

Comments

@evanclinton
Copy link

When building with Yocto Kirkstone via https://layers.openembedded.org/layerindex/recipe/348093/ (the kernel is at version 5.10.110), I get an error like so:

| ERROR: modpost: module 8814au uses symbol kernel_write from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
| ERROR: modpost: module 8814au uses symbol kernel_read from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
| ERROR: modpost: module 8814au uses symbol filp_open from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.

Compiled and worked fine after adding this line to osdep_service.c:

MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);

Thanks!

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

1 participant