seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

Kernelconfig: enable 32bit emulation #66

Closed insatomcat closed 2 years ago

insatomcat commented 2 years ago

Seapath needs to be able to run Straton runtime which are 32 bit applications. This commit allows this by adding the CONFIG_IA32_EMULATION config parameter to the seapath kernel.

Signed-off-by: insatomcat florent.carli@rte-france.com

ebail commented 2 years ago

Rework the defconfig file. @dupremathieu