Skip to content

Commit

Permalink
base: add new base distros with wayland support
Browse files Browse the repository at this point in the history
Signed-off-by: Massimo Pennazio <[email protected]>
  • Loading branch information
MaxPayne86 committed Feb 1, 2023
1 parent 7489e08 commit 72c21fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta-lmp-base/conf/distro/lmp-base-wayland.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require conf/distro/lmp-base.conf

DISTRO = "lmp-base-wayland"
DISTROOVERRIDES = "lmp:lmp-base:lmp-wayland:lmp-base-wayland"
DISTRO_NAME = "Linux-microPlatform Base (no ostree) Wayland"

DISTRO_FEATURES:append = " wayland opengl vulkan"
7 changes: 7 additions & 0 deletions meta-lmp-base/conf/distro/lmp-base-xwayland.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require conf/distro/lmp-base.conf

DISTRO = "lmp-base-xwayland"
DISTROOVERRIDES = "lmp:lmp-base:lmp-wayland:lmp-xwayland:lmp-base-wayland:lmp-base-xwayland"
DISTRO_NAME = "Linux-microPlatform Base (no ostree) XWayland"

DISTRO_FEATURES:append = " x11 wayland opengl vulkan"

0 comments on commit 72c21fb

Please sign in to comment.