Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/32] denzil pull request1
@ 2012-08-13 21:14 Scott Garman
  2012-08-13 21:14 ` [PATCH 01/32] xinetd: Update to 2.3.15 Scott Garman
                   ` (32 more replies)
  0 siblings, 33 replies; 39+ messages in thread
From: Scott Garman @ 2012-08-13 21:14 UTC (permalink / raw)
  To: openembedded-core

Hello,

This is my first pull request for denzil since the 1.2.1 release was made.

It has been run through the autobuilder, which is having some issues with
running sanity tests and buildhistory, so if the build succeeded for
everything except for those steps, I note it as "Green with known AB
issues" below.

Note that these tests were run with a poky-based branch.

Autobuilder Test Report: sgarman/denzil-next-pull1

eclipse-plugin: Green
http://autobuilder.yoctoproject.org:8010/builders/eclipse-plugin/builds/491

nightly-x86: Green with known AB issues
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/633

nightly-x86-64: Green with known AB issues
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-64/builds/572

nightly-arm: Red: see below
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/571
connman-gnome do_configure failed
	configure: error: dbus-glib > = 0.73 is required

nightly-mips: Green with known AB issues
http://autobuilder.yoctoproject.org:8010/builders/nightly-mips

nightly-ppc: Green with known AB issues
http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc/builds/527

nightly-world: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-world/builds/221

nightly-non-gpl3: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl3/builds/204

nightly-multilib: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-multilib/builds/205

nightly-tiny: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/185

Scott


The following changes since commit 741146fa90f28f7ce8d82ee7f7e254872d519724:

  gconf.bbclass: don't register schemas in the install stage (2012-06-29 15:03:01 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgarman/denzil-next-pull1
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgarman/denzil-next-pull1

Enrico Scholz (1):
  libtool: fixed parallel build related race

Khem Raj (1):
  xserver-xorg: Fix build on powerpc

Martin Donnelly (1):
  augeas: Add libxml2 dependency

Matthew McClintock (12):
  libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong
    CC/LD/etc
  qemu-0.15.1: add patch to fix compilatation problems on powerpc
  packagedata.py: Fix get_subpkgedata_fn for multilib
  dtc.inc: fix for libdir == /usr/lib64
  openjade-native_1.3.2.bb: fix typo and change the deps exclusion to
    correct var
  gcc-configure-common.inc: use --with-long-double-128 on powerpc to
    comply with ABI
  gcc: gcc-cross-canadian: use correct location for libraries for
    powerpc64
  libgomp: add libgomp (openmp) library, and build for powerpc targets
    by default
  sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to
    be defined
  gcc-package-runtime.inc: Fix QA warning
  task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b
    parts
  u-boot.inc: update linker arguments to pass --sysroot arg

Nitin A Kamble (1):
  tcl: fix target recipe build issue on older distros

Otavio Salvador (2):
  shadow-native: use 'users' group by default
  shadow: use 'users' group by default

Paul Eggleton (4):
  classes/rootfs_*: fix splitting package dependency strings
  buildhistory_analysis: fix error when version specifier missing
  scripts/buildhistory-diff: add GitPython version check
  classes/license: fix manifest to work with deb

Richard Purdie (1):
  utils.bbclass: add helper function to add all multilib variants of a
    specific package

Saul Wold (4):
  xinetd: Update to 2.3.15
  curl: enable ssl support
  curl: Use gnutls for target and openssl for native
  foomatic: fix perl path for target

Scott Garman (1):
  kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x.

Ting Liu (2):
  lsof: define linux C library type when using eglibc
  image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage
    siteinfo

