pandora-*-image: Add Shadow as the default login manager.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 3 Nov 2009 11:33:21 +0000 (11:33 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 3 Nov 2009 11:33:21 +0000 (11:33 +0000)
recipes/images/pandora-core-image.bb
recipes/images/pandora-desktop-image.bb
recipes/images/pandora-gnome-image.bb
recipes/images/pandora-gui-image.bb
recipes/images/pandora-validation-image.bb
recipes/images/pandora-xfce-image.bb

index 665b4d0..00a921a 100755 (executable)
@@ -2,6 +2,8 @@
 
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
 
+IMAGE_LOGIN_MANAGER = "shadow"
+
 inherit image
 
 export IMAGE_BASENAME = "pandora-core-image"
index 326feb9..bd95141 100755 (executable)
@@ -1,15 +1,9 @@
 # Desktop image for the Pandora handheld console
 
-XSERVER ?= " \
-    xserver-xorg \
-    xf86-input-evdev \
-    xf86-input-mouse \
-    xf86-video-fbdev \
-    xf86-input-keyboard \
-"
-
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
 
+IMAGE_LOGIN_MANAGER = "shadow"
+
 inherit image
 
 export IMAGE_BASENAME = "pandora-desktop-image"
index af9a28d..1765e4e 100755 (executable)
@@ -1,15 +1,9 @@
 # Gnome image for Pandora handheld console
 
-XSERVER ?= " \
-    xserver-xorg \
-    xf86-input-evdev \
-    xf86-input-mouse \
-    xf86-video-fbdev \
-    xf86-input-keyboard \
-"
-
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
 
+IMAGE_LOGIN_MANAGER = "shadow"
+
 inherit image
 
 export IMAGE_BASENAME = "pandora-gnome-image"
index 0e7a455..05dd436 100755 (executable)
@@ -1,15 +1,9 @@
 # Matchbox/GPE image for the Pandora handheld console
 
-XSERVER ?= " \
-    xserver-xorg \
-    xf86-input-evdev \
-    xf86-input-mouse \
-    xf86-video-fbdev \
-    xf86-input-keyboard \
-"
-
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
 
+IMAGE_LOGIN_MANAGER = "shadow"
+
 inherit image
 
 export IMAGE_BASENAME = "pandora-gui-image"
index f0b4df8..c8a39d5 100755 (executable)
@@ -1,14 +1,6 @@
 # Validation image for Pandora handheld console
 # for hardware testing and flashing images to NAND if copied to the SD in the correct places.
 
-XSERVER ?= " \
-    xserver-xorg \
-    xf86-input-evdev \
-    xf86-input-mouse \
-    xf86-video-fbdev \
-    xf86-input-keyboard \
-"
-
 inherit image
 
 export IMAGE_BASENAME = "pandora-validation-image"
index 4f637ff..22e0372 100755 (executable)
@@ -1,18 +1,9 @@
 # XFCE image for the Pandora handheld console
 
-XSERVER ?= " \
-  xserver-xorg \
-  xserver-xorg-extension-glx \
-  xserver-xorg-extension-dri \
-  xf86-input-evtouch \ 
-  xf86-input-evdev \
-  xf86-input-mouse \
-  xf86-input-keyboard \
-  xf86-video-omapfb \
-"
-
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
 
+IMAGE_LOGIN_MANAGER = "shadow"
+
 inherit image
 
 export IMAGE_BASENAME = "pandora-xfce-image"