Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes
@ 2011-03-24 15:09 Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 1/7] openjdk: use qemu now for the awt sizer binary too Stefan Schmidt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Stefan Schmidt <stefan@buglabs.net>

Hello.

Tom, please pull these openjdk-6 changes originally done by Henning and one
bug20 update from Denis. I tested them in my private build for Buglabs and
especially the openjdk changes are fixing a lot of problems for me.

Pull URL: git://github.com/Stefan-Schmidt/openembedded
  Branch: for-2011.03
  Browse: https://github.com/Stefan-Schmidt/openembedded/commit/for-2011.03

Thanks,
    Stefan Schmidt <stefan@buglabs.net>
---


Denis 'GNUtoo' Carikli (1):
  bug20: add wifi and bluetooth to MACHINE_FEATURES

Henning Heinold (6):
  openjdk: use qemu now for the awt sizer binary too
  cacao-hg: update to latest revision
  icedtea6-native: update to 1.7.10 version
  cacao-native: bumpg PR as sugessted by khem
  angstrom-jalimo: use cacao-native hg version for javac-native
  sane-toolchain-java: switch to cacao-native here too

 conf/distro/include/angstrom-jalimo.conf           |    7 ++--
 conf/distro/include/sane-toolchain-java.inc        |    4 +-
 conf/machine/bug20.conf                            |    2 +-
 recipes/cacao/cacao-native_hg.bb                   |    4 +-
 .../build-hacks-native.patch                       |    0
 .../disable-library-checks.patch                   |    0
 .../icedtea-ecj-disable-compilation.patch          |    0
 .../icedtea-ecj-fix-freetype.patch                 |    0
 .../icedtea-ecj-fix-zlib.patch                     |    0
 .../icedtea-fix-jar-path.patch                     |    0
 .../icedtea-hotspot-make-arch-sane-for-x86.patch   |    0
 .../icedtea-javac-in.patch                         |    0
 .../icedtea-jdk-sane-x86-arch.patch                |    0
 .../icedtea-sane-x86-arch-name.patch               |    0
 .../icedtea-unbreak-float.patch                    |    0
 .../icedtea-jdk-build-sizer-32-on-amd64.patch      |   36 --------------------
 ...6-native_1.7.6.bb => icedtea6-native_1.7.10.bb} |    5 +--
 .../icedtea-crosscompile-fix.patch                 |   24 +++++++------
 recipes/openjdk/openjdk-6-common.inc               |    8 +----
 19 files changed, 24 insertions(+), 66 deletions(-)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/build-hacks-native.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/disable-library-checks.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-disable-compilation.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-fix-freetype.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-fix-zlib.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-fix-jar-path.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-hotspot-make-arch-sane-for-x86.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-javac-in.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-jdk-sane-x86-arch.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-sane-x86-arch-name.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-unbreak-float.patch (100%)
 delete mode 100644 recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-build-sizer-32-on-amd64.patch
 rename recipes/icedtea/{icedtea6-native_1.7.6.bb => icedtea6-native_1.7.10.bb} (86%)

-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 1/7] openjdk: use qemu now for the awt sizer binary too
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 2/7] cacao-hg: update to latest revision Stefan Schmidt
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <h.heinold@tarent.de>

* bump INC_PR

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 .../icedtea-crosscompile-fix.patch                 |   24 ++++++++++---------
 recipes/openjdk/openjdk-6-common.inc               |    8 +-----
 2 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/recipes/openjdk/openjdk-6-6b18-1.8/icedtea-crosscompile-fix.patch b/recipes/openjdk/openjdk-6-6b18-1.8/icedtea-crosscompile-fix.patch
index ec0f259..652f7ac 100644
--- a/recipes/openjdk/openjdk-6-6b18-1.8/icedtea-crosscompile-fix.patch
+++ b/recipes/openjdk/openjdk-6-6b18-1.8/icedtea-crosscompile-fix.patch
@@ -73,17 +73,6 @@ Index: openjdk/jdk/make/sun/xawt/Makefile
  endif
  
  ifeq ($(PLATFORM), solaris)
-@@ -237,7 +238,9 @@
- 	$(BOOT_JAVA_CMD) -cp $(WRAPPER_GENERATOR_TEMPDIR) WrapperGenerator \
- 	    $(SIZER_DIR) $(XLIBTYPES) "sizer" $(subst .,,$(suffix $(basename $@)))
- 
--$(SIZES): $(SIZERS)
-+#$(SIZES): $(SIZERS)
-+# Prevent binaries being created. Instead take what is available.
-+$(SIZES):
- 	@if [ "$(DOHACK)$@" = "true$(PREDEFINED_SIZES)" ]; then \
- 	    $(ECHO) COPYING $(PREDEFINED_SIZES_TMPL) into $@; \
- 	    $(CP) $(PREDEFINED_SIZES_TMPL) $@; \
 Index: openjdk/hotspot/make/linux/makefiles/vm.make
 ===================================================================
 --- openjdk.orig/hotspot/make/linux/makefiles/vm.make	2009-01-24 17:54:57.000000000 +0100
