All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/36] Updated
Date: Fri, 13 Dec 2013 23:10:56 -0800	[thread overview]
Message-ID: <cover.1387004909.git.sgw@linux.intel.com> (raw)

Richard

This has been through the AB now and I tested a number of these patches locally
also.

One issue will be for the grub-efi-native -> grub-efi, which I have already informed
the team about.


Thanks
	Sau!


The following changes since commit a9e072f9f0da774411e07abf47dd4bd8c6d685d7:

  shadow: change to use SHA512 password encryption (2013-12-13 14:51:15 +0000)

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

Alexandra Safta (1):
  udev: Add ptest

Andrei Gherzan (1):
  libav: Use "BP" and "libav" patch directory

Bruce Ashfield (2):
  linux-yocto-dev: allow static SRCREVs via include
  linux-libc-headers: fix MIPS klibc build error

Chen Qi (7):
  image.bbclass: default USE_DEVFS to '1'
  license.bbclass: fix the code of installing and packaging license
    files
  shadow-native: allow for setting password in clear text
  image.bbclass: fix for zap_root_password
  useradd-example: add example for setting clear text password
  libgcrypt: fix compile error with '-O2' in sysroot path
  init-ifupdown: adjust priority of networking to fix system freeze
    problem

Corneliu Stoicescu (2):
  oe-selftest: implement add_command_to_tearDown method
  oe-selftest: Add track_for_cleanup method to be used in cleanup tasks

Cristian Iorga (5):
  iptables: upgrade to 1.4.21
  iproute2: upgrade to 3.12.0
  bluez5: upgrade to 5.12
  rpcbind: upgrade to 0.2.1
  glib-2.0: upgrade to 2.38.2

Hongxu Jia (1):
  libpthread-stubs: add ALLOW_EMPTY_${PN} = "1"

Jackie Huang (2):
  grub-efi: change to generate EFI image in target package
  grub-efi: allow compilation without large model support

Khem Raj (1):
  systemd-systemctl: Add preset capability

Koen Kooi (3):
  distutils bbclass: delete site.py*
  perl: remove sysroot path leakage into packaged files
  cpan_build bbclass: do not install module into /usr/share

Li Wang (1):
  xinetd: add status of init.d command

Martin Jansa (1):
  ltp: Use patch generated without -M

Matthieu Crapet (1):
  gstreamer1.0-plugins-base: fix missing rprovides

Ross Burton (3):
  site: add xorg_cv_malloc0_returns_null
  xorg-lib: remove explicit --enable-malloc0returnsnull
  lib/oeqa/runtime: systemd failure case improvements

Saul Wold (4):
  util-macros: upgrade to 1.18.0
  dpkg: upgrade to 1.17.4
  cracklib: upgrade to 2.9.1
  btrfs-tools: Update to 3.12

