[OE-core] [PATCH] meta/classes: fix bb.build.FuncFailed typos

2016-08-07 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/classes/grub-efi.bbclass | 2 +- meta/classes/gummiboot.bbclass| 4 ++-- meta/classes/syslinux.bbclass | 2 +- meta/classes/systemd-boot.bbclass | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/classes/grub-efi.bbclass

[OE-core] [krogoth][jethro][PATCH] meta/classes: fix bb.build.FuncFailed typos

2016-08-07 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/classes/grub-efi.bbclass | 2 +- meta/classes/gummiboot.bbclass | 4 ++-- meta/classes/syslinux.bbclass | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 4ce3d28..ec8662

[OE-core] [RFT] binutils 2.27

2016-08-07 Thread Khem Raj
Hi All I have put together upgrade for binutils 2.27 here ( kraj/master branch ) https://github.com/kraj/openembedded-core/commit/b98f5761d2285ffd773ec6ecb901b799302ebd6b I have started bunch of test builds. but I would appreciate any help in testing it out in your environments and report any i

Re: [OE-core] [PATCH 2/3] strace: 4.12 -> 4.13

2016-08-07 Thread Khem Raj
this broke musl/mips64 see http://errors.yoctoproject.org/Errors/Details/74499/ On Tue, Aug 2, 2016 at 1:51 AM, Robert Yang wrote: > Updated Makefile-ptest.patch > > Signed-off-by: Robert Yang > --- > meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 12 > > .../stra

[OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-07 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu This commit update to latest git revision and add SRCPV to PV. Signed-off-by: Nobuhiro Iwamatsu --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/reci

Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-07 Thread Richard Purdie
On Sun, 2016-08-07 at 23:48 +0900, Nobuhiro Iwamatsu wrote: > From: Nobuhiro Iwamatsu > > This commit update to latest git revision and add SRCPV to PV. Why do we need a git revision of this rather than a released version? Cheers, Richard -- ___ Op

Re: [OE-core] [PATCH] Update dnsmasq to version 2.76

2016-08-07 Thread Paul Eggleton
Hi Terry, Some feedback on your patch: * The dnsmasq recipe is in meta-networking, not OE-Core. Accordingly this patch should be sent to the openembedded-de...@lists.openembedded.org mailing list rather than this one. * Please include "Signed-off-by" in your commit message. * Please use -M wi

[OE-core] [PATCH] busybox: Fix busybox-init on non-tty consoles

2016-08-07 Thread Stefan Agner
When using non-tty consoles (e.g. VirtIO console /dev/hvc0) the current init system fails with: process '/sbin/getty 115200 hvc0' (pid 545) exited. Scheduling for restart. can't open /dev/ttyhvc0: No such file or directory The first field needs to be a valid device. The BusyBox inittab example exp

Re: [OE-core] [PATCH] busybox: Fix busybox-init on non-tty consoles

2016-08-07 Thread Khem Raj
> On Aug 7, 2016, at 6:30 PM, Stefan Agner wrote: > > When using non-tty consoles (e.g. VirtIO console /dev/hvc0) the > current init system fails with: > process '/sbin/getty 115200 hvc0' (pid 545) exited. Scheduling for restart. > can't open /dev/ttyhvc0: No such file or directory > > The firs

[OE-core] [PATCH 0/2] Fixes for Eclipse Qemu debug

2016-08-07 Thread bavery
This patch set fixes YOCTO #9362. The busybox resize utility was running on ssh connections from Eclipse and causing Eclipse to fail to start gdbserver. Furthermore, the opensftp server wasn't starting up correctly without the openssh-server. Thanks go to Max Krummenacher for suggesting a good

[OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-07 Thread bavery
The openssh-sftp-server was already part of the pakagegroup. Adding the openssh-server lets the sftp server start up correctly. YOCTO #9362 Signed-off-by: bavery --- recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/p

[OE-core] [PATCH 2/2] base-files: restrict resize to run on serial consoles only in profile │·

2016-08-07 Thread bavery
We don't need/wan't to run resize on an ssh connection. It's useless and it breaks the Eclipse SSH debug connection. So, we added a check. YOCTO #9362 Signed-off-by: bavery --- recipes-core/base-files/base-files/profile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/

Re: [OE-core] [PATCH v2] Replace foomatic-filters with cups-filters

2016-08-07 Thread Fan Xin
Hi I notice that the newest version of cups-filters is 1.10.0 . https://www.openprinting.org/download/cups-filters/ So I make a patch to upgrade the cups-filters and make some updates to the recipe file. https://github.com/fan-xin/meta-printing/commit/cc2981c93c5fdfc1c19cffa031cc7207da5898ed

Re: [OE-core] [PATCH] ltp: upgrade to 20160510

2016-08-07 Thread Fan Xin
As this recipe fetches from git if you don't change SRCREV then it's not an upgrade. Yes, you are right. I will modify the SRCREV and resend the patch. Thanks for your comment. Best Regards, Fan -- ___ Openembedded-core mailing list Openembedded-co

Re: [OE-core] [PATCH] qpdf: add new recipe

2016-08-07 Thread Fan Xin
Why do we need this in OE-Core compared to a layer like meta -openembedded? Hi, thanks for your comment. I have sent this patch to meta-openembedded. I sent this patch because the qpdf is dependence of cups-filters. And I want to replace the foomatic-filters with cups-filters. So firstly I se

[OE-core] [PATCH] tmpfiles.d: don't create the symbol link

2016-08-07 Thread Mingli Yu
Don't create symbol link for existing file /etc/os-release and /etc/localtime exist in our system, so remove below two lines in /usr/lib/tmpfiles.d/etc.conf L /etc/os-release - - - - ../usr/lib/os-release L /etc/localtime - - - - ../usr/share/zoneinfo/UTC * The os-release is shipped by base-files

[OE-core] [PATCH 0/1] xmlto: fix depends for native

2016-08-07 Thread Robert Yang
The following changes since commit c4dda05cb9755cb865c1d1bd142196f8a9f45d3d: Revert "packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput" (2016-08-04 20:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/xml h

[OE-core] [PATCH 1/1] xmlto: fix depends for native

2016-08-07 Thread Robert Yang
xmlto-native requires xsltproc which is provided by libxslt to run. Fixed: xmlto: Can't continue, xsltproc tool not found or not executable. Signed-off-by: Robert Yang --- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH 2/3] strace: 4.12 -> 4.13

2016-08-07 Thread Robert Yang
On 08/07/2016 10:43 PM, Khem Raj wrote: this broke musl/mips64 see http://errors.yoctoproject.org/Errors/Details/74499/ Sorry, I will look into it later. // Robert On Tue, Aug 2, 2016 at 1:51 AM, Robert Yang wrote: Updated Makefile-ptest.patch Signed-off-by: Robert Yang --- meta/re

[OE-core] [PATCH v2] busybox: Fix busybox-init on non-tty consoles

2016-08-07 Thread Stefan Agner
When using non-tty consoles (e.g. VirtIO console /dev/hvc0) the current init system fails with: process '/sbin/getty 115200 hvc0' (pid 545) exited. Scheduling for restart. can't open /dev/ttyhvc0: No such file or directory The first field needs to be a valid device. The BusyBox inittab example exp

Re: [OE-core] [PATCH 0/1] packagefeed-stability.bbclass: fix multilib + rpm

2016-08-07 Thread Robert Yang
ping. // Robert On 07/27/2016 03:51 PM, Robert Yang wrote: The following changes since commit b32d430c3c7dccf3a8d06ab492d648893a05950f: dpkg: use snapshot.debian.org for SRC_URI (2016-07-26 08:56:08 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-

Re: [OE-core] [PATCH V2 0/9] Fix udev dirs

2016-08-07 Thread Robert Yang
Hi Ross, Do you have any comments please ? // Robert On 07/27/2016 05:27 PM, Robert Yang wrote: * V2 - lib/udev/rules.d -> lib/udev in bitbake.conf - Remove duplicated udev setting for more recipes // Robert The following changes since commit b32d430c3c7dccf3a8d06ab492d648893a05950f:

[OE-core] [PATCH 0/1] bitbake.conf: change localedir

2016-08-07 Thread Chen Qi
The following changes since commit c4dda05cb9755cb865c1d1bd142196f8a9f45d3d: Revert "packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput" (2016-08-04 20:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/loca

[OE-core] [PATCH 1/1] bitbake.conf: change localedir

2016-08-07 Thread Chen Qi
Previously, localedir is set to "${libdir}/locale". This would result in locale database installed in '/usr/lib64/locale' in some multilib case. For example, if we build out a multilib x86-64 self-hosted image and we try to build projects on this host, things broke and the following error appears.

Re: [OE-core] [RFT] binutils 2.27

2016-08-07 Thread Richard Purdie
On Sun, 2016-08-07 at 01:39 -0700, Khem Raj wrote: > I have put together upgrade for binutils 2.27 here ( kraj/master > branch ) > > https://github.com/kraj/openembedded-core/commit/b98f5761d2285ffd773e > c6ecb901b799302ebd6b > > I have started bunch of test builds. but I would appreciate any hel

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-07 Thread Jacob Kroon
On 08/08/2016 05:43 AM, bavery wrote: The openssh-sftp-server was already part of the pakagegroup. Adding the openssh-server lets the sftp server start up correctly. If openssh-sftp-server cannot run without openssh, shouldn't it RDEPEND on it instead ? YOCTO #9362 Signed-off-by: bavery

[OE-core] [PATCH 1/1] bash: fix run-intl ptest failed

2016-08-07 Thread Dengke Du
1. Filter the extra white space in intl.right When the sub-test unicode2.sub of intl.tests executed, it produced compact results without extra white space, compared to intl.right, it failed. So we need to filter the extra white space in intl.right. 2. Delete the '%q' in unicode3.sub

[OE-core] [PATCH 0/1] bash: fix run-intl ptest failed

2016-08-07 Thread Dengke Du
The following changes since commit 5b61fa04a335a4fdefd435dc25d4bac41ee21e39: bitbake: toaster-tests: fix URL given for Chromedriver download (2016-07-29 09:53:32 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib dengke/fix-bash-ptest-run-in

[OE-core] [PATCH] strace: Fix build with mips/mips64 on musl

2016-08-07 Thread Khem Raj
SIGEMT doesnt exist on musl Signed-off-by: Khem Raj --- .../strace/strace/mips-SIGEMT.patch| 24 ++ meta/recipes-devtools/strace/strace_4.13.bb| 1 + 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-devtools/strace/strace/mips-SIGEMT

[OE-core] [PATCH] world-broken: Add libunwind for musl/arm

2016-08-07 Thread Khem Raj
gcc and libunwind race and when libunwind wins results are build fails for gcc as described this is only seen on musl/arm since on musl /usr/include is search before gcc fixed headers and unwind.h is in fixed headers. So it works ok on glibc but not on musl due to reversed search order. Signed-off