diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:39:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:39:50 +0200 |
commit | 93f9c2b0df6b0e2ca3b5ac1467139c87db31c349 (patch) | |
tree | 4f89ba458da19232e83ae2ccb6116de0c7f05afe /recipes/images/minimal-image.bb | |
parent | 5eb66dfe4fbb480746026cc83f38a8275f137ce7 (diff) |
various image: weakly assign $SPLASH so it isn't unset on expansion
Diffstat (limited to 'recipes/images/minimal-image.bb')
-rw-r--r-- | recipes/images/minimal-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/images/minimal-image.bb b/recipes/images/minimal-image.bb index 0acb5f1ad1..650a3d681c 100644 --- a/recipes/images/minimal-image.bb +++ b/recipes/images/minimal-image.bb @@ -1,9 +1,11 @@ #Angstrom minimalist image -#gives you a small images with ssh access +#gives you a small image with ssh access ANGSTROM_EXTRA_INSTALL ?= "" DISTRO_SSH_DAEMON ?= "dropbear" +SPLASH ?= " " + IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_INSTALL = "task-boot \ |