[YCONFIG] Refactoring of items in menuconfig
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