@@ -212,3 +201,16 @@ Index: openjdk/hotspot/make/linux/makefiles/launcher.make
    LIBS_LAUNCHER             += -l$(JVM) $(LIBS) -lstdc++
  endif
  
+Index: icedtea6-1.8.5/build/openjdk/jdk/make/sun/xawt/Makefile
+===================================================================
+--- openjdk/jdk/make/sun/xawt/Makefile	2011-03-14 14:17:03.926207269 +0100
++++ openjdk/jdk/make/sun/xawt/Makefile	2011-03-14 14:30:11.956186631 +0100
+@@ -245,7 +245,7 @@
+ 	    $(CHMOD) +w $@;\
+ 	else	\
+ 	    $(ECHO) GENERATING $@; \
+-	    $(WRAPPER_GENERATOR_DIR)/sizer$(suffix $@) > $@; \
++	    $(QEMU) $(WRAPPER_GENERATOR_DIR)/sizer$(suffix $@) > $@; \
+ 	fi
+ 	@if [ "$(DOCOMPARE)$(suffix $@)" = "true.64" ]; then \
+ 	    $(ECHO) COMPARING $@ and $(STORED_SIZES_TMPL_$(PLATFORM)_$(LIBARCH)); \
diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index f04800b..54c45f8 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET"
 S = "${WORKDIR}/${ICEDTEA}"
 B = "${S}/build"
 
-INC_PR = "r10"
+INC_PR = "r11"
 
 SRC_URI = "\
   ${ICEDTEA_URI} \
@@ -288,12 +288,6 @@ addtask compilestepone after do_configure before do_compilesteptwo
 do_compilesteptwo() {
 	echo "2/3 Building bootstrap JDK"
 
-	# Take pre-generated binaries from -native build
-	install -d generated/sun/awt/X11/generator
-	ln -sf ${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/generated/sizer.32 generated/sun/awt/X11/generator/sizer.32
-	install -d openjdk/${BUILD_DIR}/gensrc/sun/awt/X11/generator
-	ln -sf ${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/generated/sizer.32 openjdk/${BUILD_DIR}/gensrc/sun/awt/X11/generator/sizer.32
-
 	# Now cross-compile bootstrap JDK
 	rm stamps/icedtea-against-ecj.stamp stamps/icedtea-ecj.stamp || true
 	oe_runmake icedtea-against-ecj
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 2/7] cacao-hg: update to latest revision
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 1/7] openjdk: use qemu now for the awt sizer binary too Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 3/7] icedtea6-native: update to 1.7.10 version Stefan Schmidt
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <h.heinold@tarent.de>

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 recipes/cacao/cacao-native_hg.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb
index 0f0df64..6ece8dd 100644
--- a/recipes/cacao/cacao-native_hg.bb
+++ b/recipes/cacao/cacao-native_hg.bb
@@ -3,7 +3,7 @@ require cacao-native.inc
 PV = "1.1.0+hgr${SRCPV}"
 PR = "r2"
 
-SRCREV = "1ac977fe271c"
+SRCREV = "c7bf150bfa46"
 SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV}"
 
 S = "${WORKDIR}/cacao"
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 3/7] icedtea6-native: update to 1.7.10 version
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 1/7] openjdk: use qemu now for the awt sizer binary too Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 2/7] cacao-hg: update to latest revision Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 4/7] cacao-native: bumpg PR as sugessted by khem Stefan Schmidt
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <h.heinold@tarent.de>

