git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5afc7e0
)
conf/distro/minimal.conf: don't set SPLASH for headless machines
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Thu, 14 Jan 2010 18:18:02 +0000
(19:18 +0100)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Thu, 14 Jan 2010 18:20:10 +0000
(19:20 +0100)
conf/distro/minimal.conf
patch
|
blob
|
history
diff --git
a/conf/distro/minimal.conf
b/conf/distro/minimal.conf
index
00c8dac
..
8e0ae2e
100644
(file)
--- 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"