Revert "recipes/images/console-base-image.bb: factor out Angstrom-specific bits"
authorKoen Kooi <koen@openembedded.org>
Wed, 17 Feb 2010 18:14:26 +0000 (19:14 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 17 Feb 2010 18:14:26 +0000 (19:14 +0100)
This violates the principal of least surprise and invalidates documentation. If you're touching a recipe at least make sure the creator/maintainer agrees with your changes. Which I don't, as I've already stated

This reverts commit 80db39feb76a6afaf1eb2c4dd8311fc21e4c2d6f.

recipes/images/angstrom-console-base-image.bb [deleted file]
recipes/images/console-base-image.bb

diff --git a/recipes/images/angstrom-console-base-image.bb b/recipes/images/angstrom-console-base-image.bb
deleted file mode 100644 (file)
index 2fdeecb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require console-base-image.bb
-
-#Angstrom bootstrap image
-ANGSTROM_EXTRA_INSTALL ?= ""
-
-IMAGE_INSTALL = "task-base \
-           ${ANGSTROM_EXTRA_INSTALL} \
-           ${SPLASH} \
-           ${ZZAPSPLASH} \
-           "
index 2999d1c..9bd5031 100644 (file)
@@ -1,11 +1,8 @@
-# bootstrap image
-#
-# the Angstrom-specific bits that were originally part of this image
-# definition have been moved to angstrom-console-base-image.bb
+#Angstrom bootstrap image
 
 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
 
-IMAGE_EXTRA_INSTALL ?= ""
+ANGSTROM_EXTRA_INSTALL ?= ""
 
 ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'
 
@@ -15,7 +12,7 @@ DEPENDS = "task-base \
           "
 
 IMAGE_INSTALL = "task-base \
-           ${IMAGE_EXTRA_INSTALL} \
+           ${ANGSTROM_EXTRA_INSTALL} \
            ${SPLASH} \
            ${ZZAPSPLASH} \
            "