All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Scott Garman <scott.a.garman@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 00/57] denzil pull request1
Date: Tue, 21 Aug 2012 11:38:08 +0100	[thread overview]
Message-ID: <1345545488.3907.59.camel@ted> (raw)
In-Reply-To: <cover.1344892714.git.scott.a.garman@intel.com>

On Mon, 2012-08-13 at 14:19 -0700, Scott Garman wrote:
> 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.

>   git://git.yoctoproject.org/poky-contrib sgarman/denzil-next-pull1
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next-pull1

Merged to denzil although the valgrind commit slipped out of the OE-Core
pull request. I dealt with that :). Thanks for putting this together.

Cheers,

Richard



      parent reply	other threads:[~2012-08-21 10:38 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-13 21:19 [PATCH 00/57] denzil pull request1 Scott Garman
2012-08-13 21:19 ` [PATCH 01/57] xinetd: Update to 2.3.15 Scott Garman
2012-08-13 21:19 ` [PATCH 02/57] linux-dtb: add multi-dtb build support Scott Garman
2012-08-13 21:19 ` [PATCH 03/57] bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a match Scott Garman
2012-08-13 21:19 ` [PATCH 04/57] bitbake: fetch2: Fix error handling in uri_replace() Scott Garman
2012-08-13 21:19 ` [PATCH 05/57] bitbake: fetch2: Only cache data if fn is set, its pointless caching it against a None value Scott Garman
2012-08-13 21:19 ` [PATCH 06/57] bitbake: fetch2: Ensure when downloading we are consistently in the same directory Scott Garman
2012-08-13 21:19 ` [PATCH 07/57] bitbake: fetch2: Split try_mirrors into two parts Scott Garman
2012-08-13 21:19 ` [PATCH 08/57] bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling code Scott Garman
2012-08-13 21:19 ` [PATCH 09/57] bitbake: fetch2: Improve mirror looping to consider more cases Scott Garman
2012-08-13 21:19 ` [PATCH 10/57] bitbake: fetch2: Handle errors orruring when building mirror urls Scott Garman
2012-08-13 21:19 ` [PATCH 11/57] bitbake/fetch2: remove references to ChecksumError class Scott Garman
2012-08-13 21:19 ` [PATCH 12/57] valgrind: fix default.supp missing issue Scott Garman
2012-08-13 21:19 ` [PATCH 13/57] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc Scott Garman
2012-08-13 21:19 ` [PATCH 14/57] qemu-0.15.1: add patch to fix compilatation problems on powerpc Scott Garman
2012-08-13 21:19 ` [PATCH 15/57] packagedata.py: Fix get_subpkgedata_fn for multilib Scott Garman
2012-08-13 21:19 ` [PATCH 16/57] dtc.inc: fix for libdir == /usr/lib64 Scott Garman
2012-08-13 21:19 ` [PATCH 17/57] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Scott Garman
2012-08-13 21:19 ` [PATCH 18/57] gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI Scott Garman
2012-08-13 21:19 ` [PATCH 19/57] gcc: gcc-cross-canadian: use correct location for libraries for powerpc64 Scott Garman
2012-08-13 21:19 ` [PATCH 20/57] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Scott Garman
2012-08-13 21:19 ` [PATCH 21/57] sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined Scott Garman
2012-08-13 21:19 ` [PATCH 22/57] lsof: define linux C library type when using eglibc Scott Garman
2012-08-13 21:19 ` [PATCH 23/57] task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS Scott Garman
2012-08-13 21:19 ` [PATCH 24/57] augeas: Add libxml2 dependency Scott Garman
2012-08-13 21:19 ` [PATCH 25/57] curl: enable ssl support Scott Garman
2012-08-13 21:19 ` [PATCH 26/57] curl: Use gnutls for target and openssl for native Scott Garman
2012-08-13 21:19 ` [PATCH 27/57] xserver-xorg: Fix build on powerpc Scott Garman
2012-08-13 21:19 ` [PATCH 28/57] kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x Scott Garman
2012-08-13 21:19 ` [PATCH 29/57] gcc-package-runtime.inc: Fix QA warning Scott Garman
2012-08-13 21:19 ` [PATCH 30/57] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts Scott Garman
2012-08-13 21:19 ` [PATCH 31/57] image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfo Scott Garman
2012-08-13 21:19 ` [PATCH 32/57] libtool: fixed parallel build related race Scott Garman
2012-08-13 21:19 ` [PATCH 33/57] utils.bbclass: add helper function to add all multilib variants of a specific package Scott Garman
2012-08-13 21:20 ` [PATCH 34/57] tcl: fix target recipe build issue on older distros Scott Garman
2012-08-13 21:20 ` [PATCH 35/57] u-boot.inc: update linker arguments to pass --sysroot arg Scott Garman
2012-08-13 21:20 ` [PATCH 36/57] shadow-native: use 'users' group by default Scott Garman
2012-08-13 21:20 ` [PATCH 37/57] shadow: " Scott Garman
2012-08-13 21:20 ` [PATCH 38/57] foomatic: fix perl path for target Scott Garman
2012-08-13 21:20 ` [PATCH 39/57] classes/rootfs_*: fix splitting package dependency strings Scott Garman
2012-08-13 21:20 ` [PATCH 40/57] buildhistory_analysis: fix error when version specifier missing Scott Garman
2012-08-13 21:20 ` [PATCH 41/57] scripts/buildhistory-diff: add GitPython version check Scott Garman
2012-08-13 21:20 ` [PATCH 42/57] classes/license: fix manifest to work with deb Scott Garman
2012-08-13 21:20 ` [PATCH 43/57] cooker: fix UnboundLocalError when exception occurs during parsing Scott Garman
2012-08-13 21:20 ` [PATCH 44/57] yocto-bsp: add new strip_base() function Scott Garman
2012-08-13 21:20 ` [PATCH 45/57] yocto-bsp: strip '/base' from kernel branches in templates Scott Garman
2012-08-13 21:20 ` [PATCH 46/57] yocto-bsp: update default branch names Scott Garman
2012-08-13 21:20 ` [PATCH 47/57] yocto-bsp: allow branch display filtering Scott Garman
2012-08-13 21:20 ` [PATCH 48/57] yocto-bsp: use branches_base Scott Garman
2012-08-13 21:20 ` [PATCH 49/57] yocto-bsp: add standard branch mapping Scott Garman
2012-08-13 21:20 ` [PATCH 50/57] yocto-bsp: use standard branch mapping in bsp templates Scott Garman
2012-08-13 21:20 ` [PATCH 51/57] yocto-bsp: use rstrip() for assignment lines Scott Garman
2012-08-13 21:20 ` [PATCH 52/57] yocto-bsp: remove 'branch' statements in .scc if reusing branch Scott Garman
2012-08-13 21:20 ` [PATCH 53/57] yocto-bsp: add some standard policy Scott Garman
2012-08-13 21:20 ` [PATCH 54/57] yocto-bsp: add i586 option for i386 Scott Garman
2012-08-13 21:20 ` [PATCH 55/57] yocto-bsp: use emgd 1.10 for i386 template Scott Garman
2012-08-13 21:20 ` [PATCH 56/57] yocto-bsp: generate default properties even if json specified Scott Garman
2012-08-13 21:20 ` [PATCH 57/57] yocto-bsp: use base branches for qemu 'newbranch' case Scott Garman
2012-08-21 10:38 ` Richard Purdie [this message]

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=1345545488.3907.59.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=poky@yoctoproject.org \
    --cc=scott.a.garman@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.