Skip to content

[FIX] Allow custom distro selection

Nicola Sparnacci requested to merge nspa/custom-layer-fix into scarthgap_kickoff

Update Yconfig_distro so that it's possible to add distros in a custom layer and make it selectable with menuconfig.

The choice statement has been moved to seco-base Yconfig_distro. An example of custom's Yconfig_distro:

config OS-DISTRO_DISTRO_clea-os-fb-xyz
	bool "CLEA OS with Framebuffer backend XYZ"
	depends on FLAVOUR_CLEAOS_clea-os && (HW_INTEL || HW_RK || HW_RPI || HW_QEMU)

Only one distro must be selectable.

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

Merge request reports

Loading