[oe-commits] Stefan Schmidt : bug-image-production.bb: Add BugLabs production image shipped on our devices.

git version control git at git.openembedded.org
Thu Feb 3 10:44:45 UTC 2011


Module: openembedded.git
Branch: master
Commit: b0170b91b7c8b9e3144b2a50abc937fd83fd8f28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0170b91b7c8b9e3144b2a50abc937fd83fd8f28

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Nov 11 09:36:15 2010 +0100

bug-image-production.bb: Add BugLabs production image shipped on our devices.

---

 recipes/images/bug-image-production.bb |   16 ++++++++++++++++
 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 0000000..137eb2e
--- /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"





More information about the Openembedded-commits mailing list