All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Consolidated Pull Request from Yocto Team
Date: Fri, 04 Mar 2011 11:42:09 -0800	[thread overview]
Message-ID: <cover.1299267630.git.sgw@linux.intel.com> (raw)

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




             reply	other threads:[~2011-03-04 19:44 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-04 19:42 Saul Wold [this message]
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 20:04     ` Koen Kooi
2011-03-04 21:44     ` [poky] " Darren Hart
2011-03-04 21:44       ` Darren Hart
2011-03-04 22:28       ` [poky] " Koen Kooi
2011-03-04 22:28         ` Koen Kooi
2011-03-04 22:30         ` [poky] " Koen Kooi
2011-03-04 22:30           ` Koen Kooi
2011-03-04 23:20           ` [poky] " Darren Hart
2011-03-04 23:20             ` Darren Hart
2011-03-07 16:30             ` [poky] " Darren Hart
2011-03-07 16:30               ` [OE-core] " Darren Hart
2011-03-14 18:10               ` [poky] " Koen Kooi
2011-03-14 18:10                 ` [OE-core] " Koen Kooi
2011-03-14 18:46                 ` [poky] " Darren Hart
2011-03-14 18:46                   ` [OE-core] " 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 09/13] documentation/kernel-manual/figures/kernel-title.png: Updated title graphic 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 10/13] documentation/kernel-manual: Kernel manual Style changes 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 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

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.1299267630.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --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.