aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-14 11:42:40 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-14 11:48:06 +0100
commitdb227d618364e719c58aab551b10b848bb73a6e8 (patch)
treed2959caa81b3fce5a2b2056eeb5d9dfb6090cc7c /recipes/images
parent91bb5a44bf7ace50bac0a309da71b2a884927ad6 (diff)
downloadopenembedded-db227d618364e719c58aab551b10b848bb73a6e8.tar.gz
angstrom-GNOME-image: add image that gives you gdm + gnome desktop
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/angstrom-gnome-image.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/images/angstrom-gnome-image.bb b/recipes/images/angstrom-gnome-image.bb
new file mode 100644
index 0000000000..f3e18b1d75
--- /dev/null
+++ b/recipes/images/angstrom-gnome-image.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Image based on the GNOME desktop"
+
+inherit image
+
+export IMAGE_BASENAME = "GNOME-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} \
+ angstrom-task-gnome \
+"
+