From 040f2299065caf64dbe5228b91f8abf8add9862b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 28 May 2025 00:00:25 +0200 Subject: added mikrophone yocto layer; added esp32 driver; --- yocto/meta-mikrophone/conf/distro/mikrophone.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 yocto/meta-mikrophone/conf/distro/mikrophone.conf (limited to 'yocto/meta-mikrophone/conf/distro/mikrophone.conf') diff --git a/yocto/meta-mikrophone/conf/distro/mikrophone.conf b/yocto/meta-mikrophone/conf/distro/mikrophone.conf new file mode 100644 index 0000000..efeba6e --- /dev/null +++ b/yocto/meta-mikrophone/conf/distro/mikrophone.conf @@ -0,0 +1,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" -- cgit v1.2.3