summaryrefslogtreecommitdiff
path: root/packages/angstrom/console-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-10 09:39:14 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-10 09:39:14 +0000
commitb50f52ea84fac8ad1ca6400e4ed3f810951c639f (patch)
tree925b5eb30a7169ff8b63c2c379905b0afc0342fc /packages/angstrom/console-image.bb
parent681e51f408724d742156b3bf6e083cc30f5b9160 (diff)
angstrom images: rename, it's safe now since reenoo stopped sending me hatemail
Diffstat (limited to 'packages/angstrom/console-image.bb')
-rw-r--r--packages/angstrom/console-image.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/angstrom/console-image.bb b/packages/angstrom/console-image.bb
new file mode 100644
index 0000000000..1684716187
--- /dev/null
+++ b/packages/angstrom/console-image.bb
@@ -0,0 +1,18 @@
+#Angstrom bootstrap image
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base-extended \
+ ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+ "
+
+IMAGE_INSTALL = "task-base-extended \
+ ${ANGSTROM_EXTRA_INSTALL} \
+ ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+ "
+
+export IMAGE_BASENAME = "console-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+