Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [Consolidated & Tested 00/35] July 27
Date: Wed, 27 Jul 2011 12:06:48 +0100	[thread overview]
Message-ID: <1311764808.2344.354.camel@rex> (raw)
In-Reply-To: <cover.1311752531.git.sgw@linux.intel.com>

Hi Saul,

On Wed, 2011-07-27 at 00:46 -0700, Saul Wold wrote:
> The following changes since commit 02031d766f983cd7e01e468cb2c926604313cd2a:
> 
>   arch-ia32.inc: Fix up TUNE_ARCH variable conflicts (2011-07-26 22:39:49 +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/live

I merged the following:

> Bruce Ashfield (1):
>   machine/qemu: set preferred linux-yocto kernel version
> 
> Enrico Scholz (2):
>   console-tools: removed wildcard from SRC_URI
>   module-init-tools: do not build static utilities for -cross

[I've made a note on this one to remove the static patch from that
recipe]

> Kang Kai (5):
>   libpam: update to 1.1.4 and add subpackage xtests
>   cups: add pam support
>   screen: add pam support
>   sudo: add pam support
>   shadow: update pam related configure files
> 
> Khem Raj (2):
>   libxcb: Add missing DEPENDS on libxdmcp
>   siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout
> 
> Koen Kooi (1):
>   dropbear: don't override DISTRO_TYPE if it is already set
> 
> Paul Eggleton (6):
>   meta/conf/local.conf.sample: remove oprofileui-native related
>     settings
>   meta/conf/local.conf.sample: improve comments/layout

[merged with fixes to remove the patch conflict it contained]

>   meta/conf/local.conf.sample: improve terminal examples/comments
>   eglibc: remove unnecessary FILESPATHPKG usage
>   scripts/combo-layer: keep carriage returns at the end of lines
> 
> Saul Wold (5):
>   libcap: Update to 2.22 with License Clarification
>   Remove -live.bb recipes
>   Remove -directdisk.bb recipes
>   classes/image*: Revamp creation of live images

[fixed to inherit the right class]

>   utils.bbclass: Don't forget to pass the cmdline options
> 
> Tom Rini (8):
>   siteinfo: Move certain samba entries to common-linux
>   siteinfo: Move certain bash entries to common-linux
>   x86_64-linux siteinfo: Add bash info
>   siteinfo: Move certain mysql entries to common-linux

>   siteinfo: Move certain db entries to common-linux
>   siteinfo: Move general realloc/malloc values to common-$libc
>   siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to
>     common-libc
> 
> Wenzong Fan (2):
>   cronie: enable PAM support for cronie
>   at: enable pam support
> 
> Xiaofeng Yan (3):
>   openssh: Support PAM
>   dropbear: Support pam
>   polkit: Support pam

I discussed this one with Paul and we've agreed to patch bitbake so I
didn't take it:

  meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS
    setting

I dropped this as per discussion and comments from Phil:

  siteinfo: Move the rp-pppoe entry to common-linux

Cheers,

Richard





      parent reply	other threads:[~2011-07-27 11:11 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-27  7:46 [Consolidated & Tested 00/35] July 27 Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 01/35] meta/conf/local.conf.sample: remove oprofileui-native related settings Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 02/35] meta/conf/local.conf.sample: improve comments/layout Saul Wold
2011-07-27  9:36   ` Phil Blundell
2011-07-27 15:52     ` Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 03/35] meta/conf/local.conf.sample: improve terminal examples/comments Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 04/35] meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS setting Saul Wold
2011-07-27 10:53   ` Paul Eggleton
2011-07-27  7:46 ` [Consolidated & Tested 05/35] libxcb: Add missing DEPENDS on libxdmcp Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 06/35] dropbear: don't override DISTRO_TYPE if it is already set Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 07/35] console-tools: removed wildcard from SRC_URI Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 08/35] module-init-tools: do not build static utilities for -cross Saul Wold
2011-07-27  7:46 ` [Consolidated & Tested 09/35] eglibc: remove unnecessary FILESPATHPKG usage Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 10/35] scripts/combo-layer: keep carriage returns at the end of lines Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 11/35] machine/qemu: set preferred linux-yocto kernel version Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 12/35] libcap: Update to 2.22 with License Clarification Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 13/35] libpam: update to 1.1.4 and add subpackage xtests Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 14/35] cups: add pam support Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 15/35] screen: " Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 16/35] sudo: " Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 17/35] cronie: enable PAM support for cronie Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 18/35] shadow: update pam related configure files Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 19/35] at: enable pam support Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 20/35] openssh: Support PAM Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 21/35] dropbear: Support pam Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 22/35] polkit: " Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 23/35] siteinfo: Move certain samba entries to common-linux Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 24/35] siteinfo: Move certain bash " Saul Wold
2011-07-27  9:44   ` Phil Blundell
2011-07-27 10:47     ` Richard Purdie
2011-07-27 15:35     ` Tom Rini
2011-07-27 15:52       ` Phil Blundell
2011-07-27 15:55         ` Tom Rini
2011-07-27  7:47 ` [Consolidated & Tested 25/35] x86_64-linux siteinfo: Add bash info Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 26/35] siteinfo: Move certain mysql entries to common-linux Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 27/35] siteinfo: Move the rp-pppoe entry " Saul Wold
2011-07-27  9:47   ` Phil Blundell
2011-07-27 15:36     ` Tom Rini
2011-07-27 15:40       ` Richard Purdie
2011-07-27 15:43         ` Tom Rini
2011-07-27 15:47           ` Tom Rini
2011-07-27  7:47 ` [Consolidated & Tested 28/35] siteinfo: Move certain db entries " Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 29/35] siteinfo: Move general realloc/malloc values to common-$libc Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 30/35] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 31/35] siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 32/35] Remove -live.bb recipes Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 33/35] Remove -directdisk.bb recipes Saul Wold
2011-07-27  7:47 ` [Consolidated & Tested 34/35] classes/image*: Revamp creation of live images Saul Wold
2011-07-27 11:03   ` Richard Purdie
2011-07-27  7:47 ` [Consolidated & Tested 35/35] utils.bbclass: Don't forget to pass the cmdline options Saul Wold
2011-07-27 11:06 ` 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=1311764808.2344.354.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --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