Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/12] Subset of Pending Changes
Date: Tue,  8 May 2012 22:29:45 -0700	[thread overview]
Message-ID: <cover.1336516205.git.sgw@linux.intel.com> (raw)

Richard,

I have looked these over and there have been some comments on
past version of Seebs' Sanity.bbclass but nothing on the current
version, but please review it.

Other changes have been built and run.

Sau!



The following changes since commit 043871d7e5d2d19c2ff43e54d2ff180c09e8903e:

  kern-tools: integrate minor fixes (2012-05-08 16:06:15 +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

Eric Bénard (1):
  zlib: upgrade to 1.2.7

Khem Raj (4):
  libatomics-ops: Make it build for SH4
  qemu-git: Move to tip of git
  openssl: Fix build for mips64(el)
  classes/mirrors.bbclass: Point snapshot.debian.org mirror to working
    location

Nitin A Kamble (1):
  guile: upgrade from 2.0.3 to 2.0.5

Otavio Salvador (1):
  qt4-graphics-system: set graphic system in profile instead of X11
    session

Peter Seebach (2):
  sanity.bbclass: Implement initial toolchain sanity checks
  sanity.bbclass: Check for bogus values in BBCLASSEXTEND

Saul Wold (2):
  libpcap: Move pcap-config to -dev package
  h264_qpel_mmx.patch: fix Upstream-Status tag

Ting Liu (1):
  image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage
    siteinfo

 meta/classes/image_types.bbclass                   |    7 ++-
 meta/classes/mirrors.bbclass                       |    2 +-
 meta/classes/sanity.bbclass                        |   86 ++++++++++++++++++++
 meta/conf/documentation.conf                       |    6 ++
 meta/recipes-connectivity/libpcap/libpcap.inc      |    7 ++-
 .../openssl/openssl-1.0.0i/configure-targets.patch |   16 ++--
 .../recipes-connectivity/openssl/openssl_1.0.0i.bb |    2 +-
 .../remove.ldconfig.call.patch                     |    0
 .../zlib/{zlib_1.2.6.bb => zlib_1.2.7.bb}          |    6 +-
 ...01-Fix-the-SRFI-60-copy-bit-documentation.patch |   33 --------
 ..._GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch |   25 ------
 ...-modules-are-removed-gc-test-as-unresolve.patch |   38 +++++++++
 ...h-rather-than-gc-gc_version.h-in-pthread-.patch |   26 ------
 ...with-owner-not-retained-threads-test-as-u.patch |   33 ++++++++
 .../guile/files/guile_2.0.5_fix_sed_error.patch    |   24 ++++++
 .../guile/files/opensuse/guile-64bit.patch         |    3 +-
 .../files/opensuse/guile-turn-off-gc-test.patch    |    3 +-
 .../guile/{guile_2.0.3.bb => guile_2.0.5.bb}       |   16 ++--
 .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin |  Bin 0 -> 4096 bytes
 meta/recipes-devtools/qemu/qemu_git.bb             |   18 +---
 .../gst-ffmpeg-0.10.13/h264_qpel_mmx.patch         |    2 +-
 .../libatomics-ops/gentoo/sh4-atomic-ops.patch     |   70 ++++++++++++++++
 .../pulseaudio/libatomics-ops_1.2.bb               |    6 +-
 .../qt4-graphics-system/qt4-graphics-system_1.0.bb |   12 +--
 24 files changed, 309 insertions(+), 132 deletions(-)
 rename meta/recipes-core/zlib/{zlib-1.2.6 => zlib-1.2.7}/remove.ldconfig.call.patch (100%)
 rename meta/recipes-core/zlib/{zlib_1.2.6.bb => zlib_1.2.7.bb} (80%)
 delete mode 100644 meta/recipes-devtools/guile/files/debian/0001-Fix-the-SRFI-60-copy-bit-documentation.patch
 delete mode 100644 meta/recipes-devtools/guile/files/debian/0002-Define-_GNU_SOURCE-to-fix-the-GNU-kFreeBSD-build.patch
 create mode 100644 meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch
 delete mode 100644 meta/recipes-devtools/guile/files/debian/0003-Include-gc.h-rather-than-gc-gc_version.h-in-pthread-.patch
 create mode 100644 meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
 create mode 100644 meta/recipes-devtools/guile/files/guile_2.0.5_fix_sed_error.patch
 rename meta/recipes-devtools/guile/{guile_2.0.3.bb => guile_2.0.5.bb} (84%)
 create mode 100644 meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin
 create mode 100644 meta/recipes-multimedia/pulseaudio/libatomics-ops/gentoo/sh4-atomic-ops.patch

-- 
1.7.7.6




             reply	other threads:[~2012-05-09  5:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-09  5:29 Saul Wold [this message]
2012-05-09  5:29 ` [CONSOLIDATED PULL 01/12] libatomics-ops: Make it build for SH4 Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 02/12] qemu-git: Move to tip of git Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 03/12] qt4-graphics-system: set graphic system in profile instead of X11 session Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 04/12] sanity.bbclass: Implement initial toolchain sanity checks Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 05/12] sanity.bbclass: Check for bogus values in BBCLASSEXTEND Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 06/12] libpcap: Move pcap-config to -dev package Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 07/12] openssl: Fix build for mips64(el) Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 08/12] classes/mirrors.bbclass: Point snapshot.debian.org mirror to working location Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 09/12] guile: upgrade from 2.0.3 to 2.0.5 Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 10/12] h264_qpel_mmx.patch: fix Upstream-Status tag Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 11/12] zlib: upgrade to 1.2.7 Saul Wold
2012-05-09  5:29 ` [CONSOLIDATED PULL 12/12] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo Saul Wold

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.1336516205.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