Skip to content

Integrate meta-seconorth-distro/add_multiconfig

Commit: seco-ne/yocto/layers/meta-seconorth-distro@5c6cd122

multiconfig: add initial configs for fngs and wayland distro builds

Two multiconfigs were added:

  • seconorth-fngsystem.conf: for building fng system image
  • seconorth-wayland.conf: for building standard yocto images

Following line needs to be added to local.conf: BBMULTICONFIG = "seconorth-fngsystem seconorth-wayland"

Example commands to build images: bitbake mc:seconorth-fngsystem:fngsystem-image bitbake mc:seconorth-wayland:seconorth-image

Both images can be build simultaneously.

bblayers.conf must contain all of the layers, that are needed for all images. So make sure that theese lines are present in bblayers.conf: BBLAYERS += "{BSPDIR}/sources/meta-seconorth-nogplv3" BBLAYERS += "{BSPDIR}/sources/meta-gplv2"

Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de

Merge request reports

Loading