[oe-commits] Rolf Leggewie : conf/distro/minimal.conf: don' t set SPLASH for headless machines

git version control git at git.openembedded.org
Fri Jan 15 00:17:12 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 7ae59ed4b932981008c5c5d3afd5af374f389a99
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ae59ed4b932981008c5c5d3afd5af374f389a99

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Thu Jan 14 19:18:02 2010 +0100

conf/distro/minimal.conf: don't set SPLASH for headless machines

---

 conf/distro/minimal.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 00c8dac..8e0ae2e 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -69,7 +69,7 @@ IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${LIBC}-${PREFERRED_PKG_FORMAT}-$
 CACHE ?= "${TMPDIR}/cache/${LIBC}/${MACHINE}"
 DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}"
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
-SPLASH ?= "psplash"
+SPLASH ?= "${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)}"
 
 # increase inode/block ratio for ext2 filesystem 
 EXTRA_IMAGECMD_ext2 = "-i 8192"





More information about the Openembedded-commits mailing list