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

Make build system fully configurable #18

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Make build system fully configurable #18

merged 1 commit into from
Jul 25, 2024

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Jul 25, 2024

With the inclusion of kconfiglib [1], the build system is now fully configurable like "menuconfig" when building the Linux kernel. It allows users to select the desired backend, choose whether to build applications, and specify supported image loaders. This flexibility is also useful for developers to integrate additional backends such as Linux framebuffer and DRM device support.

[1] https://pypi.org/project/kconfiglib/

@jserv jserv force-pushed the integrate-kconfig branch from e5f1e88 to f7233bd Compare July 25, 2024 12:15
With the inclusion of kconfiglib [1], the build system is now fully
configurable like "menuconfig" when building the Linux kernel. It allows
users to select the desired backend, choose whether to build
applications, and specify supported image loaders. This flexibility is
also useful for developers to integrate additional backends such as
Linux framebuffer and DRM device support.

[1] https://pypi.org/project/kconfiglib/
@jserv jserv force-pushed the integrate-kconfig branch from f7233bd to 0592f46 Compare July 25, 2024 12:17
@jserv jserv merged commit 65fa6e7 into main Jul 25, 2024
6 checks passed
@jserv jserv deleted the integrate-kconfig branch July 25, 2024 12:20
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

Successfully merging this pull request may close these issues.

1 participant