Openembedded Core Discussions
 help / color / mirror / Atom feed
* [CONSOLIDATED PULL 00/17] Updated from this morning
@ 2013-11-01  7:02 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-11-01  7:02 UTC (permalink / raw)
  To: openembedded-core

Richard,

This version has gone through the Autobuilder and with the exceoption of the
Mesa Update which will require updates in minnow and fsl branch for bbappend 
files, it is looking good.

Blloyd has an interesting extenstion to devshell which I think looks OK, but 
might warrant a second look.

Thanks
	Sau!

The following changes since commit 154ecc40c289b15fe9cbb33befb20dd10112e788:

  cross-canadian: Improve comment (2013-10-30 18:00:56 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Chen Qi (4):
  jpeg: enable postinst to run at rootfs time successfully
  groff: fix pkg_postinst and remove unneeded do_install_prepend
  sgml-common: make postinst run successfully at rootfs time
  sysvinit: fix missing of boot log

Cristiana Voicu (1):
  rxvt-unicode: upgrade to 9.19

Hongxu Jia (1):
  qemu: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+,
    libcap-ng

Jackie Huang (1):
  busybox: fix sed auto insert newline testcase

Jacob Kroon (1):
  update-rc.d.bbclass: Cleanup package scripts

Jason Wessel (2):
  syslinux.bbclass: Fix default serial port string
  grub-efi.bbclass: Fix startup.nsh to work on more EFI revs

Joao Henrique Ferreira de Freitas (1):
  grub-efi.bbclass: Fixes GRUB_IMAGE when using boot-directdisk class

Khem Raj (1):
  elfutils-native: Update the patch to include the missing pieces needed
    for tests

Qiang Chen (1):
  irda-utils: restart irda daemon correctly

Roy.Li (1):
  lttng-tools: make ptest able to work on target

Saul Wold (1):
  udev: fix typo in local.rules

Valentin Popa (1):
  Mesa: upgrade to 9.2.2

blloyd (1):
  Allow passthrough of important placement variables when using devshell

 meta/classes/devshell.bbclass                      |  10 +
 meta/classes/grub-efi.bbclass                      |   3 +-
 meta/classes/syslinux.bbclass                      |   2 +-
 meta/classes/update-rc.d.bbclass                   |  49 +--
 .../irda-utils/irda-utils-0.9.18/init              |  38 +--
 ...sybox-sed-fix-sed-clusternewline-testcase.patch | 262 +++++++++++++++
 meta/recipes-core/busybox/busybox_1.21.1.bb        |   4 +-
 meta/recipes-core/jpeg/jpeg_8d.bb                  |  10 +-
 meta/recipes-core/sysvinit/sysvinit/bootlogd.init  |   5 +-
 meta/recipes-core/udev/udev/local.rules            |   2 +-
 .../elfutils/elfutils/fix-build-gcc-4.8.patch      |  21 +-
 meta/recipes-devtools/qemu/qemu.inc                |  16 +-
 .../sgml-common/sgml-common_0.6.3.bb               |  16 +
 meta/recipes-extended/groff/groff_1.18.1.4.bb      |  12 +-
 ...ate-NativeDisplayType-depending-on-config.patch | 362 ---------------------
 .../mesa/{mesa-gl_9.1.6.bb => mesa-gl_9.2.2.bb}    |   0
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 ...void-use-of-AC_CHECK_FILE-for-cross-compi.patch |  65 ----
 ...ate-NativeDisplayType-depending-on-config.patch |  35 +-
 ...sl-fix-builtin_compiler-cross-compilation.patch |  54 ---
 .../mesa/0005-fix-out-of-tree-builds-gallium.patch |  42 ---
 ...move-the-power-of-two-sizeof-struct-cmd_b.patch |   0
 meta/recipes-graphics/mesa/mesa_9.1.6.bb           |  16 -
 meta/recipes-graphics/mesa/mesa_9.2.2.bb           |  11 +
 meta/recipes-graphics/mesa/mesa_git.bb             |   8 +-
 meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb     |  19 ++
 .../rxvt.desktop                                   |   0
 .../rxvt.png                                       | Bin
 .../xwc.patch                                      |   0
 .../{rxvt-unicode_9.18.bb => rxvt-unicode_9.19.bb} |   5 +-
 30 files changed, 432 insertions(+), 637 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-1.21.1/busybox-sed-fix-sed-clusternewline-testcase.patch
 delete mode 100644 meta/recipes-graphics/mesa/mesa-9.1.6/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_9.1.6.bb => mesa-gl_9.2.2.bb} (100%)
 delete mode 100644 meta/recipes-graphics/mesa/mesa/0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch
 delete mode 100644 meta/recipes-graphics/mesa/mesa/0004-glsl-fix-builtin_compiler-cross-compilation.patch
 delete mode 100644 meta/recipes-graphics/mesa/mesa/0005-fix-out-of-tree-builds-gallium.patch
 rename meta/recipes-graphics/mesa/{mesa-9.1.6 => mesa}/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch (100%)
 delete mode 100644 meta/recipes-graphics/mesa/mesa_9.1.6.bb
 create mode 100644 meta/recipes-graphics/mesa/mesa_9.2.2.bb
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.18 => rxvt-unicode-9.19}/rxvt.desktop (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.18 => rxvt-unicode-9.19}/rxvt.png (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.18 => rxvt-unicode-9.19}/xwc.patch (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.18.bb => rxvt-unicode_9.19.bb} (93%)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-01  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01  7:02 [CONSOLIDATED PULL 00/17] Updated from this morning Saul Wold

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