Wenzong Fan (1):
  rpcbind: fix init status and exit code

 .../recipes-skeleton/useradd/useradd-example.bb    |   3 +-
 meta/classes/core-image.bbclass                    |   2 +-
 meta/classes/cpan_build.bbclass                    |   1 -
 meta/classes/distutils.bbclass                     |   1 +
 meta/classes/grub-efi.bbclass                      |   4 +-
 meta/classes/image.bbclass                         |  16 +-
 meta/classes/license.bbclass                       |  25 ++-
 meta/lib/oeqa/runtime/systemd.py                   |  10 +-
 meta/lib/oeqa/selftest/base.py                     |  33 +++-
 ...allow-a-compilation-without-mcmodel-large.patch | 131 +++++++++++++
 .../{grub-efi-native_2.00.bb => grub-efi_2.00.bb}  |  44 +++--
 meta/recipes-connectivity/bluez5/bluez5.inc        |  11 +-
 .../bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf  |   0
 meta/recipes-connectivity/bluez5/bluez5_5.10.bb    |   5 -
 meta/recipes-connectivity/bluez5/bluez5_5.12.bb    |   5 +
 .../{iproute2_3.11.0.bb => iproute2_3.12.0.bb}     |   4 +-
 .../{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb}     |   4 +-
 .../init-ifupdown/init-ifupdown_1.0.bb             |   2 +-
 .../systemd/systemd-systemctl/systemctl            |  28 ++-
 meta/recipes-core/udev/udev.inc                    |   8 +-
 .../recipes-core/udev/udev/add-install-ptest.patch |  73 ++++++++
 meta/recipes-core/udev/udev/run-ptest              |   3 +
 .../btrfs-tools/btrfs-tools_git.bb                 |   4 +-
 .../dpkg/{dpkg_1.17.1.bb => dpkg_1.17.4.bb}        |   4 +-
 meta/recipes-devtools/perl/perl_5.14.3.bb          |  18 +-
 .../{cracklib_2.9.0.bb => cracklib_2.9.1.bb}       |   4 +-
 .../{iptables_1.4.19.1.bb => iptables_1.4.21.bb}   |   4 +-
 ...tests_noltp.sh-script-so-have-unique-name.patch | 190 +++++++++++++++++--
 .../rpcbind/rpcbind/fix_host_path.patch            |  16 --
 meta/recipes-extended/rpcbind/rpcbind/init.d       |   8 +-
 .../rpcbind/rpcbind/obsolete_automake_macros.patch |  14 --
 .../rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} |   8 +-
 .../allow-for-setting-password-in-clear-text.patch | 208 +++++++++++++++++++++
 meta/recipes-extended/shadow/shadow.inc            |   1 +
 meta/recipes-extended/xinetd/xinetd/xinetd.init    |   9 +-
 .../xorg-lib/libpthread-stubs_0.3.bb               |   1 +
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc |   2 -
 ...util-macros_1.17.1.bb => util-macros_1.18.0.bb} |   4 +-
 ...lude-asm-byteorder.h-in-linux-raid-md_p.h.patch |  34 ++++
 .../linux-libc-headers/linux-libc-headers_3.10.bb  |   3 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |  25 ++-
 .../gstreamer/gstreamer1.0-plugins-base.inc        |   1 +
 .../0001-configure-enable-pic-for-AArch64.patch    |   0
 meta/recipes-multimedia/libav/libav_0.8.9.bb       |   2 +-
 ...ix-building-error-with-O2-in-sysroot-path.patch |  32 ++++
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   3 +-
 meta/site/common-glibc                             |   3 +
 meta/site/common-uclibc                            |   3 +
 48 files changed, 872 insertions(+), 142 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch
 rename meta/recipes-bsp/grub/{grub-efi-native_2.00.bb => grub-efi_2.00.bb} (77%)
 rename meta/recipes-connectivity/bluez5/{bluez5-5.10 => bluez5}/bluetooth.conf (100%)
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.10.bb
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.12.bb
 rename meta/recipes-connectivity/iproute2/{iproute2_3.11.0.bb => iproute2_3.12.0.bb} (68%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.38.1.bb => glib-2.0_2.38.2.bb} (79%)
 create mode 100644 meta/recipes-core/udev/udev/add-install-ptest.patch
 create mode 100644 meta/recipes-core/udev/udev/run-ptest
 rename meta/recipes-devtools/dpkg/{dpkg_1.17.1.bb => dpkg_1.17.4.bb} (75%)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.0.bb => cracklib_2.9.1.bb} (84%)
 rename meta/recipes-extended/iptables/{iptables_1.4.19.1.bb => iptables_1.4.21.bb} (92%)
 delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
 delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
 rename meta/recipes-extended/rpcbind/{rpcbind_0.2.0.bb => rpcbind_0.2.1.bb} (88%)
 create mode 100644 meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch
 rename meta/recipes-graphics/xorg-util/{util-macros_1.17.1.bb => util-macros_1.18.0.bb} (75%)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/UAPI-include-asm-byteorder.h-in-linux-raid-md_p.h.patch
 rename meta/recipes-multimedia/libav/{libav-0.8.9 => libav}/0001-configure-enable-pic-for-AArch64.patch (100%)
 create mode 100644 meta/recipes-support/libgcrypt/files/libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch

-- 
1.8.3.1



                 reply	other threads:[~2013-12-14  7:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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