From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/23] Catching up after conference Time
Date: Tue, 13 Mar 2012 00:58:34 -0700 [thread overview]
Message-ID: <cover.1331589797.git.sgw@linux.intel.com> (raw)
Richard,
Here is a collection of patches that have been pending for a little
while.
There is one pending change from Bruce for poky (meta-yocto) in the
MUT branch
Have built world with this code, and booted a minimal image
The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923:
cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12 17:46:16 +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
Andreas Oberritter (10):
qt4: fix deps in libQtWebkit.la and QtWebKit.pc
udev-164: fixup "don't hardcode path to pidof"
package.bbclass: sort dynamically generated packages
util-linux: explicitly disable udev
linux-firmware: fix permissions of installed files
python, python-native: always set platform to linux2
python: regenerate plat-linux2/*.py
python: depend on bzip2
python-native: distutils: don't use libdir, remove dead code path
python, python-native: bump PR
Bruce Ashfield (1):
linux-yocto: respect FILESPATH directories
Dexuan Cui (1):
image_types: ensure .rootfs.ext3 is created before vmdk is created.
Jeff Lance (1):
trace-cmd: modifying License information
Matthew McClintock (2):
packagedata.py: Fix get_subpkgedata_fn for multilib
arch-powerpc.inc: use default value of TUNE_PKGARCH
Otavio Salvador (6):
run-postinsts: fix opkg data path
image.bbclass: fix rootfs generation without package management tools
rootfs_rpm.bbclass: rename postinst trigger script
opkg: rename postinst trigger script
dpkg: rename postinst trigger script
connman: update to 0.79
Saul Wold (2):
glib-2.0: Add Upstream Status for nodbus.patch
image-vmdk: add NOISO to disable iso image creation since it's not
needed
meta/classes/core-image.bbclass | 2 -
meta/classes/image-vmdk.bbclass | 1 +
meta/classes/image.bbclass | 7 +++-
meta/classes/image_types.bbclass | 6 +++
meta/classes/kernel-yocto.bbclass | 30 +++++++++++++--
meta/classes/package.bbclass | 4 +-
meta/classes/rootfs_rpm.bbclass | 6 ++--
meta/conf/machine/include/powerpc/arch-powerpc.inc | 6 +--
meta/lib/oe/packagedata.py | 8 ++++
.../connman/add_xuser_dbus_permission.patch | 12 ++++---
.../connman/connman/disable_alg-test.patch | 18 +++++-----
.../connman/{connman_0.78.bb => connman_0.79.bb} | 6 +--
meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 2 +
meta/recipes-core/udev/udev/init | 2 +-
meta/recipes-core/udev/udev_164.bb | 2 +-
meta/recipes-core/util-linux/util-linux.inc | 2 +-
meta/recipes-core/util-linux/util-linux_2.21.bb | 2 +-
meta/recipes-devtools/dpkg/dpkg.inc | 6 ++--
.../dpkg/run-postinsts/run-postinsts | 4 +-
.../dpkg/run-postinsts/run-postinsts.awk | 2 +-
meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | 2 +-
meta/recipes-devtools/opkg/opkg.inc | 8 ++--
...2-distutils-prefix-is-inside-staging-area.patch | 6 ++--
.../sys_platform_is_now_always_linux2.patch | 39 ++++++++++++++++++++
.../recipes-devtools/python/python-native_2.7.2.bb | 1 +
meta/recipes-devtools/python/python.inc | 2 +-
.../python/python/07-linux3-regen-fix.patch | 18 ---------
.../python/sys_platform_is_now_always_linux2.patch | 39 ++++++++++++++++++++
meta/recipes-devtools/python/python_2.7.2.bb | 15 +++++++-
.../linux-firmware/linux-firmware_git.bb | 4 +-
meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb | 8 +++--
meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
meta/recipes-qt/qt4/qt4.inc | 1 +
34 files changed, 194 insertions(+), 81 deletions(-)
rename meta/recipes-connectivity/connman/{connman_0.78.bb => connman_0.79.bb} (79%)
create mode 100644 meta/recipes-devtools/python/python-native/sys_platform_is_now_always_linux2.patch
delete mode 100644 meta/recipes-devtools/python/python/07-linux3-regen-fix.patch
create mode 100644 meta/recipes-devtools/python/python/sys_platform_is_now_always_linux2.patch
--
1.7.7.6
next reply other threads:[~2012-03-13 8:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 7:58 Saul Wold [this message]
2012-03-13 7:58 ` [CONSOLIDATED PULL 01/23] linux-yocto: respect FILESPATH directories Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 02/23] glib-2.0: Add Upstream Status for nodbus.patch Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 03/23] run-postinsts: fix opkg data path Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 04/23] image.bbclass: fix rootfs generation without package management tools Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 05/23] rootfs_rpm.bbclass: rename postinst trigger script Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 06/23] opkg: " Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 07/23] dpkg: " Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 08/23] trace-cmd: modifying License information Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 09/23] image-vmdk: add NOISO to disable iso image creation since it's not needed Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 10/23] packagedata.py: Fix get_subpkgedata_fn for multilib Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 11/23] arch-powerpc.inc: use default value of TUNE_PKGARCH Saul Wold
2012-03-13 11:43 ` Richard Purdie
2012-03-13 7:58 ` [CONSOLIDATED PULL 12/23] qt4: fix deps in libQtWebkit.la and QtWebKit.pc Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 13/23] udev-164: fixup "don't hardcode path to pidof" Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 14/23] image_types: ensure .rootfs.ext3 is created before vmdk is created Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 15/23] connman: update to 0.79 Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 16/23] package.bbclass: sort dynamically generated packages Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 17/23] util-linux: explicitly disable udev Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 18/23] linux-firmware: fix permissions of installed files Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 19/23] python, python-native: always set platform to linux2 Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 20/23] python: regenerate plat-linux2/*.py Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 21/23] python: depend on bzip2 Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 22/23] python-native: distutils: don't use libdir, remove dead code path Saul Wold
2012-03-13 7:58 ` [CONSOLIDATED PULL 23/23] python, python-native: bump PR Saul Wold
2012-03-13 11:48 ` [CONSOLIDATED PULL 00/23] Catching up after conference Time 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.1331589797.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.