* remove sizer.patch we will use qemu on openjdk
* delete 1.7.6 recipe for security reasons
* update angstroem-jalimo to prefer 1.7.10

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 conf/distro/include/angstrom-jalimo.conf           |    2 +-
 .../build-hacks-native.patch                       |    0
 .../disable-library-checks.patch                   |    0
 .../icedtea-ecj-disable-compilation.patch          |    0
 .../icedtea-ecj-fix-freetype.patch                 |    0
 .../icedtea-ecj-fix-zlib.patch                     |    0
 .../icedtea-fix-jar-path.patch                     |    0
 .../icedtea-hotspot-make-arch-sane-for-x86.patch   |    0
 .../icedtea-javac-in.patch                         |    0
 .../icedtea-jdk-sane-x86-arch.patch                |    0
 .../icedtea-sane-x86-arch-name.patch               |    0
 .../icedtea-unbreak-float.patch                    |    0
 .../icedtea-jdk-build-sizer-32-on-amd64.patch      |   36 --------------------
 ...6-native_1.7.6.bb => icedtea6-native_1.7.10.bb} |    5 +--
 14 files changed, 3 insertions(+), 40 deletions(-)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/build-hacks-native.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/disable-library-checks.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-disable-compilation.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-fix-freetype.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-ecj-fix-zlib.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-fix-jar-path.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-hotspot-make-arch-sane-for-x86.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-javac-in.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-jdk-sane-x86-arch.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-sane-x86-arch-name.patch (100%)
 rename recipes/icedtea/{icedtea6-native-1.7.6 => icedtea6-native-1.7.10}/icedtea-unbreak-float.patch (100%)
 delete mode 100644 recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-build-sizer-32-on-amd64.patch
 rename recipes/icedtea/{icedtea6-native_1.7.6.bb => icedtea6-native_1.7.10.bb} (86%)

diff --git a/conf/distro/include/angstrom-jalimo.conf b/conf/distro/include/angstrom-jalimo.conf
index 9ba4c70..e116053 100644
--- a/conf/distro/include/angstrom-jalimo.conf
+++ b/conf/distro/include/angstrom-jalimo.conf
@@ -23,7 +23,7 @@ PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
 PREFERRED_PROVIDER_classpath = "classpath"
 
 PREFERRED_VERSION_openjdk-6-jre = "6b18-1.8.5"
-PREFERRED_VERSION_icedtea6-native = "1.7.6"
+PREFERRED_VERSION_icedtea6-native = "1.7.10"
 
 # Stage JAR files not into ARCH related dirs
 STAGING_DIR_JAVA = "${STAGING_DIR}/java"
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/build-hacks-native.patch b/recipes/icedtea/icedtea6-native-1.7.10/build-hacks-native.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/build-hacks-native.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/build-hacks-native.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/disable-library-checks.patch b/recipes/icedtea/icedtea6-native-1.7.10/disable-library-checks.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/disable-library-checks.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/disable-library-checks.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-disable-compilation.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-disable-compilation.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-disable-compilation.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-disable-compilation.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-fix-freetype.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-fix-freetype.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-fix-freetype.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-fix-freetype.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-fix-zlib.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-fix-zlib.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-ecj-fix-zlib.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-ecj-fix-zlib.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-fix-jar-path.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-fix-jar-path.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-fix-jar-path.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-fix-jar-path.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-hotspot-make-arch-sane-for-x86.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-hotspot-make-arch-sane-for-x86.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-hotspot-make-arch-sane-for-x86.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-hotspot-make-arch-sane-for-x86.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-javac-in.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-javac-in.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-javac-in.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-javac-in.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-sane-x86-arch.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-jdk-sane-x86-arch.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-sane-x86-arch.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-jdk-sane-x86-arch.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-sane-x86-arch-name.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-sane-x86-arch-name.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-sane-x86-arch-name.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-sane-x86-arch-name.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-unbreak-float.patch b/recipes/icedtea/icedtea6-native-1.7.10/icedtea-unbreak-float.patch
similarity index 100%
rename from recipes/icedtea/icedtea6-native-1.7.6/icedtea-unbreak-float.patch
rename to recipes/icedtea/icedtea6-native-1.7.10/icedtea-unbreak-float.patch
diff --git a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-build-sizer-32-on-amd64.patch b/recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-build-sizer-32-on-amd64.patch
deleted file mode 100644
index 3baeb5d..0000000
--- a/recipes/icedtea/icedtea6-native-1.7.6/icedtea-jdk-build-sizer-32-on-amd64.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Build the xawt sizer.32 binary on Linux/x86_64 so we can use it when
-compiling openjdk for 32-bit platforms.
-
---- openjdk/jdk/make/sun/xawt/Makefile.orig	2011-01-08 01:53:22.000000000 -0500
-+++ openjdk/jdk/make/sun/xawt/Makefile	2011-01-11 15:12:17.000000000 -0500
-@@ -184,6 +184,22 @@
- 
- else # !solaris
- 
-+ifeq ($(PLATFORM), linux)
-+
-+ifeq ($(ARCH), amd64)
-+# On amd64 we generate both 32 and 64-bit sizers in spite of ARCH_DATA_MODEL.
-+SIZERS = $(SIZER).32 $(SIZER).64
-+SIZERS_C = $(SIZER_32_C) $(SIZER_64_C)
-+SIZES = $(WRAPPER_GENERATOR_DIR)/sizes.32 $(WRAPPER_GENERATOR_DIR)/sizes.64
-+CFLAGS_32 = $(CFLAGS) -m32
-+else # !amd64
-+SIZERS = $(SIZER).32
-+SIZERS_C = $(SIZER_32_C)
-+SIZES = $(WRAPPER_GENERATOR_DIR)/sizes.32
-+endif # amd64
-+
-+else # !linux
-+
- ifeq ($(ARCH_DATA_MODEL), 32)
- SIZERS = $(SIZER).32
- SIZERS_C = $(SIZER_32_C)
-@@ -194,6 +210,7 @@
- SIZES = $(WRAPPER_GENERATOR_DIR)/sizes.64
- endif # 32
- 
-+endif # linux
- endif # solaris
- 
- # XXX Hack for 6185483 - use hard-coded sizes.
diff --git a/recipes/icedtea/icedtea6-native_1.7.6.bb b/recipes/icedtea/icedtea6-native_1.7.10.bb
similarity index 86%
rename from recipes/icedtea/icedtea6-native_1.7.6.bb
rename to recipes/icedtea/icedtea6-native_1.7.10.bb
index 126f2f4..c55e197 100644
--- a/recipes/icedtea/icedtea6-native_1.7.6.bb
+++ b/recipes/icedtea/icedtea6-native_1.7.10.bb
@@ -14,8 +14,8 @@ SRC_URI = "\
 	"
 SRC_URI[ojdk.md5sum] = "078fe0ab744c98694decc77f2456c560"
 SRC_URI[ojdk.sha256sum] = "2019a4c3d2d14620caa78d7df49fd987a041066b4631bde4fd8424033f3c1785"
