Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] Consolidated Pull Request from Yocto Team
@ 2011-03-04 19:42 Saul Wold
  2011-03-04 19:42 ` [PATCH 01/13] distro tracking: Updates to Tracking infor for clutter and other changes Saul Wold
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Saul Wold @ 2011-03-04 19:42 UTC (permalink / raw)
  To: poky, openembedded-core

From: Saul Wold <sgw@linux.intel.com>

This is a batch of fixes for bernard with Documentation
updates and distro tracking/data updates. This also address
some LSB related issues.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: distro/oe-core
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Darren Hart (2):
  module: build hostprogs for each module
  hello-mod: add a module for testing module.bbclass

Jingdong Lu (1):
  task-poky-lsb: add python-misc

Lianhao Lu (1):
  toolchain-script.bbclass: Added --sysroot to LDFLAGS.

Mei Lei (1):
  distrodata.bbclass: Get git repo tag information

Saul Wold (1):
  distro tracking: Updates to Tracking infor for clutter and other
    changes

Scott Rifenbark (2):
  documentation/kernel-manual/figures/kernel-title.png: Updated title
    graphic
  documentation/kernel-manual:  Kernel manual Style changes

Xiaofeng Yan (3):
  LSB_Setup.sh:Install LSB Test Suite and set lsb test environment
  creat-lsb-image: Add some functions for creating a appropriate image
    to make lsb test
  task-poky-lsb: Add packges needed by LSB Test Suite

Yu Ke (1):
  x11vnc: fix the endian issue in mips for bug 782

Zhai Edwin (1):
  qemu-script: Remove mmap_min_addr check

 .../kernel-manual/figures/kernel-title.png         |  Bin 14549 -> 14305 bytes
 documentation/kernel-manual/style.css              |   30 +-
 .../yocto-project-kernel-manual-customization.xsl  |    2 +-
 meta/classes/distrodata.bbclass                    |   52 +++-
 meta/classes/module.bbclass                        |   12 +-
 meta/classes/toolchain-scripts.bbclass             |    2 +
 .../conf/distro/include/distro_tracking_fields.inc |   32 +-
 meta/recipes-core/meta/meta-environment.bb         |    2 +-
 meta/recipes-core/meta/meta-toolchain.bb           |    2 +-
 meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh    |   20 +-
 meta/recipes-extended/tasks/task-poky-lsb.bb       |   17 +-
 .../recipes-graphics/x11vnc/files/endian-fix.patch |   22 ++
 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb      |    5 +-
 meta/recipes-kernel/hello-mod/files/COPYING        |  340 ++++++++++++++++++++
 meta/recipes-kernel/hello-mod/files/Makefile       |   14 +
 meta/recipes-kernel/hello-mod/files/hello.c        |   33 ++
 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb     |   15 +
 scripts/creat-lsb-image                            |  148 +++++----
 scripts/poky-qemu-internal                         |    7 -
 19 files changed, 633 insertions(+), 122 deletions(-)
 mode change 100755 => 100644 documentation/kernel-manual/figures/kernel-title.png
 create mode 100644 meta/recipes-graphics/x11vnc/files/endian-fix.patch
 create mode 100644 meta/recipes-kernel/hello-mod/files/COPYING
 create mode 100644 meta/recipes-kernel/hello-mod/files/Makefile
 create mode 100644 meta/recipes-kernel/hello-mod/files/hello.c
 create mode 100644 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb




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

end of thread, other threads:[~2011-03-14 18:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 19:42 [PATCH 00/13] Consolidated Pull Request from Yocto Team Saul Wold
2011-03-04 19:42 ` [PATCH 01/13] distro tracking: Updates to Tracking infor for clutter and other changes Saul Wold
2011-03-04 19:42 ` [PATCH 03/13] LSB_Setup.sh:Install LSB Test Suite and set lsb test environment Saul Wold
2011-03-04 19:42 ` [PATCH 02/13] distrodata.bbclass: Get git repo tag information Saul Wold
2011-03-04 19:42 ` [PATCH 05/13] hello-mod: add a module for testing module.bbclass Saul Wold
2011-03-04 19:42 ` [PATCH 04/13] module: build hostprogs for each module Saul Wold
2011-03-04 20:04   ` [poky] " Koen Kooi
2011-03-04 21:44     ` Darren Hart
2011-03-04 22:28       ` Koen Kooi
2011-03-04 22:30         ` Koen Kooi
2011-03-04 23:20           ` Darren Hart
2011-03-07 16:30             ` Darren Hart
2011-03-14 18:10               ` Koen Kooi
2011-03-14 18:46                 ` Darren Hart
2011-03-04 19:42 ` [PATCH 06/13] task-poky-lsb: add python-misc Saul Wold
2011-03-04 19:42 ` [PATCH 07/13] qemu-script: Remove mmap_min_addr check Saul Wold
2011-03-04 19:42 ` [PATCH 08/13] x11vnc: fix the endian issue in mips for bug 782 Saul Wold
2011-03-04 19:42 ` [PATCH 09/13] documentation/kernel-manual/figures/kernel-title.png: Updated title graphic Saul Wold
2011-03-04 19:42 ` [PATCH 11/13] creat-lsb-image: Add some functions for creating a appropriate image to make lsb test Saul Wold
2011-03-04 19:42 ` [PATCH 10/13] documentation/kernel-manual: Kernel manual Style changes Saul Wold
2011-03-04 19:42 ` [PATCH 12/13] task-poky-lsb: Add packges needed by LSB Test Suite Saul Wold
2011-03-04 19:42 ` [PATCH 13/13] toolchain-script.bbclass: Added --sysroot to LDFLAGS Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox