You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
195: Check for kernel manifest r=mkroening a=mkroening
Closes#194.
The essence of this PR is adding `--manifest-path Cargo.toml` to the kernel compilation command. Without it, Cargo searches for the Cargo.toml file in the current directory or any parent directory. That results in cargo compiling this repository with the kernel triple, causing #194.
This does a little refactoring around the kernel triple, adds `--manifest-path Cargo.toml` and adds a manual check for the existence of the kernel manifest. I also added a note to the README for checking out submodules as requested by `@tlambertz.`
Co-authored-by: Martin Kröning <mkroening@posteo.net>
0 commit comments