summaryrefslogtreecommitdiffstats
path: root/recipes/images/gateway-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-17 08:39:50 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-17 08:39:50 +0200
commit93f9c2b0df6b0e2ca3b5ac1467139c87db31c349 (patch)
tree4f89ba458da19232e83ae2ccb6116de0c7f05afe /recipes/images/gateway-image.bb
parent5eb66dfe4fbb480746026cc83f38a8275f137ce7 (diff)
downloadopenembedded-93f9c2b0df6b0e2ca3b5ac1467139c87db31c349.tar.gz
various image: weakly assign $SPLASH so it isn't unset on expansion
Diffstat (limited to 'recipes/images/gateway-image.bb')
-rw-r--r--recipes/images/gateway-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/images/gateway-image.bb b/recipes/images/gateway-image.bb
index 8df21bcbeb..d7a77e0bb8 100644
--- a/recipes/images/gateway-image.bb
+++ b/recipes/images/gateway-image.bb
@@ -1,6 +1,8 @@
#Angstrom gateway image
#gives you a gateway with SMB, ssh and dnsmasqs
+SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
+
ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"