Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes
Date: Wed, 25 May 2011 01:40:22 -0700	[thread overview]
Message-ID: <cover.1306312621.git.sgw@linux.intel.com> (raw)


Richard,

General consolidation of patches and updates over the last few
days with testing done.  This includes the proposed ROOTFS_SIZE
cleanup, there will be a corresponding push to poky after this is
in.

Once some of the M1 patches are in, I will cherry-pick them for the
RC3 build.

Thanks
	Sau!

The following changes since commit ad72ffadca975166cd8a416e4bf7b7fe33616d39:

  Merge branch 'master', remote-tracking branch 'origin/master' (2011-05-23 23:00:20 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Darren Hart (1):
  create-pull-request: generalize the repository URL parsing

Kang Kai (1):
  ghostscript: fix run failure on mpc8315e

Khem Raj (2):
  elfutils_0.148.bb: Fix compilation on uclibc
  eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS

Koen Kooi (1):
  pulseaudio: package udev rules

Nitin A Kamble (5):
  git: upgrade from 1.7.4.3 to 1.7.5.1
  libpcre: upgrade from 8.10 to 8.12
  byacc: upgrade from 20101127 to 20101229
  python-pygpbject: upgrade from 2.27 to 2.27.91
  distro-tracking: update toolchain recipe fields

Otavio Salvador (2):
  send-pull-request: drop sendemail checks
  syslinux: rdepends on mtools

Phil Blundell (1):
  rootfs_ipk: issue a diagnostic if rootfs is declared read-only and
    not all maintainer scripts could be applied offline

Saul Wold (6):
  gail: update gail to 1.20.2
  update-alternatives-dpkg: Update to dpkg base 1.15.8.7
  gst-plugins-base: Add tremor to DEPENDS
  IMAGE_ROOTFS_SIZE Cleanup
  image_types: add IMAGE_ROOTFS_EXTRA_SPACE
  gnutls: update to 2.12.5

 meta/classes/image_types.bbclass                   |    9 ++-
 meta/classes/rootfs_ipk.bbclass                    |   10 ++
 meta/conf/bitbake.conf                             |    8 +-
 meta/conf/distro/include/default-distrovars.inc    |    2 -
 .../conf/distro/include/distro_tracking_fields.inc |    3 +
 meta/conf/machine/include/qemu.inc                 |    2 -
 meta/recipes-core/eglibc/eglibc.inc                |    6 ++
 .../images/core-image-minimal-initramfs.bb         |    2 +
 meta/recipes-core/images/core-image-minimal.bb     |    2 +
 .../elfutils/elfutils-0.148/uclibc-support.patch   |   91 ++++++++++++++++++++
 meta/recipes-devtools/elfutils/elfutils_0.148.bb   |   15 +++-
 meta/recipes-devtools/git/files/autotools.patch    |   16 ----
 meta/recipes-devtools/git/git.inc                  |    3 +-
 .../git/{git_1.7.4.3.bb => git_1.7.5.1.bb}         |    6 +-
 ...bject_2.27.0.bb => python-pygobject_2.27.91.bb} |    6 +-
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    4 +-
 .../update-alternatives-dpkg.inc                   |   12 ++-
 .../update-alternatives-dpkg_1.13.22.bb            |    7 --
 .../update-alternatives-dpkg_1.15.8.7.bb           |    8 ++
 meta/recipes-extended/byacc/byacc_20101127.bb      |    7 --
 meta/recipes-extended/byacc/byacc_20101229.bb      |    7 ++
 meta/recipes-extended/ghostscript/arm/objarch.h    |   40 +++++++++
 meta/recipes-extended/ghostscript/arm/soobjarch.h  |   40 +++++++++
 .../ghostscript/ghostscript-9.02-genarch.patch     |   27 ++++++
 .../ghostscript/ghostscript_9.02.bb                |   22 ++++-
 meta/recipes-extended/ghostscript/i586/objarch.h   |   41 +++++++++
 meta/recipes-extended/ghostscript/i586/soobjarch.h |   41 +++++++++
 meta/recipes-extended/ghostscript/mips/objarch.h   |   40 +++++++++
 meta/recipes-extended/ghostscript/mips/soobjarch.h |   40 +++++++++
 .../recipes-extended/ghostscript/powerpc/objarch.h |   40 +++++++++
 .../ghostscript/powerpc/soobjarch.h                |   40 +++++++++
 meta/recipes-extended/ghostscript/x86_64/objarch.h |   40 +++++++++
 .../ghostscript/x86_64/soobjarch.h                 |   40 +++++++++
 .../gnome/{gail_1.20.0.bb => gail_1.20.2.bb}       |   10 ++-
 .../gstreamer/gst-plugins-base_0.10.32.bb          |    2 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    2 +-
 .../pulseaudio/pulseaudio_0.9.15.bb                |    2 +-
 .../pulseaudio/pulseaudio_0.9.22.bb                |    2 +-
 .../configure-fix.patch                            |    0
 .../gnutls-openssl.patch                           |    0
 .../gnutls-texinfo-euro.patch                      |    0
 meta/recipes-support/gnutls/gnutls.inc             |    2 +-
 .../gnutls/{gnutls_2.10.4.bb => gnutls_2.12.5.bb}  |    4 +-
 .../libpcre/{libpcre_8.10.bb => libpcre_8.12.bb}   |    6 +-
 scripts/create-pull-request                        |   29 +++----
 scripts/send-pull-request                          |   16 ----
 46 files changed, 648 insertions(+), 104 deletions(-)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support.patch
 delete mode 100644 meta/recipes-devtools/git/files/autotools.patch
 rename meta/recipes-devtools/git/{git_1.7.4.3.bb => git_1.7.5.1.bb} (56%)
 rename meta/recipes-devtools/python/{python-pygobject_2.27.0.bb => python-pygobject_2.27.91.bb} (87%)
 delete mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb
 create mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb
 delete mode 100644 meta/recipes-extended/byacc/byacc_20101127.bb
 create mode 100644 meta/recipes-extended/byacc/byacc_20101229.bb
 create mode 100644 meta/recipes-extended/ghostscript/arm/objarch.h
 create mode 100644 meta/recipes-extended/ghostscript/arm/soobjarch.h
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
 create mode 100644 meta/recipes-extended/ghostscript/i586/objarch.h
 create mode 100644 meta/recipes-extended/ghostscript/i586/soobjarch.h
 create mode 100644 meta/recipes-extended/ghostscript/mips/objarch.h
 create mode 100644 meta/recipes-extended/ghostscript/mips/soobjarch.h
 create mode 100644 meta/recipes-extended/ghostscript/powerpc/objarch.h
 create mode 100644 meta/recipes-extended/ghostscript/powerpc/soobjarch.h
 create mode 100644 meta/recipes-extended/ghostscript/x86_64/objarch.h
 create mode 100644 meta/recipes-extended/ghostscript/x86_64/soobjarch.h
 rename meta/recipes-gnome/gnome/{gail_1.20.0.bb => gail_1.20.2.bb} (72%)
 rename meta/recipes-support/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/configure-fix.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/gnutls-openssl.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/gnutls-texinfo-euro.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls_2.10.4.bb => gnutls_2.12.5.bb} (53%)
 rename meta/recipes-support/libpcre/{libpcre_8.10.bb => libpcre_8.12.bb} (94%)

