All of lore.kernel.org
 help / color / mirror / Atom feed
* Added recipes/images/x11-jvm-image.bb for KaeilOS with JVM inclusion
@ 2009-06-22 15:35 Marco Cavallini
  2009-06-23  9:51 ` Phil Blundell
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Cavallini @ 2009-06-22 15:35 UTC (permalink / raw)
  To: Openembedded-devel

[-- Attachment #1: 0001-Added-recipes-images-x11-jvm-image.bb-for-KaeilOS-wi.patch --]
[-- Type: text/x-diff, Size: 1643 bytes --]

From 7314e01d8aeb1a890b4c1a3b621f41a72ec8d8e2 Mon Sep 17 00:00:00 2001
From: Marco Cavallini <m.cavallini@koansoftware.com>
Date: Mon, 22 Jun 2009 11:31:45 +0200
Subject: [PATCH] Added recipes/images/x11-jvm-image.bb for KaeilOS with JVM inclusion


Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
---
 recipes/images/x11-jvm-image.bb |   41 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)
 create mode 100644 recipes/images/x11-jvm-image.bb

diff --git a/recipes/images/x11-jvm-image.bb b/recipes/images/x11-jvm-image.bb
new file mode 100644
index 0000000..8387112
--- /dev/null
+++ b/recipes/images/x11-jvm-image.bb
@@ -0,0 +1,41 @@
+# KaeilOS X11 image
+# plus JVM and OTHER
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+XSERVER ?= "xserver-kdrive-fbdev"
+
+export IMAGE_BASENAME = "x11-jvm-image"
+
+DEPENDS = "task-base"
+
+ADD_JVM = "\
+    classpath \
+    classpath-common \
+    classpath-dev \
+    classpath-example \
+    classpath-gconf \
+    classpath-gtk \
+    classpath-tools \
+    jamvm \
+    cacao "
+
+ADD_OTHER = "\
+    ipkg "
+
+IMAGE_INSTALL = "\
+    ${XSERVER} \
+    task-base-extended \
+    angstrom-x11-base-depends \
+    angstrom-gpe-task-base \
+    angstrom-gpe-task-settings \
+    ${SPLASH} \
+    $(ADD_JVM) \
+    $(ADD_OTHER) \
+    ${ANGSTROM_EXTRA_INSTALL}"
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+#zap root password for release images
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+
+inherit image
-- 
1.5.4.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-23 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 15:35 Added recipes/images/x11-jvm-image.bb for KaeilOS with JVM inclusion Marco Cavallini
2009-06-23  9:51 ` Phil Blundell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.