From 2e3f7f97267390bd0c70a41a9f58948f860bc66b Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 14 Jan 2010 15:20:13 +0100 Subject: images: set SPLASH to "" as sane default Acked-By: Michael 'Mickey' Lauer Acked-by: Koen Kooi --- recipes/images/console-base-image.bb | 1 - recipes/images/gnuradio-image.bb | 1 - recipes/images/minimal-image.bb | 2 -- 3 files changed, 4 deletions(-) (limited to 'recipes') diff --git a/recipes/images/console-base-image.bb b/recipes/images/console-base-image.bb index d25a4fc79e..9bd50316b5 100644 --- a/recipes/images/console-base-image.bb +++ b/recipes/images/console-base-image.bb @@ -4,7 +4,6 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" ANGSTROM_EXTRA_INSTALL ?= "" -SPLASH ?= "" ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}' DEPENDS = "task-base \ diff --git a/recipes/images/gnuradio-image.bb b/recipes/images/gnuradio-image.bb index 53e79b8a1a..6bccda0a24 100644 --- a/recipes/images/gnuradio-image.bb +++ b/recipes/images/gnuradio-image.bb @@ -4,7 +4,6 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_EXTRA_INSTALL ?= "" -SPLASH ?= "" ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}' DEPENDS = "task-base-extended \ diff --git a/recipes/images/minimal-image.bb b/recipes/images/minimal-image.bb index e9abcb35ca..0bd8019df0 100644 --- a/recipes/images/minimal-image.bb +++ b/recipes/images/minimal-image.bb @@ -4,8 +4,6 @@ ANGSTROM_EXTRA_INSTALL ?= "" DISTRO_SSH_DAEMON ?= "dropbear" -SPLASH ?= " " - IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_INSTALL = "task-boot \ -- cgit v1.2.3