From: David-John Willis Date: Tue, 3 Nov 2009 11:33:21 +0000 (+0000) Subject: pandora-*-image: Add Shadow as the default login manager. X-Git-Tag: Release-2010-05/1~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7316bad22e67913dce9ff29fe5c697287563e5af;p=openpandora.oe.git pandora-*-image: Add Shadow as the default login manager. --- diff --git a/recipes/images/pandora-core-image.bb b/recipes/images/pandora-core-image.bb index 665b4d0..00a921a 100755 --- a/recipes/images/pandora-core-image.bb +++ b/recipes/images/pandora-core-image.bb @@ -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" diff --git a/recipes/images/pandora-desktop-image.bb b/recipes/images/pandora-desktop-image.bb index 326feb9..bd95141 100755 --- a/recipes/images/pandora-desktop-image.bb +++ b/recipes/images/pandora-desktop-image.bb @@ -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" diff --git a/recipes/images/pandora-gnome-image.bb b/recipes/images/pandora-gnome-image.bb index af9a28d..1765e4e 100755 --- a/recipes/images/pandora-gnome-image.bb +++ b/recipes/images/pandora-gnome-image.bb @@ -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" diff --git a/recipes/images/pandora-gui-image.bb b/recipes/images/pandora-gui-image.bb index 0e7a455..05dd436 100755 --- a/recipes/images/pandora-gui-image.bb +++ b/recipes/images/pandora-gui-image.bb @@ -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" diff --git a/recipes/images/pandora-validation-image.bb b/recipes/images/pandora-validation-image.bb index f0b4df8..c8a39d5 100755 --- a/recipes/images/pandora-validation-image.bb +++ b/recipes/images/pandora-validation-image.bb @@ -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" diff --git a/recipes/images/pandora-xfce-image.bb b/recipes/images/pandora-xfce-image.bb index 4f637ff..22e0372 100755 --- a/recipes/images/pandora-xfce-image.bb +++ b/recipes/images/pandora-xfce-image.bb @@ -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"