[OE-core] [PATCH] lttng-tools: make ptest able to work on target

2013-10-29 Thread rongqing.li
From: "Roy.Li" The paths of executable files in test cases are the source code path, need to fix to make them work on target Signed-off-by: Roy.Li --- meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb | 19 +++ 1 file changed, 19 insertions(+) diff --git a/meta/recipes-kernel/l

[OE-core] [PATCH][dylan] elfutils-native: Update the patch to include the missing pieces needed for tests

2013-10-29 Thread Khem Raj
In the last patch we missed similar update for test/line2addr.c which meant that the build still failed. Signed-off-by: Khem Raj --- .../elfutils/elfutils/fix-build-gcc-4.8.patch | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtool

Re: [OE-core] [PATCH 1/1] perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for mips64

2013-10-29 Thread Yang Shi
On 10/26/2013 12:53 AM, wenzong@windriver.com wrote: From: Wenzong Fan As the same reason to powerpc64, mips64 also need the flag. Signed-off-by: Wenzong Fan --- meta/recipes-kernel/perf/perf.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kerne

Re: [OE-core] [oe-core][PATCH 1/2] perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64

2013-10-29 Thread Yang Shi
On 10/11/2013 1:11 AM, b28...@freescale.com wrote: From: Ting Liu PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h prevents 64-bit userland from seeing this definition, instead defaulting to u64 == long in userspace. Perf want LL64, flag __SANE_USERSPACE_TYPES__ to get int-

[OE-core] [PATCH] syslinux.bbclass: Fix default serial port string

2013-10-29 Thread Jason Wessel
The default value of SYSLINUX_SERIAL_TTY is not correct. It should be console=ttyS0,115200 else the boot string generated in the syslinux menus for the serial choice is not correct. The kernel boot parameters will get set to: /vmlinuz initrd=/initrd LABEL=boot root=/dev/ram0 ttyS0,115200 Note t

[OE-core] [PATCH 0/1] iproute2: explicitly add 'bash' to its RDEPENDS