-SRC_URI[iced.md5sum] = "0a865e883987665ffcb34db9dd9b35c2"
-SRC_URI[iced.sha256sum] = "b28c8bd39d9bd8a28efaaa38280288a3faa6bec0d756323c0555ad3d8c5d77f5"
+SRC_URI[iced.md5sum] = "0d61041e46253d089f1b30114716012d"
+SRC_URI[iced.sha256sum] = "dbca9d7598352d178651c8cc28ff887c59a27f0125785a58e9f9723611137f78"
 
 ICEDTEA_PATCHES = "\
 	file://icedtea-ecj-disable-compilation.patch;apply=no \
@@ -24,7 +24,6 @@ ICEDTEA_PATCHES = "\
 	file://icedtea-hotspot-make-arch-sane-for-x86.patch;apply=no \
 	file://icedtea-jdk-sane-x86-arch.patch;apply=no \
 	file://icedtea-unbreak-float.patch;apply=no \
-	file://icedtea-jdk-build-sizer-32-on-amd64.patch;apply=no \
 	"
 
 export DISTRIBUTION_PATCHES = "\
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 4/7] cacao-native: bumpg PR as sugessted by khem
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
                   ` (2 preceding siblings ...)
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 3/7] icedtea6-native: update to 1.7.10 version Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 5/7] angstrom-jalimo: use cacao-native hg version for javac-native Stefan Schmidt
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <heinold@inf.fu-berlin.de>

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 recipes/cacao/cacao-native_hg.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb
index 6ece8dd..82f56eb 100644
--- a/recipes/cacao/cacao-native_hg.bb
+++ b/recipes/cacao/cacao-native_hg.bb
@@ -1,7 +1,7 @@
 require cacao-native.inc
 
 PV = "1.1.0+hgr${SRCPV}"
-PR = "r2"
+PR = "r3"
 
 SRCREV = "c7bf150bfa46"
 SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV}"
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 5/7] angstrom-jalimo: use cacao-native hg version for javac-native
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
                   ` (3 preceding siblings ...)
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 4/7] cacao-native: bumpg PR as sugessted by khem Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 6/7] sane-toolchain-java: switch to cacao-native here too Stefan Schmidt
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <h.heinold@tarent.de>

* build java packages is more stable than with jamvm

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 conf/distro/include/angstrom-jalimo.conf |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/angstrom-jalimo.conf b/conf/distro/include/angstrom-jalimo.conf
index e116053..48727c4 100644
--- a/conf/distro/include/angstrom-jalimo.conf
+++ b/conf/distro/include/angstrom-jalimo.conf
@@ -5,9 +5,8 @@ PREFERRED_VERSION_jamvm-initial = "1.4.5"
 PREFERRED_VERSION_classpath-initial = "0.93"
 
 # Native VM
-PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
-PREFERRED_VERSION_jamvm-native = "1.5.3"
-#PREFERRED_VERSION_cacao-native = "0.99.3"
+PREFERRED_PROVIDER_virtual/java-native ?= "cacao-native"
+SRCREV_pn-cacao-native ?= "c7bf150bfa46"
 PREFERRED_VERSION_classpath-native = "0.98"
 
 # Native compiler settings
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 6/7] sane-toolchain-java: switch to cacao-native here too
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
                   ` (4 preceding siblings ...)
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 5/7] angstrom-jalimo: use cacao-native hg version for javac-native Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 7/7] bug20: add wifi and bluetooth to MACHINE_FEATURES Stefan Schmidt
  2011-03-24 16:36 ` [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Tom Rini
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Henning Heinold <h.heinold@tarent.de>

Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 conf/distro/include/sane-toolchain-java.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-toolchain-java.inc b/conf/distro/include/sane-toolchain-java.inc
index a0f5792..365a3d6 100644
--- a/conf/distro/include/sane-toolchain-java.inc
+++ b/conf/distro/include/sane-toolchain-java.inc
@@ -1,6 +1,6 @@
 # Set PREFFERED and VERSION stuff for working java-toolchain
 
-PREFERRED_PROVIDER_virtual/java-initial = "jamvm-initial"
-PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
+PREFERRED_PROVIDER_virtual/java-initial ?= "jamvm-initial"
+PREFERRED_PROVIDER_virtual/java-native ?= "cacao-native"
 PREFERRED_VERSION_classpath-native = "0.98"
 PREFERRED_VERSION_classpath = "0.98"
-- 
1.7.4.1




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

* [PATCH 2011.03-maintenance 7/7] bug20: add wifi and bluetooth to MACHINE_FEATURES
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
                   ` (5 preceding siblings ...)
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 6/7] sane-toolchain-java: switch to cacao-native here too Stefan Schmidt
@ 2011-03-24 15:09 ` Stefan Schmidt
  2011-03-24 16:36 ` [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Tom Rini
  7 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2011-03-24 15:09 UTC (permalink / raw)
  To: openembedded-devel

From: Denis Carikli <GNUtoo@no-log.org>

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Stefan Schmidt <stefan@buglabs.net>
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
---
 conf/machine/bug20.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index a9441bd..95ce49c 100644
--- a/conf/machine/bug20.conf
+++ b/conf/machine/bug20.conf
@@ -47,7 +47,7 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 PREFERRED_VERSION_u-boot = "git"
 
 # and sdio
-MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
+MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa wifi bluetooth"
 
 # We don't provide a bug20 x-load config yet
 XLOAD_MACHINE = "omap3530beagle_config"
-- 
1.7.4.1




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

* Re: [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes
  2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
                   ` (6 preceding siblings ...)
  2011-03-24 15:09 ` [PATCH 2011.03-maintenance 7/7] bug20: add wifi and bluetooth to MACHINE_FEATURES Stefan Schmidt
@ 2011-03-24 16:36 ` Tom Rini
  7 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2011-03-24 16:36 UTC (permalink / raw)
  To: openembedded-devel

On 03/24/2011 08:09 AM, Stefan Schmidt wrote:
> From: Stefan Schmidt<stefan@buglabs.net>
>
> Hello.
>
> Tom, please pull these openjdk-6 changes originally done by Henning and one
> bug20 update from Denis. I tested them in my private build for Buglabs and
> especially the openjdk changes are fixing a lot of problems for me.
>
> Pull URL: git://github.com/Stefan-Schmidt/openembedded
>    Branch: for-2011.03
>    Browse: https://github.com/Stefan-Schmidt/openembedded/commit/for-2011.03
>
> Thanks,
>      Stefan Schmidt<stefan@buglabs.net>

Applied, thanks.

-- 
Tom Rini
Mentor Graphics Corporation



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

end of thread, other threads:[~2011-03-24 16:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 15:09 [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 1/7] openjdk: use qemu now for the awt sizer binary too Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 2/7] cacao-hg: update to latest revision Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 3/7] icedtea6-native: update to 1.7.10 version Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 4/7] cacao-native: bumpg PR as sugessted by khem Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 5/7] angstrom-jalimo: use cacao-native hg version for javac-native Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 6/7] sane-toolchain-java: switch to cacao-native here too Stefan Schmidt
2011-03-24 15:09 ` [PATCH 2011.03-maintenance 7/7] bug20: add wifi and bluetooth to MACHINE_FEATURES Stefan Schmidt
2011-03-24 16:36 ` [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox