Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-07 Thread Andreas Müller
On Mon, Oct 6, 2014 at 5:23 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 06, 2014 at 10:32:49AM +0200, Andreas Müller wrote: On Fri, Oct 3, 2014 at 10:10 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Oct 03, 2014 at 10:04:26PM +0200, Martin Jansa wrote: On

Re: [OE-core] [PATCH] systemd: don't add files and dependencies from units Conflicts

2014-10-07 Thread Erik Botö
This patch works well for me. Any chance of it getting cherry-picked into Daisy as well? Cheers, Erik On Tue, Oct 7, 2014 at 12:10 AM, Ross Burton ross.bur...@intel.com wrote: Adding dependencies and moving files based on Conflicts tags in unit files isn't right, mainly as it means that

Re: [OE-core] [oe-core][RFC][PATCH] nss-myhostname: blacklist because of conflict with systemd

2014-10-07 Thread Burton, Ross
On 7 October 2014 02:12, Martin Jansa martin.ja...@gmail.com wrote: +PNBLACKLIST[nss-myhostname] = CONFLICT: systemd provides sysroots/qemux86-64/usr/lib/libnss_myhostname.so.2 How about we don't build throw a SkipPackage if nss-myhostname is building with the systemd DISTRO_FEATURE, as the

Re: [OE-core] RFC: automatic -dbg splitting

2014-10-07 Thread Burton, Ross
Hi all, On 11 June 2014 20:10, Burton, Ross ross.bur...@intel.com wrote: I know there are recipes floating around that have multiple -dbg packages, but I can't see a great rationale for that. I also can't see a reason why you'd want debug objects/sources outside of the -dbg package, or

Re: [OE-core] [PATCH] systemd: don't add files and dependencies from units Conflicts

2014-10-07 Thread Andreas Müller
On Tue, Oct 7, 2014 at 9:18 AM, Erik Botö erik.b...@pelagicore.com wrote: This patch works well for me. Any chance of it getting cherry-picked into Daisy as well? Cheers, Erik On Tue, Oct 7, 2014 at 12:10 AM, Ross Burton ross.bur...@intel.com wrote: Adding dependencies and moving files

[OE-core] [PATCH] boost: fix build when ${PARALLEL_MAKE} contains '-l'

2014-10-07 Thread Enrico Scholz
The '-l' option which is valid for GNU make (-- limit by load) has a different meaning in bjam (-- limit maximum execution time) and will break very likely the build. Keep only the the '-l' option when passing PARALLEL_MAKE options to bjam. Signed-off-by: Enrico Scholz

[OE-core] [PATCH] dosfstools: place files in /sbin, not in /usr/sbin

2014-10-07 Thread Enrico Scholz
systemd expects fsck programs to be located in /sbin and fails for dosfstools with | Checking was requested for ..., but /sbin/fsck.vfat cannot be used: No such file or directory Other fsck programs (e.g. ext4) are located in /sbin already so move vfat programs into this directory too.

Re: [OE-core] [PATCH] systemd: don't add files and dependencies from units Conflicts

2014-10-07 Thread Burton, Ross
On 7 October 2014 11:40, Andreas Müller schnitzelt...@googlemail.com wrote: What other packages are missing after this change? Any buildhistory on this? $ git checkout master $ bitbake core-image-sato $ git checkout systemd $ bitbake core-image-sato $ buildhistory-diff | grep -v PKGR Changes to

[OE-core] Multiple issues building from dizzy or master

2014-10-07 Thread Lauren Post
We've been trying for a few weeks to move all our builds to master (yesterday dizzy for poky which is the same) and been having random strange problems on multiple jenkins machines we do our daily builds on. I talked to Otavio about it but wonder if we are missing something.I'd appreciate

Re: [OE-core] Multiple issues building from dizzy or master

2014-10-07 Thread Mark Hatle
On 10/7/14, 10:24 AM, Lauren Post wrote: We've been trying for a few weeks to move all our builds to master (yesterday dizzy for poky which is the same) and been having random strange problems on multiple jenkins machines we do our daily builds on. I talked to Otavio about it but wonder if

[OE-core] [PATCH 1/2] Images: handle rowstride != width*bytes_per_pixel

2014-10-07 Thread Olaf Mandel
From 0793aa7daf4b594fae1b412ab16a7d42d8c8560b Mon Sep 17 00:00:00 2001 From: Olaf Mandel o.man...@menlosystems.com Date: Tue, 7 Oct 2014 15:12:08 +0200 Subject: [PATCH 1/2] Images: handle rowstride != width*bytes_per_pixel Up till now, image data with a rowstride larger than the value expected

Re: [OE-core] [PATCH 1/2] Images: handle rowstride != width*bytes_per_pixel

2014-10-07 Thread Olaf Mandel
Am 07.10.2014 18:43, schrieb Olaf Mandel: Up till now, image data with a rowstride larger than the value expected from width and bytes_per_pixel caused a trapezoid distortion of the displayed image. Signed-off-by: Olaf Mandel o.man...@menlosystems.com -Snipp- Hi, my apologies: I should

Re: [OE-core] Multiple issues building from dizzy or master

2014-10-07 Thread Martin Jansa
On Tue, Oct 07, 2014 at 03:24:35PM +, Lauren Post wrote: We've been trying for a few weeks to move all our builds to master (yesterday dizzy for poky which is the same) and been having random strange problems on multiple jenkins machines we do our daily builds on. I talked to Otavio

Re: [OE-core] [PATCH] base.bbclass: add SRCREV to do_fetch() hash

2014-10-07 Thread Khem Raj
On Mon, Sep 29, 2014 at 11:48 AM, Martin Jansa martin.ja...@gmail.com wrote: Hm, should SRCREV_FORMAT also be in the hash? That probably won't be enough, you would need to include all SRCREV_foo SRCREV_bar variables when SRCREV_FORMAT = foo_bar Maybe we can include SRCPV in hash to cover

Re: [OE-core] [PATCH] base.bbclass: add SRCREV to do_fetch() hash

2014-10-07 Thread Khem Raj
On Mon, Sep 29, 2014 at 7:40 AM, Ross Burton ross.bur...@intel.com wrote: Without this changing just the SRCREV won't re-fetch unless you embed the SRCREV into PV. The downside here is that every hash changes, so this causes a full rebuild. can we back port this to daisy as well.

[OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-07 Thread Aníbal Limón
Busybox prerm scripts create temp directory and fill with symlinks to common utilities in order to upgrade itself, PATH is exported but dpkg didn't take a look of this links and fails. In order to fix, Changed temp directory to /usr/loca/bin in debian packages. Added missing

Re: [OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-07 Thread Andreas Oberritter
Hello Aníbal, On 07.10.2014 22:00, Aníbal Limón wrote: Busybox prerm scripts create temp directory and fill with symlinks to common utilities in order to upgrade itself, PATH is exported but dpkg didn't take a look of this links and fails. In order to fix, Changed temp directory to

Re: [OE-core] [PATCH] systemd: don't add files and dependencies from units Conflicts

2014-10-07 Thread Burton, Ross
On 7 October 2014 15:44, Burton, Ross ross.bur...@intel.com wrote: That's not a world build but it does include many packages with systemd units. Just finished a world build: $ buildhistory-diff |grep -v PKGR| tee systemd-builddiff packages/corei7-64-poky-linux/openssh/openssh-sshd: PKGSIZE

[OE-core] [PATCH] runqemu: switch touchscreen emulation to HID tablet

2014-10-07 Thread Cristian Iorga
The Wacom tablet as emulated by qemu is no longer supported in the current form in linux 3.17. Switching to USB HID tablet qemu emulation in runqemu. Proper mouse integration is provided. Partial fix for issue [YOCTO #6810]. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

Re: [OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-07 Thread Aníbal Limón
HI Andreas, I reviewed the patches and looks good, only i have a comment in this file, http://git.openembedded.org/openembedded-core-contrib/commit/?h=obi/doraid=a5f18409d1bf2877f898b902cafc317cbf7462e4 I didn't know if the same apply for rpm and ipk. There are a lot of patches, Do you

Re: [OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-07 Thread Andreas Oberritter
On 08.10.2014 00:49, Aníbal Limón wrote: I reviewed the patches and looks good, only i have a comment in this file, http://git.openembedded.org/openembedded-core-contrib/commit/?h=obi/doraid=a5f18409d1bf2877f898b902cafc317cbf7462e4 I didn't know if the same apply for rpm and ipk. I

[OE-core] [PATCH] valgrind: Enforce 30 seconds limit for each test

2014-10-07 Thread Tudor Florea
Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../valgrind/valgrind/add-ptest.patch | 68 +- 1 file changed, 53 insertions(+), 15 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind/add-ptest.patch

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Add patch for disable pkg-check of wayland-scanner

2014-10-07 Thread Nobuhiro Iwamatsu
wayland plugin can not build by pkg-check of wayland-scanner. By applying patch to disable a check of wayland-scanner, wayland plugin can build. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwama...@renesas.com --- .../gstreamer/gstreamer1.0-plugins-bad.inc |1 +

Re: [OE-core] [PATCH 0/3] Update three packages

2014-10-07 Thread Chong Lu
ping On 09/30/2014 05:33 PM, Chong Lu wrote: The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page (2014-09-29 14:11:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 1/1] xinetd: add systemd unit file

2014-10-07 Thread Chong Lu
ping //Chong On 09/09/2014 01:32 PM, Chong Lu wrote: Add systemd unit file for xinetd. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/xinetd/xinetd/xinetd.service | 13 + meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 12 +++- 2 files

[OE-core] [PATCH v2] gstreamer1.0-plugins-bad: Add patch for disable pkg-check of wayland-scanner

2014-10-07 Thread Nobuhiro Iwamatsu
wayland plugin can not build by pkg-check of wayland-scanner. By applying patch to disable a check of wayland-scanner, wayland plugin can build. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: Fix Signed-off. .../gstreamer/gstreamer1.0-plugins-bad.inc |1

[OE-core] [PATCH 2/2] clutter-1.0: add ptest

2014-10-07 Thread Tim Orling
Upstream has reworked installed-tests, use them for ptest. Default output format for tests is not TAP, add patch to generate TAP output. Run tests with gnome-desktop-testing-runner, which understands TAP output. Tested on nuc with core-image-clutter and core-image-weston. Reminder that for pure

[OE-core] [PATCH 1/2] clutter-1.0: upgrade to v1.20.0

2014-10-07 Thread Tim Orling
* The 1.19.x series were snapshots and not stable releases. * This is the first stable release beyond the 1.18.x series. * Tested on nuc with core-image-weston. ANNOUNCEMENT: https://mail.gnome.org/archives/clutter-list/2014-September/msg7.html Signed-off-by: Tim Orling ticot...@gmail.com

Re: [OE-core] [PATCH] git: add Git perl module to perltools package

2014-10-07 Thread Robert Yang
Hi Peter, On 09/20/2014 01:44 AM, Peter A. Bigot wrote: Git perl tools such as add--interactive load the Git module at runtime. A previous patch to eliminate a QA error by deleting it instead of packaging it was incorrect. beaglebone[62]$ git add -i Can't locate Git.pm in @INC (you

Re: [OE-core] [PATCH 3/3] bash: Fix CVE-2014-7169

2014-10-07 Thread Robert Yang
On 10/02/2014 10:28 PM, Paul Eggleton wrote: On Thursday 02 October 2014 13:28:54 Paul Eggleton wrote: On Thursday 02 October 2014 00:07:41 Robert Yang wrote: From: Khem Raj raj.k...@gmail.com This is a followup patch to incomplete CVE-2014-6271 fix code execution via specially-crafted