# Toradex Distro for Wayland with XWayland. # Using the downstream kernel flavour. require conf/distro/include/tdx-base.inc DISTRO = "mikrophone" DISTRO_NAME = "mikroPhone distribution" DISTRO_FLAVOUR = "" IMX_DEFAULT_BSP = "nxp" # we use graphics, so set opengl DISTRO_FEATURES:append = " opengl" DISTRO_FEATURES:append = " wayland x11" # lxqt requires this DISTRO_FEATURES:append = " polkit" TASK_BASIC_SSHDAEMON = "openssh-sshd openssh-sftp openssh-sftp-server" IMAGE_FEATURES:append = " ssh-server-openssh"