From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/28]
Date: Sat, 5 Nov 2011 10:22:30 -0700 [thread overview]
Message-ID: <cover.1320513631.git.sgw@linux.intel.com> (raw)
Richard,
Collection of changes over the past week or so, they have been
built and booted.
Thanks
Sau!
The following changes since commit e3c003282afb93ec52882496400b042620ab00ef:
rt-tests: update to 0.83 (2011-11-04 15:43:19 +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
Bruce Ashfield (1):
linux-yocto_3.0: update base to v3.0.8 + meta config changes
Dmitry Cherukhin (1):
tslib: fix the bug with loading libts-1.0.so
Elizabeth Flanagan (1):
buildstats: Fix for buildstats on tmpfs
Koen Kooi (4):
image_types bbclass: use 4k bytes per inode so we don't run out of
space immediately
connman 0.75: bump PR for iptables library change
iproute2: update to 3.0.0 to fix build with updated iptables
lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIR
Kumar Gala (1):
udev-164: Update init script to do an explicit add action
Martin Jansa (6):
libcense.bbclass: fix OpenSSL mapping
python: improve packaging
libnl-2.0: move fix-pktloc_syntax_h-race.patch to libnl-2.0
subdirectory and merge with fix-makefile.patch
libnl-2.0: add patch from meta-openembedded to fix pkg-config file
libnl-2.0: split to more packages, as meta-openembedded does
libnl-2.0: add PE/PR bump for upgradable patch for meta-openembedded
users
Matthew McClintock (2):
dtc: update to latest git version
Add new IMAGE_CLASSES variable for classes for image generation
Paul Eggleton (3):
allarch.bbclass: disable shlib and debug symbol processing
core-image-minimal-initramfs: force IMAGE_FSTYPES
qemugl: switch to new git repo
Richard Purdie (3):
bash: Ensure we fully reautoconf the recipes so site data is used
patch: Convert to use oe_terminal
bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL
usage instead
Saul Wold (4):
cogl: COPYING file Updated FSF Address
dtc: Add patch to correctly install shared libraries and links
qmmp: Fix qmmp packaging, ensure lowercase package names
fotowall: disable videocapture since we do not have a webcam
Scott Garman (1):
distro_tracking_fields: updates for sudo, mtools, grep, and openssh
Xiaofeng Yan (1):
qmmp: update to 0.5.2
meta/classes/allarch.bbclass | 5 ++
meta/classes/buildstats.bbclass | 37 +++++++++----
meta/classes/image.bbclass | 3 +-
meta/classes/image_types.bbclass | 14 +++---
meta/classes/license.bbclass | 2 +-
meta/classes/patch.bbclass | 4 +-
meta/classes/sanity.bbclass | 13 -----
meta/conf/bitbake.conf | 20 -------
.../conf/distro/include/distro_tracking_fields.inc | 41 ++++++++------
meta/conf/local.conf.sample | 18 ++++---
meta/lib/oe/patch.py | 17 ++----
meta/recipes-connectivity/connman/connman_0.75.bb | 2 +-
.../configure-cross.patch | 57 +++++++++++++-------
meta/recipes-connectivity/iproute2/iproute2.inc | 7 ++-
.../iproute2/iproute2_2.6.38.bb | 9 ---
.../iproute2/iproute2_3.0.0.bb | 8 +++
.../recipes-connectivity/openssl/openssl_0.9.8r.bb | 2 +-
.../images/core-image-minimal-initramfs.bb | 1 +
meta/recipes-core/udev/udev-164/init | 4 +-
meta/recipes-core/udev/udev_164.bb | 2 +-
.../python/python-2.7-manifest.inc | 43 ++++++++-------
meta/recipes-devtools/python/python_2.7.2.bb | 22 +-------
meta/recipes-extended/bash/bash.inc | 9 ++-
meta/recipes-extended/bash/bash_3.2.48.bb | 11 +++--
meta/recipes-extended/bash/bash_4.2.bb | 2 +-
.../files/{index.html => index.html.lighttpd} | 0
meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb | 6 +-
meta/recipes-graphics/clutter/cogl_git.bb | 2 +-
meta/recipes-graphics/mesa/qemugl_git.bb | 2 +-
.../tslib/0001-Link-plugins-against-libts.patch | 57 ++++++++++++++++++++
meta/recipes-graphics/tslib/tslib_1.0.bb | 3 +-
meta/recipes-kernel/dtc/dtc.inc | 13 +++--
.../dtc/fix_for_compilation_with_gcc_4.6.0.patch | 51 -----------------
meta/recipes-kernel/dtc/dtc/make_install.patch | 15 +++++
meta/recipes-kernel/dtc/dtc/remove_space_opt.patch | 18 ------
meta/recipes-kernel/dtc/dtc_git.bb | 10 +---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 +++---
meta/recipes-qt/qt-apps/fotowall_0.9.bb | 4 +-
.../qt-apps/{qmmp_0.5.1.bb => qmmp_0.5.2.bb} | 52 +++++++++++-------
.../libnl/libnl-2.0/fix-makefile.patch | 32 -----------
.../libnl/libnl-2.0/fix-pc-file.patch | 17 ++++++
.../{ => libnl-2.0}/fix-pktloc_syntax_h-race.patch | 5 ++-
meta/recipes-support/libnl/libnl_2.0.bb | 18 ++++--
scripts/contrib/python/generate-manifest-2.7.py | 47 ++++++++++------
45 files changed, 375 insertions(+), 350 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2-2.6.38 => iproute2-3.0.0}/configure-cross.patch (50%)
delete mode 100644 meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb
create mode 100644 meta/recipes-connectivity/iproute2/iproute2_3.0.0.bb
rename meta/recipes-extended/lighttpd/files/{index.html => index.html.lighttpd} (100%)
create mode 100644 meta/recipes-graphics/tslib/tslib/0001-Link-plugins-against-libts.patch
delete mode 100644 meta/recipes-kernel/dtc/dtc/fix_for_compilation_with_gcc_4.6.0.patch
create mode 100644 meta/recipes-kernel/dtc/dtc/make_install.patch
delete mode 100644 meta/recipes-kernel/dtc/dtc/remove_space_opt.patch
rename meta/recipes-qt/qt-apps/{qmmp_0.5.1.bb => qmmp_0.5.2.bb} (48%)
delete mode 100644 meta/recipes-support/libnl/libnl-2.0/fix-makefile.patch
create mode 100644 meta/recipes-support/libnl/libnl-2.0/fix-pc-file.patch
rename meta/recipes-support/libnl/{ => libnl-2.0}/fix-pktloc_syntax_h-race.patch (86%)
--
1.7.6.4
next reply other threads:[~2011-11-05 17:29 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-05 17:22 Saul Wold [this message]
2011-11-05 17:22 ` [CONSOLIDATED PULL 01/28] bash: Ensure we fully reautoconf the recipes so site data is used Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 02/28] patch: Convert to use oe_terminal Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 03/28] bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 04/28] cogl: COPYING file Updated FSF Address Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 05/28] dtc: update to latest git version Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 06/28] qmmp: update to 0.5.2 Saul Wold
2011-11-05 17:50 ` Koen Kooi
2011-11-05 17:22 ` [CONSOLIDATED PULL 07/28] dtc: Add patch to correctly install shared libraries and links Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 08/28] qmmp: Fix qmmp packaging, ensure lowercase package names Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 09/28] buildstats: Fix for buildstats on tmpfs Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 10/28] udev-164: Update init script to do an explicit add action Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 11/28] tslib: fix the bug with loading libts-1.0.so Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 12/28] libcense.bbclass: fix OpenSSL mapping Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 13/28] image_types bbclass: use 4k bytes per inode so we don't run out of space immediately Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 14/28] Add new IMAGE_CLASSES variable for classes for image generation Saul Wold
2011-11-07 14:04 ` Richard Purdie
2011-11-07 20:16 ` McClintock Matthew-B29882
2011-11-05 17:22 ` [CONSOLIDATED PULL 15/28] distro_tracking_fields: updates for sudo, mtools, grep, and openssh Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 16/28] python: improve packaging Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 17/28] connman 0.75: bump PR for iptables library change Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 18/28] iproute2: update to 3.0.0 to fix build with updated iptables Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 19/28] libnl-2.0: move fix-pktloc_syntax_h-race.patch to libnl-2.0 subdirectory and merge with fix-makefile.patch Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 20/28] libnl-2.0: add patch from meta-openembedded to fix pkg-config file Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 21/28] libnl-2.0: split to more packages, as meta-openembedded does Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 22/28] libnl-2.0: add PE/PR bump for upgradable patch for meta-openembedded users Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 23/28] linux-yocto_3.0: update base to v3.0.8 + meta config changes Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 24/28] fotowall: disable videocapture since we do not have a webcam Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 25/28] allarch.bbclass: disable shlib and debug symbol processing Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 26/28] core-image-minimal-initramfs: force IMAGE_FSTYPES Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 27/28] qemugl: switch to new git repo Saul Wold
2011-11-05 17:22 ` [CONSOLIDATED PULL 28/28] lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIR Saul Wold
2011-11-07 14:07 ` [CONSOLIDATED PULL 00/28] Richard Purdie
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.1320513631.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox