aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-14 15:18:14 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-14 16:23:47 +0100
commit736f5ea176d8b04c4a7fac79aad0f6c4c11f68a0 (patch)
tree98c4a7a7535ad0f5dad6437a354a4cb10c02af2d
parent80e40b8633a31aeb70fcd0627dc3831c120d0fff (diff)
downloadopenembedded-736f5ea176d8b04c4a7fac79aad0f6c4c11f68a0.tar.gz
conf/distro/minimal.conf: minimal should have a generic OE splash
-rw-r--r--conf/distro/minimal.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 2b4751da29..00c8dac81b 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -69,6 +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"
# increase inode/block ratio for ext2 filesystem
EXTRA_IMAGECMD_ext2 = "-i 8192"