diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-14 15:20:13 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-14 16:23:55 +0100 |
commit | 2e3f7f97267390bd0c70a41a9f58948f860bc66b (patch) | |
tree | 1b10c126a9e8e0de11286cbcfe64a94840079d3d /classes/image.bbclass | |
parent | 736f5ea176d8b04c4a7fac79aad0f6c4c11f68a0 (diff) |
images: set SPLASH to "" as sane default
Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r-- | classes/image.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index ab580312bb..9dce609733 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -17,6 +17,9 @@ IMAGE_INITSCRIPTS ?= "initscripts" # IMAGE_LOGIN_MANAGER ?= "tinylogin" +# set sane default for the SPLASH variable +SPLASH ?= "" + IMAGE_KEEPROOTFS ?= "" IMAGE_KEEPROOTFS[doc] = "Set to non-empty to keep ${IMAGE_ROOTFS} around after image creation." |