All of lore.kernel.org
 help / color / mirror / Atom feed
* RFC: [PATCH 00/31] denzil pull request
@ 2012-06-12 20:40 Scott Garman
  2012-06-12 20:40 ` [PATCH 01/31] netbase: Correctly set FILESEXTRAPATHS to include the version Scott Garman
                   ` (32 more replies)
  0 siblings, 33 replies; 34+ messages in thread
From: Scott Garman @ 2012-06-12 20:40 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.

I'm submitting this as an RFC so the community can offer feedback as
soon as possible. I'm planning on running this through the Yocto
autobuilder tonight and will reply to this thread with test results.
Assuming we get green builds, the goal is to get this pull request
merged into poky's denzil branch fairly quickly, so please speak
up if you have any comments or concerns with these commits.

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

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

Jesse Zhang (1):
  beecrypt: disable java

Joe Slater (1):
  shared-mime-info: fix build race condition

Joshua Lock (1):
  sanity.bbclass: copy the data store and finalise before running
    checks

Kang Kai (1):
  cooker.py: terminate the Parser processes

Laurentiu Palcu (1):
  freetype: upgrade to 2.4.9

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

Mihai Lindner (1):
  sudo: fixed wrong `chmod` path

Paul Eggleton (3):
  classes/sanity: send sanity check failure as a separate event for Hob
  hob: handle sanity check failures as a separate event
  poky.conf: use correct version string for Ubuntu 12.04

Paul Gortmaker (1):
  gitignore: add wildcard to match toplevel patch files

Richard Purdie (4):
  netbase: Correctly set FILESEXTRAPATHS to include the version
  Update version to 1.15.2 (correspdoning to Yocto 1.2 release)
  bitbake.conf: Improve wget timeouts
  image.bbclass: Ensure ${S} is cleaned at the start of rootfs
    generation

Robert Yang (1):
  rpm 5.4.0: respect to the arch when choose the alternatives

Scott Garman (1):
  runqemu-ifup: enable arp proxying

Scott Rifenbark (4):
  documentation/bsp-guide/bsp.xml: BSP recommendations section added
  documentation/bsp-guide/bsp.xml: Updates to requirements section
  documentation/bsp-guide/bsp.xml: Review comments to recommendations
  documentation/poky.ent:  Updated variables for correct 1.2.1 build.

Shane Wang (1):
  Hob: Adjust the progress bar and set 100% only when all is done.

Song.Li (1):
  groff: Fix build on Fedora 17

Tom Zanussi (4):
  yocto-kernel: use BUILDDIR to find bblayers.conf
  yocto-bsp: clarify help with reference to meta-intel
  gnupg: add libusb to DEPENDS
  gnupg: disable CCID driver

Xiaofeng Yan (1):
  ncurses: Avoid occasional builling failure when having parallel
    processable task

Zhai Edwin (1):
  webkit-gtk: Use glib as unicode backend to avoid browser crash

 .gitignore                                         |    1 +
 bitbake/bin/bitbake                                |    2 +-
 bitbake/lib/bb/__init__.py                         |    2 +-
 bitbake/lib/bb/cooker.py                           |    9 +-
 bitbake/lib/bb/event.py                            |    8 +
 bitbake/lib/bb/ui/crumbs/builder.py                |   19 +-
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |   16 ++
 bitbake/lib/bb/ui/crumbs/hobwidget.py              |    2 +-
 bitbake/lib/bb/ui/crumbs/persistenttooltip.py      |   19 ++
 documentation/bsp-guide/bsp.xml                    |  232 +++++++++++++++++++-
 documentation/poky.ent                             |    4 +-
 meta-yocto/conf/distro/poky.conf                   |    2 +-
 .../recipes-core/netbase/netbase_4.47.bbappend     |    2 +-
 meta/classes/image.bbclass                         |    1 +
 meta/classes/sanity.bbclass                        |  143 ++++++------
 meta/conf/bitbake.conf                             |    8 +-
 meta/recipes-core/ncurses/ncurses.inc              |   23 +-
 .../rpm/rpm/rpm-respect-arch.patch                 |   67 ++++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    3 +-
 meta/recipes-extended/groff/groff_1.20.1.bb        |   24 +-
 meta/recipes-extended/sudo/sudo_1.8.4p4.bb         |    6 +-
 .../no-hardcode.patch                              |    0
 .../{freetype_2.4.8.bb => freetype_2.4.9.bb}       |    4 +-
 meta/recipes-sato/webkit/webkit-gtk_svn.bb         |   10 +-
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb    |    4 +-
 meta/recipes-support/gnupg/gnupg_2.0.18.bb         |    3 +-
 .../shared-mime-info/install-data-hook.patch       |   21 ++
 .../shared-mime-info/shared-mime-info_0.91.bb      |    5 +-
 scripts/lib/bsp/help.py                            |   48 +++-
 scripts/lib/bsp/kernel.py                          |    7 +-
 scripts/runqemu-ifup                               |    1 +
 31 files changed, 589 insertions(+), 107 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-respect-arch.patch
 rename meta/recipes-graphics/freetype/{freetype-2.4.8 => freetype-2.4.9}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.8.bb => freetype_2.4.9.bb} (91%)
 create mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch

-- 
1.7.9.5



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

end of thread, other threads:[~2012-06-14 10:32 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 20:40 RFC: [PATCH 00/31] denzil pull request Scott Garman
2012-06-12 20:40 ` [PATCH 01/31] netbase: Correctly set FILESEXTRAPATHS to include the version Scott Garman
2012-06-12 20:40 ` [PATCH 02/31] yocto-kernel: use BUILDDIR to find bblayers.conf Scott Garman
2012-06-12 20:40 ` [PATCH 03/31] yocto-bsp: clarify help with reference to meta-intel Scott Garman
2012-06-12 20:40 ` [PATCH 04/31] Hob: Clear the building status if command failed Scott Garman
2012-06-12 20:40 ` [PATCH 05/31] Hob: change the refresh icon speed to make it view clear Scott Garman
2012-06-12 20:40 ` [PATCH 06/31] Hob: add original url show function with the tooltip hyperlink for user Scott Garman
2012-06-12 20:40 ` [PATCH 07/31] Update version to 1.15.2 (correspdoning to Yocto 1.2 release) Scott Garman
2012-06-12 20:40 ` [PATCH 08/31] Hob: Adjust the progress bar and set 100% only when all is done Scott Garman
2012-06-12 20:40 ` [PATCH 09/31] documentation/bsp-guide/bsp.xml: BSP recommendations section added Scott Garman
2012-06-12 20:41 ` [PATCH 10/31] documentation/bsp-guide/bsp.xml: Updates to requirements section Scott Garman
2012-06-12 20:41 ` [PATCH 11/31] rpm 5.4.0: respect to the arch when choose the alternatives Scott Garman
2012-06-12 20:41 ` [PATCH 12/31] ncurses: Avoid occasional builling failure when having parallel processable task Scott Garman
2012-06-12 20:41 ` [PATCH 13/31] bitbake.conf: Improve wget timeouts Scott Garman
2012-06-12 20:41 ` [PATCH 14/31] sudo: fixed wrong `chmod` path Scott Garman
2012-06-12 20:41 ` [PATCH 15/31] cooker.py: terminate the Parser processes Scott Garman
2012-06-12 20:41 ` [PATCH 16/31] image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation Scott Garman
2012-06-12 20:41 ` [PATCH 17/31] sanity.bbclass: copy the data store and finalise before running checks Scott Garman
2012-06-12 20:41 ` [PATCH 18/31] classes/sanity: send sanity check failure as a separate event for Hob Scott Garman
2012-06-12 20:41 ` [PATCH 19/31] hob: handle sanity check failures as a separate event Scott Garman
2012-06-12 20:41 ` [PATCH 20/31] webkit-gtk: Use glib as unicode backend to avoid browser crash Scott Garman
2012-06-12 20:41 ` [PATCH 21/31] gnupg: add libusb to DEPENDS Scott Garman
2012-06-12 20:41 ` [PATCH 22/31] gnupg: disable CCID driver Scott Garman
2012-06-12 20:41 ` [PATCH 23/31] runqemu-ifup: enable arp proxying Scott Garman
2012-06-12 20:41 ` [PATCH 24/31] beecrypt: disable java Scott Garman
2012-06-12 20:41 ` [PATCH 25/31] groff: Fix build on Fedora 17 Scott Garman
2012-06-12 20:41 ` [PATCH 26/31] shared-mime-info: fix build race condition Scott Garman
2012-06-12 20:41 ` [PATCH 27/31] gitignore: add wildcard to match toplevel patch files Scott Garman
2012-06-12 20:41 ` [PATCH 28/31] freetype: upgrade to 2.4.9 Scott Garman
2012-06-12 20:41 ` [PATCH 29/31] poky.conf: use correct version string for Ubuntu 12.04 Scott Garman
2012-06-12 20:41 ` [PATCH 30/31] documentation/bsp-guide/bsp.xml: Review comments to recommendations Scott Garman
2012-06-12 20:41 ` [PATCH 31/31] documentation/poky.ent: Updated variables for correct 1.2.1 build Scott Garman
2012-06-13 16:10 ` RFC: [PATCH 00/31] denzil pull request Scott Garman
2012-06-14 10:32 ` 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.