From: Koen Kooi Date: Thu, 14 Jan 2010 10:43:31 +0000 (+0100) Subject: angstrom-X-image: add image that has gdm + gnome + xfce + e17 selectable as login... X-Git-Tag: Release-2010-05/1~898^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e012791606deb36a7ce59f7c8cbb6798b6f3627;p=openembedded.git angstrom-X-image: add image that has gdm + gnome + xfce + e17 selectable as login sessions --- diff --git a/recipes/images/angstrom-x-image.bb b/recipes/images/angstrom-x-image.bb new file mode 100644 index 0000000000..3f322fbce2 --- /dev/null +++ b/recipes/images/angstrom-x-image.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Image based on the GNOME desktop" + +inherit image + +XSERVER ?= "" + +export IMAGE_BASENAME = "X-image" + +IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" +ROOTFS_POSTPROCESS_COMMAND += 'install_linguas;' + +IMAGE_LOGIN_MANAGER = "shadow" + +ANGSTROM_EXTRA_INSTALL ?= "" + +SPLASH = "psplash-angstrom" + +IMAGE_INSTALL += " \ + task-base-extended \ + ${ANGSTROM_EXTRA_INSTALL} \ + ${SPLASH} \ + ${XSERVER} \ + angstrom-task-gnome \ + openbox \ + e-wm-config-angstrom \ + task-xfce46-base task-xfce46-extras \ +" +