>From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001 From: Yong Li <[email protected]> Date: Mon, 26 Jan 2015 08:39:37 +0800 Subject: [PATCH] Add XFCE iamge build file
Signed-off-by: Yong Li <[email protected]> --- meta/recipes-graphics/images/core-image-xfce.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-graphics/images/core-image-xfce.bb diff --git a/meta/recipes-graphics/images/core-image-xfce.bb b/meta/recipes-graphics/images/core-image-xfce.bb new file mode 100644 index 0000000..1d9bfdc --- /dev/null +++ b/meta/recipes-graphics/images/core-image-xfce.bb @@ -0,0 +1,15 @@ +SUMMARY = "A very basic Wayland image with a terminal" + +IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" + +LICENSE = "MIT" + +inherit core-image distro_features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +CORE_IMAGE_BASE_INSTALL += "xserver-xorg xserver-xf86-config xinit xauth xf86-input-evdev \ +xserver-nodm-init mini-x-session xorg-minimal-fonts \ +xf86-video-fbdev xterm xclock xfwm4 xfce4-session xfdesktop xfce4-settings \ +xfce4-panel xfce4-appfinder xfconf xfce4-terminal gtk-xfce-engine \ +packagegroup-fonts-truetype packagegroup-xfce-base" -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
