Skip to content

[YCONFIG] Refactoring of items in menuconfig

Davide Cardillo requested to merge davc/menuconfig into scarthgap

The goals of this refactor are:

  • Introduce a clear separation between three major configuration areas:

    • Hardware Configuration: Options related to hardware selection and customization, including BSP settings.

    • Distro Configuration: High-level distribution settings, including image composition, system behavior, and boot-flow (e.g., disk layout).

    • Yocto Project Configuration: Settings specific to the Yocto build system and its behavior.

  • Reduce the number of entry points to external layers or folders (e.g., YConfig sources outside the seco-base folder).

Signed-off-by: default avatarDavide Cardillo davide.cardillo@seco.com

Merge request reports

Loading