blob: efeba6e3cba3675a4730d7ff1638efc9c0ee5c25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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"
|