Zhenhua Luo (2):
  linux-dtb: add multi-dtb build support
  task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS

 meta/classes/image_types.bbclass                   |    7 +-
 meta/classes/kernel.bbclass                        |    5 +
 meta/classes/license.bbclass                       |    2 +-
 meta/classes/rootfs_deb.bbclass                    |    4 +-
 meta/classes/rootfs_ipk.bbclass                    |    4 +-
 meta/classes/utils.bbclass                         |    9 ++
 meta/lib/oe/buildhistory_analysis.py               |    2 +-
 meta/lib/oe/packagedata.py                         |    8 ++
 meta/recipes-bsp/u-boot/u-boot.inc                 |    2 +-
 meta/recipes-bsp/u-boot/u-boot_2011.03.bb          |    2 +-
 meta/recipes-bsp/u-boot/u-boot_2011.06.bb          |    2 +-
 .../sysvinit/sysvinit-inittab_2.88dsf.bb           |   22 +++-
 meta/recipes-core/tasks/task-core-sdk.bb           |    6 +-
 .../recipes-core/tasks/task-core-tools-testapps.bb |    1 +
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    2 +-
 meta/recipes-devtools/gcc/gcc-configure-common.inc |    4 +
 .../recipes-devtools/gcc/gcc-configure-runtime.inc |    7 ++
 .../recipes-devtools/gcc/gcc-cross-canadian_4.6.bb |    4 +-
 meta/recipes-devtools/gcc/gcc-package-runtime.inc  |   13 +++
 meta/recipes-devtools/libtool/libtool-2.4.2.inc    |    3 +-
 .../openjade/openjade-native_1.3.2.bb              |    2 +-
 .../perl/libxml-parser-perl_2.41.bb                |   11 +-
 .../qemu-0.15.1/0001-ppc64-Fix-linker-script.patch |   46 +++++++++
 meta/recipes-devtools/qemu/qemu_0.15.1.bb          |    3 +-
 .../tcl/fix_issue_with_old_distro_glibc.patch      |  109 ++++++++++++++++++++
 meta/recipes-devtools/tcltk/tcl_8.5.11.bb          |    5 +-
 meta/recipes-extended/augeas/augeas.inc            |    2 +-
 .../foomatic/foomatic-filters_4.0.7.bb             |    3 +-
 meta/recipes-extended/lsof/lsof_4.85.bb            |    7 +-
 .../shadow/shadow-native_4.1.4.3.bb                |    5 +-
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |    5 +-
 .../xinetd/{xinetd_2.3.14.bb => xinetd_2.3.15.bb}  |    6 +-
 .../xorg-xserver/xserver-xorg-1.11.2.inc           |    9 +-
 .../xserver-xorg-1.11.2/gcc-47-warning.patch       |   33 ++++++
 meta/recipes-kernel/dtc/dtc.inc                    |    4 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |   36 +++++--
 meta/recipes-support/curl/curl_7.24.0.bb           |   11 +-
 scripts/buildhistory-diff                          |    8 +-
 38 files changed, 362 insertions(+), 52 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/0001-ppc64-Fix-linker-script.patch
 create mode 100644 meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
 rename meta/recipes-extended/xinetd/{xinetd_2.3.14.bb => xinetd_2.3.15.bb} (90%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2/gcc-47-warning.patch

-- 
1.7.9.5




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

end of thread, other threads:[~2012-09-11 16:36 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 21:14 [PATCH 00/32] denzil pull request1 Scott Garman
2012-08-13 21:14 ` [PATCH 01/32] xinetd: Update to 2.3.15 Scott Garman
2012-08-13 21:14 ` [PATCH 02/32] linux-dtb: add multi-dtb build support Scott Garman
2012-08-13 21:14 ` [PATCH 03/32] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc Scott Garman
2012-08-13 21:14 ` [PATCH 04/32] qemu-0.15.1: add patch to fix compilatation problems on powerpc Scott Garman
2012-08-13 21:14 ` [PATCH 05/32] packagedata.py: Fix get_subpkgedata_fn for multilib Scott Garman
2012-08-13 21:14 ` [PATCH 06/32] dtc.inc: fix for libdir == /usr/lib64 Scott Garman
2012-08-13 21:14 ` [PATCH 07/32] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Scott Garman
2012-08-13 21:14 ` [PATCH 08/32] gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI Scott Garman
2012-08-13 21:14 ` [PATCH 09/32] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64 Scott Garman
2012-08-13 21:14 ` [PATCH 10/32] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Scott Garman
2012-08-13 21:14 ` [PATCH 11/32] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined Scott Garman
2012-09-08 21:21   ` Phil Blundell
2012-09-10 16:56     ` McClintock Matthew-B29882
2012-09-10 16:59       ` Phil Blundell
2012-09-11 11:49   ` Phil Blundell
2012-09-11 16:24     ` McClintock Matthew-B29882
2012-08-13 21:14 ` [PATCH 12/32] lsof: define linux C library type when using eglibc Scott Garman
2012-08-13 21:14 ` [PATCH 13/32] task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS Scott Garman
2012-08-13 21:14 ` [PATCH 14/32] augeas: Add libxml2 dependency Scott Garman
2012-08-13 21:14 ` [PATCH 15/32] curl: enable ssl support Scott Garman
2012-08-13 21:14 ` [PATCH 16/32] curl: Use gnutls for target and openssl for native Scott Garman
2012-08-13 21:14 ` [PATCH 17/32] xserver-xorg: Fix build on powerpc Scott Garman
2012-08-13 21:14 ` [PATCH 18/32] kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x Scott Garman
2012-08-13 21:15 ` [PATCH 19/32] gcc-package-runtime.inc: Fix QA warning Scott Garman
2012-08-13 21:15 ` [PATCH 20/32] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts Scott Garman
2012-08-13 21:15 ` [PATCH 21/32] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo Scott Garman
2012-08-13 21:15 ` [PATCH 22/32] libtool: fixed parallel build related race Scott Garman
2012-08-13 21:15 ` [PATCH 23/32] utils.bbclass: add helper function to add all multilib variants of a specific package Scott Garman
2012-08-13 21:15 ` [PATCH 24/32] tcl: fix target recipe build issue on older distros Scott Garman
2012-08-13 21:15 ` [PATCH 25/32] u-boot.inc: update linker arguments to pass --sysroot arg Scott Garman
2012-08-13 21:15 ` [PATCH 26/32] shadow-native: use 'users' group by default Scott Garman
2012-08-13 21:15 ` [PATCH 27/32] shadow: " Scott Garman
2012-08-13 21:15 ` [PATCH 28/32] foomatic: fix perl path for target Scott Garman
2012-08-13 21:15 ` [PATCH 29/32] classes/rootfs_*: fix splitting package dependency strings Scott Garman
2012-08-13 21:15 ` [PATCH 30/32] buildhistory_analysis: fix error when version specifier missing Scott Garman
2012-08-13 21:15 ` [PATCH 31/32] scripts/buildhistory-diff: add GitPython version check Scott Garman
2012-08-13 21:15 ` [PATCH 32/32] classes/license: fix manifest to work with deb Scott Garman
2012-08-21 10:38 ` [PATCH 00/32] denzil pull request1 Richard Purdie

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