From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by mail.openembedded.org (Postfix) with ESMTP id A2AFB6D183 for ; Fri, 1 Nov 2013 07:02:10 +0000 (UTC) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 01 Nov 2013 00:02:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="315598740" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.15.10]) by AZSMGA002.ch.intel.com with ESMTP; 01 Nov 2013 00:02:11 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Fri, 1 Nov 2013 00:02:11 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.1 Subject: [CONSOLIDATED PULL 00/17] Updated from this morning X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 07:02:11 -0000 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