angstrom-X-image: add image that has gdm + gnome + xfce + e17 selectable as login...
authorKoen Kooi <koen@openembedded.org>
Thu, 14 Jan 2010 10:43:31 +0000 (11:43 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 14 Jan 2010 10:48:08 +0000 (11:48 +0100)
recipes/images/angstrom-x-image.bb [new file with mode: 0644]

diff --git a/recipes/images/angstrom-x-image.bb b/recipes/images/angstrom-x-image.bb
new file mode 100644 (file)
index 0000000..3f322fb
--- /dev/null
@@ -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 \
+"
+