From: Scott Garman <scott.a.garman@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/7] denzil pull request
Date: Sun, 27 Jan 2013 15:41:15 -0800 [thread overview]
Message-ID: <cover.1359330023.git.scott.a.garman@intel.com> (raw)
Hello,
This is a pull request for denzil. It includes a bitbake fix from
MatthewM (poky-based tree only) and some Fedora 18 build fixes from
Koen.
Build status: 100% Green.
nightly-x86: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/885
nightly-x86-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-lsb/builds/214
nightly-x86-64: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-64/builds/810
nightly-x86-64-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-64-lsb/builds/209
nightly-arm: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/814
nightly-arm-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm-lsb/builds/207
nightly-mips: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-mips/builds/786
nightly-mips-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-mips-lsb/builds/213
nightly-ppc: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc/builds/765
nightly-ppc-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc-lsb/builds/217
nightly-non-gpl3: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl3/builds/443
nightly-multilib: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-multilib/builds/444
nightly-tiny: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/420
build-appliance: Green
http://autobuilder.yoctoproject.org:8010/builders/build-appliance/builds/220
eclipse-plugin: Green
http://autobuilder.yoctoproject.org:8010/builders/eclipse-plugin/builds/763
The following changes since commit 3456295898bf157e40ea1f8c335f0b7285d3d8a7:
build-appliance-image: Bump SRCREV (2013-01-04 22:23:43 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib sgarman/denzil-next
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next
Christopher Larson (1):
bitbake: command: add error to return of runCommand
Martin Jansa (1):
bison: move remove-gets.patch to BASE_SRC_URI, it's needed for
bison-native too if host has (e)glibc-2.16
Nitin A Kamble (1):
libtasn1: fix build with automake 1.12
Richard Purdie (2):
bitbake: command: Add missing import traceback
bitbake: command: Fix getCmdLineAction bugs
Saul Wold (2):
libtasn1: Update to 2.12
libtasn1: Upgrade to 2.13
bitbake/lib/bb/command.py | 46 +++++++++++++-------
bitbake/lib/bb/server/process.py | 2 +-
bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 5 ++-
bitbake/lib/bb/ui/depexp.py | 38 ++++++++++------
bitbake/lib/bb/ui/goggle.py | 17 +++++---
bitbake/lib/bb/ui/knotty.py | 45 +++++++++++++------
bitbake/lib/bb/ui/ncurses.py | 21 ++++++---
meta/recipes-devtools/bison/bison_2.5.bb | 4 +-
.../libtasn1/libtasn1_fix_for_automake_1.12.patch | 28 ++++++++++++
.../gnutls/{libtasn1_2.11.bb => libtasn1_2.13.bb} | 8 ++--
10 files changed, 150 insertions(+), 64 deletions(-)
create mode 100644 meta/recipes-support/gnutls/libtasn1/libtasn1_fix_for_automake_1.12.patch
rename meta/recipes-support/gnutls/{libtasn1_2.11.bb => libtasn1_2.13.bb} (65%)
--
1.7.9.5
next reply other threads:[~2013-01-27 23:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-27 23:41 Scott Garman [this message]
2013-01-27 23:41 ` [PATCH 1/7] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Scott Garman
2013-01-27 23:41 ` [PATCH 2/7] libtasn1: Update to 2.12 Scott Garman
2013-01-27 23:41 ` [PATCH 3/7] libtasn1: fix build with automake 1.12 Scott Garman
2013-01-27 23:41 ` [PATCH 4/7] libtasn1: Upgrade to 2.13 Scott Garman
2013-01-27 23:41 ` [PATCH 5/7] bitbake: command: add error to return of runCommand Scott Garman
2013-01-27 23:41 ` [PATCH 6/7] bitbake: command: Add missing import traceback Scott Garman
2013-01-27 23:41 ` [PATCH 7/7] bitbake: command: Fix getCmdLineAction bugs Scott Garman
2013-01-28 12:44 ` [PATCH 0/7] denzil pull request Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2012-06-04 21:00 Scott Garman
2012-06-05 22:10 ` 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.1359330023.git.scott.a.garman@intel.com \
--to=scott.a.garman@intel.com \
--cc=poky@yoctoproject.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.