All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Cavallini <koansoftware@gmail.com>
To: Openembedded-devel@lists.openembedded.org
Subject: Added recipes/images/x11-jvm-image.bb for KaeilOS with JVM inclusion
Date: Mon, 22 Jun 2009 17:35:31 +0200	[thread overview]
Message-ID: <4A3FA4C3.3090107@gmail.com> (raw)

[-- 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



             reply	other threads:[~2009-06-22 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22 15:35 Marco Cavallini [this message]
2009-06-23  9:51 ` Added recipes/images/x11-jvm-image.bb for KaeilOS with JVM inclusion Phil Blundell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A3FA4C3.3090107@gmail.com \
    --to=koansoftware@gmail.com \
    --cc=Openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.