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:

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:

[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

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

[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

[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

[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

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

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

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

[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

[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(+)

[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

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

[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

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

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 --

[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

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 > --- >

[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

[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

[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