new file mode 100644
@@ -0,0 +1,22 @@
+require recipes-core/images/core-image-minimal.bb
+require linaro-image-common.inc
+
+DESCRIPTION = "An xfce based image with SDK for Linaro development work."
+
+IMAGE_INSTALL += "${SDK_IMAGE_INSTALL}"
+
+IMAGE_FEATURES += "\
+ "
+
+# dev-pkgs staticdev-pkgs tools-debug tools-sdk
+
+CORE_IMAGE_EXTRA_INSTALL += "xserver-xorg xserver-xf86-config xinit xauth xf86-input-evdev \
+ 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"
+IMAGE_FSTYPES="tar.gz"
+# 1GB of free space to image
+
+# package-management
+# x11-base
Signed-off-by: Tom Gall <tom.gall@linaro.org> --- .../recipes-linaro/images/linaro-image-xfce.bb | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-linaro/recipes-linaro/images/linaro-image-xfce.bb