All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] denzil pull request
@ 2013-01-27 23:41 Scott Garman
  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
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Scott Garman @ 2013-01-27 23:41 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/7] denzil pull request
@ 2012-06-04 21:00 Scott Garman
  2012-06-05 22:10 ` Richard Purdie
  0 siblings, 1 reply; 11+ messages in thread
From: Scott Garman @ 2012-06-04 21:00 UTC (permalink / raw)
  To: poky

Hello,

This is a pull request for the poky denzil branch, based on a set of
commits I've been testing from my sgarman/denzil-next branch.

These commits have passed an array of build and runtime tests,
including the following nightly build:

http://autobuilder.yoctoproject.org:8010/builders/nightly/builds/492

a non-gplv3 build:

http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl3/builds/87

and a tiny build:

http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/69

Please give this pull request a few days to receive feedback and ACKs
from the community.

Thanks,

Scott

The following changes since commit 7552ccd06c6327b5f36ee0cceb432946f8e98d3f:

  documentation/yocto-project-qs/yocto-project-qs.xml: pre-built example fix (2012-05-31 21:22:29 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib sgarman/denzil-next-testing
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next-pull1

Dongxiao Xu (1):
  Hob: Clear the building status if command failed

Liming An (2):
  Hob: change the refresh icon speed to make it view clear
  Hob: add original url show function with the tooltip hyperlink for
    user

Richard Purdie (2):
  netbase: Correctly set FILESEXTRAPATHS to include the version
  Update version to 1.15.2 (correspdoning to Yocto 1.2 release)

Tom Zanussi (2):
  yocto-kernel: use BUILDDIR to find bblayers.conf
  yocto-bsp: clarify help with reference to meta-intel

 bitbake/bin/bitbake                                |    2 +-
 bitbake/lib/bb/__init__.py                         |    2 +-
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |    2 +
 bitbake/lib/bb/ui/crumbs/hobwidget.py              |    2 +-
 bitbake/lib/bb/ui/crumbs/persistenttooltip.py      |   19 ++++++++
 .../recipes-core/netbase/netbase_4.47.bbappend     |    2 +-
 scripts/lib/bsp/help.py                            |   48 ++++++++++++++++++--
 scripts/lib/bsp/kernel.py                          |    7 ++-
 8 files changed, 75 insertions(+), 9 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-28 12:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-27 23:41 [PATCH 0/7] denzil pull request Scott Garman
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

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.