* Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro
@ 2009-06-23 8:52 Marco Cavallini
2009-06-23 9:11 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Marco Cavallini @ 2009-06-23 8:52 UTC (permalink / raw)
To: Openembedded-devel
[-- Attachment #1: 0001-Added-PREFERRED_VERSION_classpath-to-support-JVM-in.patch --]
[-- Type: text/x-diff, Size: 1577 bytes --]
From 182247f1699cd20c442bcb0d1f34bf6b4a555313 Mon Sep 17 00:00:00 2001
From: koan <koan@mozart.(none)>
Date: Tue, 23 Jun 2009 10:49:25 +0200
Subject: [PATCH] Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro
with contribution of Ronetix (www.ronetix.at)
Signed-off-by: koan <koan@mozart.(none)>
---
conf/distro/kaeilos.conf | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
index 2b3aae8..1d75976 100644
--- a/conf/distro/kaeilos.conf
+++ b/conf/distro/kaeilos.conf
@@ -3,7 +3,7 @@
#@NAME: KaeilOS(R) - http://www.kaeilos.com
#@DESCRIPTION: KaeilOS Linux Distribution for Kernel 2.6 based devices
#@MAINTAINER: Marco Cavallini <m.cavallini@koansoftware.com>
-#@VERSION: 28-04-2009
+#@VERSION: 23-04-2009
#
# Use this at your own risk, we welcome bugreports filed at
# http://bugs.openembedded.net
@@ -12,7 +12,7 @@
#DISTRO_VERSION = "2009.1"
DISTRO_VERSION = "2009.1-test-${DATE}"
DISTRO_REVISION = "1"
-DISTRO_PR = ".1"
+DISTRO_PR = ".2"
#build staging from packages
INHERIT += "packaged-staging"
@@ -130,6 +130,9 @@ PREFERRED_VERSION_binutils_avr32 = "2.17"
PREFERRED_VERSION_binutils-cross_avr32 = "2.17"
PREFERRED_VERSION_binutils-cross-sdk_avr32 = "2.17"
+#Other packages version
+PREFERRED_VERSION_classpath ?= "0.97.2"
+
# Virtuals:
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
--
1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro
2009-06-23 8:52 Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro Marco Cavallini
@ 2009-06-23 9:11 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-06-23 9:11 UTC (permalink / raw)
To: openembedded-devel
On 23-06-09 10:52, Marco Cavallini wrote:
> From 182247f1699cd20c442bcb0d1f34bf6b4a555313 Mon Sep 17 00:00:00 2001
> From: koan<koan@mozart.(none)>
That's not a valid email address
> Date: Tue, 23 Jun 2009 10:49:25 +0200
> Subject: [PATCH] Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro
> with contribution of Ronetix (www.ronetix.at)
>
>
> Signed-off-by: koan<koan@mozart.(none)>
That's not a valid email address
> ---
> conf/distro/kaeilos.conf | 7 +++++--
> 1 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
> index 2b3aae8..1d75976 100644
> --- a/conf/distro/kaeilos.conf
> +++ b/conf/distro/kaeilos.conf
> @@ -3,7 +3,7 @@
> #@NAME: KaeilOS(R) -http://www.kaeilos.com
> #@DESCRIPTION: KaeilOS Linux Distribution for Kernel 2.6 based devices
> #@MAINTAINER: Marco Cavallini<m.cavallini@koansoftware.com>
> -#@VERSION: 28-04-2009
> +#@VERSION: 23-04-2009
> #
> # Use this at your own risk, we welcome bugreports filed at
> #http://bugs.openembedded.net
> @@ -12,7 +12,7 @@
> #DISTRO_VERSION = "2009.1"
> DISTRO_VERSION = "2009.1-test-${DATE}"
> DISTRO_REVISION = "1"
> -DISTRO_PR = ".1"
> +DISTRO_PR = ".2"
>
> #build staging from packages
> INHERIT += "packaged-staging"
> @@ -130,6 +130,9 @@ PREFERRED_VERSION_binutils_avr32 = "2.17"
> PREFERRED_VERSION_binutils-cross_avr32 = "2.17"
> PREFERRED_VERSION_binutils-cross-sdk_avr32 = "2.17"
>
> +#Other packages version
> +PREFERRED_VERSION_classpath ?= "0.97.2"
> +
> # Virtuals:
> PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
> PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
> -- 1.5.4.3
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-23 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 8:52 Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro Marco Cavallini
2009-06-23 9:11 ` Koen Kooi
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.