aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/bug-image-production.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-11-11 09:36:15 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 11:44:13 +0100
commitb0170b91b7c8b9e3144b2a50abc937fd83fd8f28 (patch)
tree1500a8b72f14dbf3cd13c839dc99657b13c10421 /recipes/images/bug-image-production.bb
parent951c432cf126f0bdd2c9c14d9d5c90cd8954ad43 (diff)
downloadopenembedded-b0170b91b7c8b9e3144b2a50abc937fd83fd8f28.tar.gz
bug-image-production.bb: Add BugLabs production image shipped on our devices.
Diffstat (limited to 'recipes/images/bug-image-production.bb')
-rw-r--r--recipes/images/bug-image-production.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/images/bug-image-production.bb b/recipes/images/bug-image-production.bb
new file mode 100644
index 0000000000..137eb2ee6c
--- /dev/null
+++ b/recipes/images/bug-image-production.bb
@@ -0,0 +1,16 @@
+# Copyright (C) 2008 Bug Labs, Inc
+# Based on poky-image-sato.bb from Open Hand, Ltd.
+#
+# Image that defines BUG R1.4 production rootfs image.
+#
+
+PR = "r11"
+
+DEPENDS = "task-bug"
+IMAGE_FEATURES += "apps-console-core apps-x11-sato ${X11_IMAGE_FEATURES}"
+
+inherit bug-image
+
+# These are the base system recipes
+# IMAGE_INSTALL += "task-base-extended task-bug task-bug-java-osgi task-bug-audio task-bug-x11 task-bug-devlangs task-bug-network bash-sh task-bug-debug"
+IMAGE_INSTALL += "task-base-extended task-bug task-bug-java-osgi task-bug-audio task-bug-x11 task-bug-devlangs task-bug-network task-bug-debug"