alan-mushi / meta-opencpn

OpenCPN layer for yocto with wayland, gtk+3 and wxWidgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta-opencpn

The goal of this project is to port OpenCPN on Wayland with Yocto. I'm working on adding suport for opengl in wxwidgets when configured for wayland (by default opengl only works for X11 in wxwidgets).

The wiki can be used as a tutorial for you to build your own version of this project.


Everything cannot be carried out on a layer, you will need to manually add :

  • in your [build directory]/conf/local.conf file :
MACHINE_FEATURES_append = " acpi alsa apm bluetooth ext2 keyboard pci pcmcia screen touchscreen usbgadget usbhost wifi"
  • in the meta-yocto/conf/distro/poky.conf file :
DISTRO_FEATURES_append = " alsa bluetooth ext2 ipsec keyboard pci pcmcia systemd usbgadget usbhost wayland wifi pam"
VIRTUAL-RUNTIME_init_manager = "systemd"

About

OpenCPN layer for yocto with wayland, gtk+3 and wxWidgets.

License:GNU General Public License v2.0


Languages

Language:BitBake 45.7%Language:C 25.2%Language:Shell 9.1%Language:PHP 9.1%Language:CMake 5.9%Language:SourcePawn 5.0%