From 53fdb45d3fd5624cb78c4f38a21eb6c397b41894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 7 May 2022 12:42:11 +0200 Subject: [PATCH] Say farewell to liri MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- README.md | 2 +- raspi-image-test-and-setup | 2 +- recipes-image/allgui/allgui-base-image.bb | 2 -- recipes-image/liri/liri-base-image.bb | 14 -------------- 4 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 recipes-image/liri/liri-base-image.bb diff --git a/README.md b/README.md index 898ce06..b81c7ee 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ It has its origin Ångström distribution - check https://github.com/Angstrom-d form /etc/skel. [recipes-image](recipes-image): - * All images for cinnamon / console / gnome / kde / liri / lxqt / weston / xfce are found in this folder. + * All images for cinnamon / console / gnome / kde / lxqt / weston / xfce are found in this folder. allgui-images build images for all desktop environments. [recipes-utils](recipes-utils): diff --git a/raspi-image-test-and-setup b/raspi-image-test-and-setup index e1fd20e..bf6bac2 100644 --- a/raspi-image-test-and-setup +++ b/raspi-image-test-and-setup @@ -62,5 +62,5 @@ As user: * vice: select cairo * dosbox / dosbox-x / stella * supertux(kart??) -* open all gnome- / all kde-plasma- / lxqt- / liri- / lumina-sessions +* open all available desktops diff --git a/recipes-image/allgui/allgui-base-image.bb b/recipes-image/allgui/allgui-base-image.bb index 5a41655..decb319 100644 --- a/recipes-image/allgui/allgui-base-image.bb +++ b/recipes-image/allgui/allgui-base-image.bb @@ -24,8 +24,6 @@ IMAGE_INSTALL += " \ packagegroup-lxqt-base \ lxqt-default-config \ \ - liri-world \ - \ lumina-world \ \ weston weston-xwayland \ diff --git a/recipes-image/liri/liri-base-image.bb b/recipes-image/liri/liri-base-image.bb deleted file mode 100644 index ba0ce51..0000000 --- a/recipes-image/liri/liri-base-image.bb +++ /dev/null @@ -1,14 +0,0 @@ -require recipes-image/console/console-net-image.bb -require recipes-image/include/x11-base.inc - -export IMAGE_BASENAME = "liri-base-image" - -IMAGE_INSTALL += " \ - ${X11_BASE_INSTALL} \ - sddm \ - \ - liri-world \ -" - -# reenable graphical target -IMAGE_FEATURES += "x11-base"