-- 
1.7.3.4




             reply	other threads:[~2011-05-25  8:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25  8:40 Saul Wold [this message]
2011-05-25  8:40 ` [Updated Consolidated Pull 01/19] gail: update gail to 1.20.2 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 02/19] update-alternatives-dpkg: Update to dpkg base 1.15.8.7 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 03/19] send-pull-request: drop sendemail checks Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 04/19] syslinux: rdepends on mtools Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 05/19] pulseaudio: package udev rules Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 06/19] ghostscript: fix run failure on mpc8315e Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 07/19] create-pull-request: generalize the repository URL parsing Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 08/19] git: upgrade from 1.7.4.3 to 1.7.5.1 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 09/19] libpcre: upgrade from 8.10 to 8.12 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 10/19] byacc: upgrade from 20101127 to 20101229 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 11/19] python-pygpbject: upgrade from 2.27 to 2.27.91 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 12/19] distro-tracking: update toolchain recipe fields Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 13/19] gst-plugins-base: Add tremor to DEPENDS Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 14/19] elfutils_0.148.bb: Fix compilation on uclibc Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 15/19] eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 16/19] IMAGE_ROOTFS_SIZE Cleanup Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 17/19] image_types: add IMAGE_ROOTFS_EXTRA_SPACE Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 18/19] rootfs_ipk: issue a diagnostic if rootfs is declared read-only and not all maintainer scripts could be applied offline Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5 Saul Wold
2011-05-25 14:27   ` Saul Wold
2011-05-25 14:56 ` [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes Richard Purdie

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.1306312621.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@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