[oe-commits] Andrea Adami : angstrom-2008.1.conf: add PREFERRED_VERSION_psplash

GIT User account git at amethyst.openembedded.net
Wed Apr 1 23:59:14 UTC 2009


Module: openembedded.git
Branch: kergoth/autotools
Commit: 791a9bc3f0fbcd4f44bda9dc7cd6cfaa709aefa0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=791a9bc3f0fbcd4f44bda9dc7cd6cfaa709aefa0

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Apr  1 22:54:56 2009 +0200

angstrom-2008.1.conf: add PREFERRED_VERSION_psplash
 -Acked-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/angstrom-2008.1.conf |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 57048d6..6c2c1bd 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -76,6 +76,15 @@ PREFERRED_VERSION_glibc-initial 	?= "2.6.1"
 PREFERRED_VERSION_uclibc        	?= "0.9.30"
 PREFERRED_VERSION_uclibc-initial	?= "0.9.30"
 
+# Preferred version for psplash
+# This enforces a specific brand to be used, in our case the angstrom
+# one. In case you want to change the logo or something like that we
+# suggest you to create another recipe (e.g: psplash-<brand>) for that
+# and add that into your image.
+# You can also opt to change or override this line, but that isn't
+# needed because psplash is using update-alternatives.
+PREFERRED_VERSION_psplash               ?= "psplash-angstrom"
+
 PREFERRED_PROVIDER_avahi = "avahi"
 
 #Small machines prefer kdrive, but we might ship full Xorg in other images
@@ -144,7 +153,7 @@ PREFERRED_PROVIDER_virtual/xserver      ?= "xserver-kdrive"
 # Others:
 PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
 PREFERRED_PROVIDER_dbus-glib             = "dbus-glib"
-PREFERRED_PROVIDER_esound 		?= "pulseaudio"
+PREFERRED_PROVIDER_esound               ?= "pulseaudio"
 PREFERRED_PROVIDER_gconf                ?= "gconf-dbus"
 PREFERRED_PROVIDER_gnome-vfs            ?= "gnome-vfs"
 PREFERRED_PROVIDER_gnome-vfs-plugin-file ?= "gnome-vfs"





More information about the Openembedded-commits mailing list