Openembedded Core Discussions
 help / color / mirror / Atom feed
* [Consolidated & Tested 00/35] July 27
@ 2011-07-27  7:46 Saul Wold
  2011-07-27  7:46 ` [Consolidated & Tested 01/35] meta/conf/local.conf.sample: remove oprofileui-native related settings Saul Wold
                   ` (35 more replies)
  0 siblings, 36 replies; 51+ messages in thread
From: Saul Wold @ 2011-07-27  7:46 UTC (permalink / raw)
  To: openembedded-core

Richard,

There are a number of M3 features (pam and live images)along with
 some bug fixes in this pull request.

Notably is Paul's changes to local.conf.sample, which once propagted
will have some changes to the Poky version.


This includes the siteinfo re-work from Tom and Khem, along with the live Image 
changes from me.

NOTE to all: to create live images, you will need to include the following in your
local.conf or IMAGE_FSTYPES list:

IMAGE_FSTYPES += "live" # append live to the end of the list

Thanks
	Sau!

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

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

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
  meta/conf/local.conf.sample: improve terminal examples/comments
  meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS
    setting
  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
  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 the rp-pppoe entry 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

 meta-rt/images/core-image-minimal-rt-directdisk.bb |   15 ---
 meta-rt/images/core-image-minimal-rt-live.bb       |   15 ---
 .../image-empty.bbclass}                           |    0
 meta/classes/image-live.bbclass                    |   13 +++
 meta/classes/image.bbclass                         |    3 +
 meta/classes/image_types.bbclass                   |   15 +++-
 meta/classes/siteinfo.bbclass                      |   16 ++--
 meta/classes/utils.bbclass                         |    2 +-
 meta/conf/local.conf.sample                        |   45 ++++++----
 meta/conf/machine/include/qemu.inc                 |    1 +
 .../openssh/openssh-5.8p2/sshd                     |   10 ++
 meta/recipes-connectivity/openssh/openssh_5.8p2.bb |   13 +++-
 .../console-tools/console-tools_0.3.2.bb           |    2 +-
 meta/recipes-core/dropbear/dropbear.inc            |   10 ++-
 .../dropbear/dropbear/dropbear-enable-pam.patch    |   22 +++++
 meta/recipes-core/dropbear/dropbear_0.52.bb        |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb            |    3 +-
 meta/recipes-core/images/core-image-directdisk.inc |   11 ---
 meta/recipes-core/images/core-image-live.inc       |   21 -----
 .../images/core-image-minimal-directdisk.bb        |   11 ---
 .../recipes-core/images/core-image-minimal-live.bb |   11 ---
 .../at/at-3.1.12/configure-add-enable-pam.patch    |   23 +++++
 meta/recipes-extended/at/at-3.1.12/pam.conf.patch  |   21 +++++
 meta/recipes-extended/at/at_3.1.12.bb              |   21 ++++-
 .../cronie/cronie/crond_pam_config.patch           |   19 ++++
 meta/recipes-extended/cronie/cronie_1.4.7.bb       |   12 ++-
 meta/recipes-extended/cups/cups_1.4.6.bb           |    8 +-
 .../recipes-extended/images/core-image-lsb-live.bb |   11 ---
 .../images/core-image-lsb-sdk-live.bb              |   11 ---
 .../pam/libpam/libpam-xtests.patch                 |   35 ++++++++
 .../pam/{libpam_1.1.3.bb => libpam_1.1.4.bb}       |   14 ++-
 .../polkit/polkit-0.101/polkit-1_pam.patch         |   23 +++++
 meta/recipes-extended/polkit/polkit_0.101.bb       |    7 +-
 .../screen/screen-4.0.3/screen.pam                 |    2 +
 meta/recipes-extended/screen/screen_4.0.3.bb       |   23 ++++-
 .../shadow/files/shadow-update-pam-conf.patch      |   91 ++++++++++++++++++++
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |    5 +-
 meta/recipes-extended/sudo/files/sudo.pam          |    6 ++
 meta/recipes-extended/sudo/sudo_1.8.1p2.bb         |   18 +++-
 meta/recipes-graphics/xcb/libxcb_1.7.bb            |    4 +-
 .../module-init-tools-cross_3.16.bb                |    2 +-
 .../images/core-image-sato-directdisk.bb           |    9 --
 meta/recipes-sato/images/core-image-sato-live.bb   |   11 ---
 .../images/core-image-sato-sdk-directdisk.bb       |    9 --
 .../images/core-image-sato-sdk-live.bb             |   11 ---
 meta/recipes-support/libcap/libcap.inc             |    4 +-
 meta/recipes-support/libcap/libcap_2.20.bb         |    6 --
 meta/recipes-support/libcap/libcap_2.22.bb         |    6 ++
 meta/site/arm-common                               |   35 --------
 meta/site/arm-linux                                |   15 ---
 meta/site/arm-linux-uclibc                         |   12 ---
 meta/site/armeb-linux                              |   10 --
 meta/site/armeb-linux-uclibc                       |   10 --
 meta/site/common-glibc                             |   10 ++
 meta/site/common-linux                             |   39 +++++++++
 meta/site/common-uclibc                            |   11 +++
 meta/site/ix86-common                              |   43 ---------
 meta/site/mips-common                              |    3 -
 meta/site/mips-linux                               |   29 +------
 meta/site/mips-linux-uclibc                        |   29 +------
 meta/site/mipsel-linux                             |   40 +---------
 meta/site/mipsel-linux-uclibc                      |   26 ------
 meta/site/powerpc-linux                            |   13 ---
 meta/site/powerpc32-linux                          |   36 +--------
 meta/site/sh-common                                |   45 +----------
 meta/site/sparc-linux                              |   10 --
 meta/site/x86_64-linux                             |   28 ++-----
 meta/site/x86_64-linux-uclibc                      |   23 -----
 scripts/combo-layer                                |    2 +-
 69 files changed, 509 insertions(+), 613 deletions(-)
 delete mode 100644 meta-rt/images/core-image-minimal-rt-directdisk.bb
 delete mode 100644 meta-rt/images/core-image-minimal-rt-live.bb
 rename meta/{site/powerpc-linux-uclibc => classes/image-empty.bbclass} (100%)
 create mode 100644 meta/classes/image-live.bbclass
 create mode 100644 meta/recipes-connectivity/openssh/openssh-5.8p2/sshd
 create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear-enable-pam.patch
 delete mode 100644 meta/recipes-core/images/core-image-directdisk.inc
 delete mode 100644 meta/recipes-core/images/core-image-live.inc
 delete mode 100644 meta/recipes-core/images/core-image-minimal-directdisk.bb
 delete mode 100644 meta/recipes-core/images/core-image-minimal-live.bb
 create mode 100644 meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch
 create mode 100644 meta/recipes-extended/at/at-3.1.12/pam.conf.patch
 create mode 100644 meta/recipes-extended/cronie/cronie/crond_pam_config.patch
 delete mode 100644 meta/recipes-extended/images/core-image-lsb-live.bb
 delete mode 100644 meta/recipes-extended/images/core-image-lsb-sdk-live.bb
 create mode 100644 meta/recipes-extended/pam/libpam/libpam-xtests.patch
 rename meta/recipes-extended/pam/{libpam_1.1.3.bb => libpam_1.1.4.bb} (85%)
 create mode 100644 meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch
 create mode 100644 meta/recipes-extended/screen/screen-4.0.3/screen.pam
 create mode 100644 meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
 create mode 100644 meta/recipes-extended/sudo/files/sudo.pam
 delete mode 100644 meta/recipes-sato/images/core-image-sato-directdisk.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-live.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-sdk-directdisk.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-sdk-live.bb
 delete mode 100644 meta/recipes-support/libcap/libcap_2.20.bb
 create mode 100644 meta/recipes-support/libcap/libcap_2.22.bb

-- 
1.7.3.4




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

end of thread, other threads:[~2011-07-27 15:59 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Consolidated & Tested 00/35] July 27 Richard Purdie

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