From b0170b91b7c8b9e3144b2a50abc937fd83fd8f28 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 11 Nov 2010 09:36:15 +0100 Subject: bug-image-production.bb: Add BugLabs production image shipped on our devices. --- recipes/images/bug-image-production.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/images/bug-image-production.bb 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" -- cgit 1.2.3-korg