Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Stefan Schmidt <stefan@datenfreihafen.org>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2011.03-maintenance 0/7] Pull request for openjdk-6 and bug20 changes
Date: Thu, 24 Mar 2011 16:09:26 +0100	[thread overview]
Message-ID: <cover.1300979039.git.stefan@buglabs.net> (raw)

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




             reply	other threads:[~2011-03-24 15:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 15:09 Stefan Schmidt [this message]
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

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=cover.1300979039.git.stefan@buglabs.net \
    --to=stefan@datenfreihafen.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox