From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Updated CONSOLIDATED PULL 00/15] Fixes for M3 and getting master to build
Date: Sat, 6 Aug 2011 22:01:02 -0700 [thread overview]
Message-ID: <cover.1312692935.git.sgw@linux.intel.com> (raw)
Richard,
This has Bruce's updated Kernel, which has taken a spin on the fuzzy builder,
along with a fix for M3 BSP failures and a couple of other bug and build fixes.
I also remembered to include the SRC_URI checksums this time for the recipe
updates.
Thanks
Sau!
The following changes since commit 7a278238d9b08e0315e92d386282cb488cc0c7b4:
bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 (2011-08-05 17:48:23 +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/stage
Bruce Ashfield (4):
linux-yocto: pass KMACHINE to updateme, not MACHINE
linux-yocto: allow configuration of arbitrary branches
linux-yocto: update atom-pc preempt-rt definition
linux-yocto: merge v3.0.1
Koen Kooi (3):
gst-plugins: partially sync packaging with OE .dev
gtk-icon-cache bbclass: don't assing to global RDEPENDS
gtk-icon-cache: fix RDEPENDS append bug
Kumar Gala (1):
gcc: use ${base_lib} to match gcc default configuration
Mei Lei (2):
python-native: Fix a compiler finding issue
apr-util: disable pqsql support to avoid configure error
Saul Wold (5):
gdb: Update to 7.3
liburcu: Update to 0.6.4
lttng-ust: Update to 0.15
lttng-control: Update to 0.89
kernel-yocto: add CCACHE_DIR dependency to do_kernel_configme
meta/classes/gtk-icon-cache.bbclass | 6 +-
meta/classes/kernel-yocto.bbclass | 17 ++-----
.../gcc/gcc-cross-intermediate.inc | 2 +-
meta/recipes-devtools/gdb/gdb-common.inc | 8 ++-
...s-canadian_7.2.bb => gdb-cross-canadian_7.3.bb} | 2 +-
.../gdb/{gdb-cross_7.2.bb => gdb-cross_7.3.bb} | 2 +-
meta/recipes-devtools/gdb/gdb.inc | 2 +-
.../fix_for_build_error_internal_error_call.patch | 20 --------
.../gdb/gdb/gdbserver-cflags-last.diff | 16 ++++---
.../gdb/gdb/kill_arm_map_symbols.patch | 36 +++++++-------
.../gdb/{gdb_7.2.bb => gdb_7.3.bb} | 4 +-
.../python/python-native/unixccompiler.patch | 20 ++++++++
.../recipes-devtools/python/python-native_2.6.6.bb | 3 +-
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++---
...lttng-control_0.88.bb => lttng-control_0.89.bb} | 6 +-
.../lttng/lttng-ust/uclibc-sched_getcpu.patch | 50 --------------------
.../lttng/{lttng-ust_0.12.bb => lttng-ust_0.15.bb} | 13 +++--
.../gstreamer/gst-plugins-bad_0.10.21.bb | 2 +-
.../gstreamer/gst-plugins-base_0.10.32.bb | 2 +-
.../gstreamer/gst-plugins-good_0.10.28.bb | 2 +-
.../gstreamer/gst-plugins-package.inc | 34 +++++++++++++
.../gstreamer/gst-plugins-ugly_0.10.17.bb | 2 +-
meta/recipes-multimedia/gstreamer/gst-plugins.inc | 18 +------
meta/recipes-support/apr/apr-util_1.3.12.bb | 3 +-
.../liburcu/{liburcu_0.5.4.bb => liburcu_0.6.4.bb} | 6 +-
26 files changed, 131 insertions(+), 161 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.2.bb => gdb-cross-canadian_7.3.bb} (87%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.2.bb => gdb-cross_7.3.bb} (83%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch
rename meta/recipes-devtools/gdb/{gdb_7.2.bb => gdb_7.3.bb} (68%)
create mode 100644 meta/recipes-devtools/python/python-native/unixccompiler.patch
rename meta/recipes-kernel/lttng/{lttng-control_0.88.bb => lttng-control_0.89.bb} (77%)
delete mode 100644 meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
rename meta/recipes-kernel/lttng/{lttng-ust_0.12.bb => lttng-ust_0.15.bb} (74%)
create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
rename meta/recipes-support/liburcu/{liburcu_0.5.4.bb => liburcu_0.6.4.bb} (72%)
--
1.7.3.4
next reply other threads:[~2011-08-07 5:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-07 5:01 Saul Wold [this message]
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 01/15] gcc: use ${base_lib} to match gcc default configuration Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 02/15] gst-plugins: partially sync packaging with OE .dev Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 03/15] python-native: Fix a compiler finding issue Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 04/15] apr-util: disable pqsql support to avoid configure error Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 05/15] gtk-icon-cache bbclass: don't assing to global RDEPENDS Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 06/15] gdb: Update to 7.3 Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 07/15] liburcu: Update to 0.6.4 Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 08/15] lttng-ust: Update to 0.15 Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 09/15] lttng-control: Update to 0.89 Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 10/15] gtk-icon-cache: fix RDEPENDS append bug Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 11/15] linux-yocto: pass KMACHINE to updateme, not MACHINE Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 12/15] linux-yocto: allow configuration of arbitrary branches Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 13/15] linux-yocto: update atom-pc preempt-rt definition Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 14/15] linux-yocto: merge v3.0.1 Saul Wold
2011-08-07 5:01 ` [CONSOLIDATED PULL (Updated) 15/15] kernel-yocto: add CCACHE_DIR dependency to do_kernel_configme Saul Wold
2011-08-08 12:42 ` [Updated CONSOLIDATED PULL 00/15] Fixes for M3 and getting master to build 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.1312692935.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.