2013-10-29 Thread Qi.Chen
From: Chen Qi The following changes since commit d69931da48b9cc5082feb46c654b9861f30244d9: scripts/oe-pkgdata-util: fix global name 'debug' is not defined (2013-10-29 15:24:07 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/iproute2 http://git.

[OE-core] [PATCH 1/1] iproute2: explicitly add 'bash' to its RDEPENDS

2013-10-29 Thread Qi.Chen
From: Chen Qi If we build a minimal image with iproute2 installed, the following error will appear during rootfs. error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash The problem is that iproute2 has an implicit dependency on 'bash'. This dependency is from per-file dep

[OE-core] [PATCH] update-rc.d.bbclass: Cleanup package scripts

2013-10-29 Thread Jacob Kroon
* Add proper preinst script * Use -n "$D"/-z "$D" checks throughout the scripts * Only set OPT in cases where its used * Don't pass unnecessary -f to update-rc.d in postrm script * Remove outdated comment Signed-off-by: Jacob Kroon --- meta/classes/update-rc.d.bbclass | 49 --

Re: [OE-core] [PATCH] pseudo: fix library path in FILES_${PN}

2013-10-29 Thread Khem Raj
On Mon, Oct 28, 2013 at 9:54 PM, wrote: > -FILES_${PN} = "${libdir}/pseudo/lib*/libpseudo.so ${bindir}/* > ${localstatedir}/pseudo ${prefix}/var/pseudo" > -FILES_${PN}-dbg += "${libdir}/pseudo/lib*/.debug" > +FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* > ${localstatedir}/p

Re: [OE-core] [oe][PATCHv3] libjson: update to 0.11 and rename to json-c

2013-10-29 Thread Khem Raj
On Tue, Oct 29, 2013 at 2:33 PM, Saul Wold wrote: > On 10/29/2013 03:10 AM, Jack Mitchell wrote: >> >> From: Jack Mitchell >> >> libjson is now known as json-c, it keeps support for the old >> libjson namespace so it shouldn't break anything. Built without >> parallel make as it would fail when i

Re: [OE-core] [oe][PATCHv3] libjson: update to 0.11 and rename to json-c

2013-10-29 Thread Saul Wold
On 10/29/2013 03:10 AM, Jack Mitchell wrote: From: Jack Mitchell libjson is now known as json-c, it keeps support for the old libjson namespace so it shouldn't break anything. Built without parallel make as it would fail when it tries to link to link back to itself, which is odd, but the offici

Re: [OE-core] [PATCH] scripts/oe-pkgdata-util: fix global name 'debug' is not defined

2013-10-29 Thread Paul Eggleton
Hi Saul, On Tuesday 29 October 2013 12:33:05 Saul Wold wrote: > On 10/29/2013 08:21 AM, Paul Eggleton wrote: > > This global variable is no longer present, so pass in the value > > specified via the command line. > > This did not seem to fix the issue, I restarted the AB after this fix > was in.

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-29 Thread Saul Wold
On 10/29/2013 01:20 PM, Chris Patterson wrote: On Tue, Oct 29, 2013 at 3:27 AM, Laurentiu Palcu mailto:laurentiu.pa...@intel.com>> wrote: Hi Chris, On Mon, Oct 28, 2013 at 07:54:51PM -0400, Chris Patterson wrote: > > I'm not terribly familiar with the nativesdk, and (foolis

[OE-core] [PATCH] lsb: add begin function to lsb_log_message

2013-10-29 Thread Paul Barrette
Some init scripts call a "begin" action to log early init phase messages, e.g. openvswitch-controller. Add the "begin" function to lsb_log_message. Signed-off-by: Paul Barrette --- meta/recipes-extended/lsb/lsb/lsb_log_message | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipe

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-29 Thread Chris Patterson
On Tue, Oct 29, 2013 at 3:27 AM, Laurentiu Palcu wrote: > Hi Chris, > > On Mon, Oct 28, 2013 at 07:54:51PM -0400, Chris Patterson wrote: > > > > I'm not terribly familiar with the nativesdk, and (foolishly) neglected > to test > > that. However, I looked into it, and it looks like the > relocatab

Re: [OE-core] [PATCH 2/2] xserver-kdrive: update to 1.11.2

2013-10-29 Thread Saul Wold
On 12/01/2011 09:27 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan I didn't remove the old one because it is possible for the new version to \ have some bugs during using or testing. Please work to test the new version better so that we can remove the old version. Patches are commented by "#"

Re: [OE-core] [PATCH] scripts/oe-pkgdata-util: fix global name 'debug' is not defined

2013-10-29 Thread Saul Wold
On 10/29/2013 08:21 AM, Paul Eggleton wrote: This global variable is no longer present, so pass in the value specified via the command line. This did not seem to fix the issue, I restarted the AB after this fix was in. Sau! Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 23 ++

Re: [OE-core] [PATCH 0/1] libx11-diet: update to 1.4.4

2013-10-29 Thread Saul Wold
On 11/11/2011 03:09 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Hi Saul, I have modified my fault according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/update_libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-co

Re: [OE-core] [PATCH 1/2] gobject-introspection: update frome meta-oe

2013-10-29 Thread Saul Wold
On 11/13/2011 09:50 AM, Dmitry Eremin-Solenikov wrote: OE-Core uses very old version of gobject-introspection. The recipe says 0.10.8, but in reality it's GOBJECT_INTROSPECTION_0_6_3-41-gefa7266. That version e.g. doesn't compile with python 2.7 (default in some versions), etc. Signed-off-by: Dm

Re: [OE-core] [PATCH 0/1] libx11-diet: update to 1.4.4

2013-10-29 Thread Saul Wold
On 11/15/2011 02:07 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Hi Saul, I have modified my fault according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/l

Re: [OE-core] [PATCH 0/1] directfb: update to 1.4.15

2013-10-29 Thread Saul Wold
On 11/11/2011 03:14 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan I update it to 1.4.15 because directfb at 1.5 or higher need instruction set of armv6. Some codes are realized with assemble language for new directfb but the current qemuarm base on armv5. Some error will appear like "No xxx instr

Re: [OE-core] [PATCH] systemd-compat-units: run-postinsts fix script link

2013-10-29 Thread Andreas Müller
On Thu, Oct 24, 2013 at 9:46 AM, Andreas Müller wrote: > On Wed, Oct 16, 2013 at 1:27 PM, Andreas Müller > wrote: >> in >> >> commit fe039170236080291c0220476a5809774f82ee5c >> Author: Muhammad Shakeel >> Date: Wed Oct 2 10:55:32 2013 + >> >> systemd-compat-units: Use correct run-posti

[OE-core] [CONSOLIDATED PULL 00/21] Updates and some patches

2013-10-29 Thread Saul Wold
Richard, This set came in last week and I pulled them together at ELC, I will be working on catching up and syncing with the list today. Thanks Sau! The following changes since commit fa90f92e52330a9bf5836c0832412af0927b19a9: scripts/oe-pkgdata-util: fix global name 'debug' is not def

Re: [OE-core] [PATCH 0/1] wic fix to remove getenforce check

2013-10-29 Thread Tom Zanussi
ping On Thu, 2013-10-24 at 08:11 -0500, Tom Zanussi wrote: > Found when testing on OpenSuse, this time. > > The following changes since commit 754e8768b69acba89bd6c3ba5dbe55b9df4d8083: > > base.bbclass: fix nondeterministic PACKAGECONFIG processing order > (2013-10-24 08:38:27 +0100) > > are

Re: [OE-core] [PATCH] Mesa: upgrade to 9.2.2

2013-10-29 Thread Saul Wold
On 10/24/2013 03:32 AM, Valentin Popa wrote: * License is still MIT * removed patches were already merged or another solution was used upstream. Signed-off-by: Valentin Popa --- ...ate-NativeDisplayType-depending-on-config.patch | 0 ...move-the-power-of-two-sizeof-struct-cmd_b.patch |

[OE-core] [v3][PATCH 1/1] vala.bbclass: add dependency on vala

2013-10-29 Thread Joe Slater
This class points the inheritor, if it is a target, to directories in the target sysroot, so we want to be sure the .vapi files are there. Signed-off-by: Joe Slater --- meta/classes/vala.bbclass |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/classes/vala.bb

Re: [OE-core] [PATCH 0/2] glib-2.0 and bluez5 upgrades

2013-10-29 Thread Iorga, Cristian
Ping. Any comments? /Cristian -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Cristian Iorga Sent: Wednesday, October 23, 2013 8:00 PM To: openembedded-core@lists.openembedded.org Subject: [O

Re: [OE-core] [PATCH 1/1] connman: upgrade to 1.19

2013-10-29 Thread Iorga, Cristian
Ping. Any comments on this one? /Cristian -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Cristian Iorga Sent: Tuesday, October 22, 2013 5:10 PM To: openembedded-core@lists.openembedded.org S

Re: [OE-core] [PATCH] package_rpm.bbclass : escape "%" in files and directories name

2013-10-29 Thread Sebastien MENNETRIER
I'm not a specialist with rpm but I saw this documentation and I tried with "%%" and with "\%" and it did not work. I don't know if it's the best way but it work for me ;) Regards, Seb 2013/10/29 Paul Eggleton > Hi Sébastien, > > On Tuesday 29 October 2013 17:09:09 Sébastien Mennetrier wrote

Re: [OE-core] [PATCH] package_rpm.bbclass : escape "%" in files and directories name

2013-10-29 Thread Paul Eggleton
Hi Sébastien, On Tuesday 29 October 2013 17:09:09 Sébastien Mennetrier wrote: > Fixes [YOCTO #5397] > > The rpm process replace all the "%name" in the spec file by the name of > the package. So, if the package is composed of some files or directories > named "%name...", the rpm package process fa

Re: [OE-core] Issue with package_rpm : can't install files named "%name..."

2013-10-29 Thread Sebastien MENNETRIER
Hi, I tried to create a patch to fix this issue : http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085689.html Regards, Seb 2013/10/28 Sebastien MENNETRIER > Paul, > > Thanks for your answer. I filled a bug : > https://bugzilla.yoctoproject.org/show_bug.cgi?id=5397 > > R

[OE-core] [PATCH] package_rpm.bbclass : escape "%" in files and directories name

2013-10-29 Thread Sébastien Mennetrier
Fixes [YOCTO #5397] The rpm process replace all the "%name" in the spec file by the name of the package. So, if the package is composed of some files or directories named "%name...", the rpm package process failed. Replace all "%" present in files or directories names by "[%]" Signed-off-by: Séb

Re: [OE-core] [PATCH] openssl: create package for openssl configuration file

2013-10-29 Thread Paul Eggleton
On Tuesday 29 October 2013 08:36:49 Saul Wold wrote: > On 10/27/2013 10:15 PM, qiang.c...@windriver.com wrote: > > From: Qiang Chen > > > > * Add the openssl-conf package to the list of packages to > > > >be created. This package contains the openssl.cnf file > >which is used by both th

Re: [OE-core] [PATCH 1/4] liburcu: upgrade to 0.8.0

2013-10-29 Thread Saul Wold
On 10/24/2013 01:01 AM, Cristiana Voicu wrote: Fix case where ${B} != ${S}; add patch to allow out of tree doc exemples build to work Add patch to remove CC=gcc when CC is defined, in order to use the cross compiler. Signed-off-by: Cristiana Voicu --- meta/recipes-support/liburcu/files/fixCCf

Re: [OE-core] [PATCH] openssl: create package for openssl configuration file

2013-10-29 Thread Saul Wold
On 10/27/2013 10:15 PM, qiang.c...@windriver.com wrote: From: Qiang Chen * Add the openssl-conf package to the list of packages to be created. This package contains the openssl.cnf file which is used by both the openssl executable in the openssl package and the libcrypto library. * T

Re: [OE-core] [PATCH 3/5] image_types.bbclass: fix EXTRA_IMAGECMD_sum.jffs2

2013-10-29 Thread Richard Purdie
On Tue, 2013-10-29 at 13:17 +0100, Andrea Adami wrote: > On Tue, Oct 29, 2013 at 12:45 PM, Richard Purdie > wrote: > > On Tue, 2013-10-29 at 12:17 +0100, Andrea Adami wrote: > >> On Tue, Oct 29, 2013 at 12:01 PM, Richard Purdie > >> wrote: > >> > On Mon, 2013-10-21 at 00:34 +0200, Andrea Adami wr

[OE-core] [PATCH] scripts/oe-pkgdata-util: fix global name 'debug' is not defined

2013-10-29 Thread Paul Eggleton
This global variable is no longer present, so pass in the value specified via the command line. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util

Re: [OE-core] [v2][PATCH 1/1] vala.bbclass: add dependency on vala

2013-10-29 Thread Saul Wold
On 09/26/2013 11:52 AM, Joe Slater wrote: This class points the inheritor, if it is a target, to directories in the target sysroot, so we want to be sure the .vapi files are there. Signed-off-by: Joe Slater --- meta/classes/vala.bbclass |8 +--- 1 files changed, 5 insertions(+), 3 de

Re: [OE-core] [PATCH v2 2/3] expect: Add recipe

2013-10-29 Thread Saul Wold
On 09/09/2013 01:16 AM, Mihaela Sendrea wrote: Nedeed for gcc-runtime tests. Signed-off-by: Mihaela Sendrea --- .../expect/expect/0001-configure.in.patch | 108 .../expect/expect/0002-tcl.m4.patch| 17 +++ meta/recipes-devtools/expect/expect_

[OE-core] OE Changelog since 2013-10-20 until 2013-10-27

2013-10-29 Thread cliff . brake
Changelog since 2013-10-20 until 2013-10-27. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH] shared-mime-info: upgrade to 1.2

2013-10-29 Thread Valentin Popa
Adapted parallelmake.patch to the new Makefile.am. Signed-off-by: Valentin Popa --- .../shared-mime-info/shared-mime-info/parallelmake.patch | 4 ++-- .../{shared-mime-info_1.1.bb => shared-mime-info_1.2.bb} | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) ren

[OE-core] [PATCH v2] libx11: upgrade to 1.6.2

2013-10-29 Thread Valentin Popa
Adapted X18NCMSstubs.diff to correctly apply. Tested on core-image-sato (for both libx11 and libx11-diet) Signed-off-by: Valentin Popa --- .../xorg-lib/{libx11-diet_1.6.1.bb => libx11-diet_1.6.2.bb} | 4 ++-- meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff | 3 +-

[OE-core] [PATCH] libx11: upgrade to 1.6.2

2013-10-29 Thread Valentin Popa
From: Upgrade Helper Adapted X18NCMSstubs.diff to correctly apply. Tested on core-image-sato (for both libx11 and libx11-diet) Signed-off-by: Valentin Popa --- .../xorg-lib/{libx11-diet_1.6.1.bb => libx11-diet_1.6.2.bb} | 4 ++-- meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.di

Re: [OE-core] [PATCH V2 1/1] sysvinit: fix missing of boot log

2013-10-29 Thread ChenQi
ping Any comment on this one? Best Regards, Chen Qi On 09/26/2013 06:02 PM, qi.c...@windriver.com wrote: From: Chen Qi Previously, our system had no boot log even if the bootlogd daemon was started correctly. The root cause is that the log file doesn't exist when starting the bootlogd. Add

Re: [OE-core] [PATCH 3/5] image_types.bbclass: fix EXTRA_IMAGECMD_sum.jffs2

2013-10-29 Thread Richard Purdie
On Tue, 2013-10-29 at 12:17 +0100, Andrea Adami wrote: > On Tue, Oct 29, 2013 at 12:01 PM, Richard Purdie > wrote: > > On Mon, 2013-10-21 at 00:34 +0200, Andrea Adami wrote: > >> When overriding EXTRA_IMAGE_CMD_jffs2 = "--pad=foo ..." > >> we are passing a malformed option to sumtool: > >> > >> su

Re: [OE-core] [PATCH 3/5] image_types.bbclass: fix EXTRA_IMAGECMD_sum.jffs2

2013-10-29 Thread Andrea Adami
On Tue, Oct 29, 2013 at 12:01 PM, Richard Purdie wrote: > On Mon, 2013-10-21 at 00:34 +0200, Andrea Adami wrote: >> When overriding EXTRA_IMAGE_CMD_jffs2 = "--pad=foo ..." >> we are passing a malformed option to sumtool: >> >> sumtool: option '--pad' doesn't allow an argument >> >> Fix this by dec

Re: [OE-core] [PATCH 3/5] image_types.bbclass: fix EXTRA_IMAGECMD_sum.jffs2

2013-10-29 Thread Richard Purdie
On Mon, 2013-10-21 at 00:34 +0200, Andrea Adami wrote: > When overriding EXTRA_IMAGE_CMD_jffs2 = "--pad=foo ..." > we are passing a malformed option to sumtool: > > sumtool: option '--pad' doesn't allow an argument > > Fix this by declaring a separate variable for the purpose. > > Signed-off-by:

Re: [OE-core] [PATCH 3/5] image_types.bbclass: fix EXTRA_IMAGECMD_sum.jffs2

2013-10-29 Thread Andrea Adami
BUMP I've seen the first two bugfixes have been applied and now it is possible to override EXTRA_IMAGECMD_jffs2. This patch fixes the case of sum.jffs2 when a padding value is specified because sumtool won't swallow it. Thx Andrea On Mon, Oct 21, 2013 at 12:34 AM, Andrea Adami wrote: > When

[OE-core] [oe][PATCHv3] libjson: update to 0.11 and rename to json-c

2013-10-29 Thread Jack Mitchell
From: Jack Mitchell libjson is now known as json-c, it keeps support for the old libjson namespace so it shouldn't break anything. Built without parallel make as it would fail when it tries to link to link back to itself, which is odd, but the official word is: don't build in parallel. Signed-of

Re: [OE-core] [PATCHv3] ltp: update to new release 20130904

2013-10-29 Thread Richard Purdie
On Mon, 2013-09-09 at 12:17 +0200, Anders Roxell wrote: > Signed-off-by: Anders Roxell > --- > meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} | 10 > +- > 1 file changed, 5 insertions(+), 5 deletions(-) > rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.

Re: [OE-core] [PATCH] nfs-utils: modify nfsserver init script indent

2013-10-29 Thread Qiang Chen
Hi richard and Saul, Any comment for this patch ? If it's OK, could you please help merge to oe-core at your earliest convenience ? Thanks a lot ! Qiang On 10/22/2013 01:14 PM, qiang.c...@windriver.com wrote: From: Qiang Chen Using sysvinit testing service status, nfsserver status allways

[OE-core] [PATCH] libxv: upgrade to 1.0.10

2013-10-29 Thread Valentin Popa
Signed-off-by: Valentin Popa --- meta/recipes-graphics/xorg-lib/{libxv_1.0.9.bb => libxv_1.0.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxv_1.0.9.bb => libxv_1.0.10.bb} (78%) diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.9.b

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-29 Thread Martin Jansa
On Mon, Oct 28, 2013 at 03:48:17PM -0700, Khem Raj wrote: > On Mon, Oct 28, 2013 at 1:53 PM, Jack Mitchell > wrote: > > As for the BPN-PV, I don't really understand, I just grepped for libjson, > > and changed all the occurrences... the separate build dir being one of them, > > how would you expe

Re: [OE-core] SRC_URI computing order

2013-10-29 Thread Eric Bénard
Hi Khem, Le Mon, 28 Oct 2013 20:45:21 -0700, Khem Raj a écrit : > On Mon, Oct 28, 2013 at 7:10 AM, Eric Bénard wrote: > > Hi Richard, > > > > I saw your patch fixing FILESPATH's and Kergoth's one fixing > > PACKAGECONFIG processing order and I think I'm also facing an order > > problem when SRC

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-29 Thread Laurentiu Palcu
Hi Chris, On Mon, Oct 28, 2013 at 07:54:51PM -0400, Chris Patterson wrote: > > I'm not terribly familiar with the nativesdk, and (foolishly) neglected to > test > that. However, I looked into it, and it looks like the relocatable_sdk.patch > affects a linker script that is no longer available.

[OE-core] [PATCH 1/1] coreutils: support command arch

2013-10-29 Thread Hongxu Jia
The "arch" is removed in util-linux 2.23, but some old software and devs look for arch: http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00010.html Use coreutils version. [YOCTO #5404] Signed-off-by: Hongxu Jia --- meta/recipes-core/coreutils/coreutils_8.21.bb | 3 ++- 1 file changed,

[OE-core] [PATCH 0/1] coreutils: support command arch

2013-10-29 Thread Hongxu Jia
The following changes since commit 78b91ab23d9856525fc7ac1bb8da2975382813bf: pigz: bump to 2.3.1 (2013-10-26 16:08:41 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-coreutils http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-co