-
Notifications
You must be signed in to change notification settings - Fork 27
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
[BUG] Kconfig file from openvela is incompatible with kconfig-frontends #52
Comments
'osource' is keyword in kconfiglib, please check that osource has been installed in your build env.
https://github.com/open-vela/docs/blob/dev/en/quickstart/Set_up_the_development_environment.md The documentation for kconfiglib has been made available ahead of the XML update, and the associated tools have been installed in the prebuilts. However, the repository with prebuilts is not yet included in the XML, but it is expected to be released today. Before the XML update for this repository, please ensure that 'kconfiglib' has been installed in your environment using OpenVela. After the update, you will no longer need to download 'kconfiglib' separately." |
Hi, I also encountered this problem. I used this command to install it, but there is still an osource syntax problem. You can use the following command to install kconfiglib, which works for me.
You may also need a python toolkit to execute setup.py. |
Thank you @pengxianghao21 and @txy-21, yes I was aware that kconfiglib fixes the issue, but my point is that the documentation is incorrect and also that we need to do something to keep kconfig-frontends compatible with kconfiglib |
@pengxianghao21 @xuxin930 ossource doesn't fix the problem we expect, should we restore back to source? |
Description / Steps to reproduce the issue
Although the official documentation says user can install kconfig-frontends or python kconf-libs, the build process is failing with kconfig-frontends:
Issue Architecture
[Arch: arm]
Issue Area
System: Build system
The text was updated successfully, but these errors were encountered: