Re: [OE-core] [PATCH RFC] module.bbclass: Fix potential do_compile/do_make_scripts race condition

2018-03-28 Thread Javier Viguera
for the one that fails. Even though I have not seen this running manually, our buildservers have reproduced it using Rocko and a v4.9 kernel, building the external imx-gpu kernel module for a NXP IMX6 based hardware. So yeah, still happening. -- Javier Viguera Software Engineer Digi

[OE-core] [morty backport][PATCH 2/2] tcf-agent: Fix daemon termination

2017-11-14 Thread Javier Viguera
y: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) d

[OE-core] [morty backport][PATCH 1/2] tcf-agent: kill with USR2 in systemd stop

2017-11-14 Thread Javier Viguera
atches fixed only the init scripts, not the systemd service file. This patch fixes the systemd file. Signed-off-by: Martin Kelly <mke...@xevo.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-devtools

[OE-core] [morty backport][PATCH 0/2] tcf-agent fixes

2017-11-14 Thread Javier Viguera
Hi all, There are a couple of commits in master fixing the tcf-agent bootscript and systemd service files so the daemon is properly kill on reboot/shutdown. These patches backport the fixes to Morty. Regards, Javier Viguera -- Jan Kiszka (1): tcf-agent: Fix daemon termination Martin

Re: [OE-core] [PATCH][morty] bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)

2017-10-06 Thread Javier Viguera
On 20/09/17 21:30, akuster808 wrote: merged to stagging. thanks - armin Hi Armin, Do you plan to merge this into 'morty' soonish? Some users of our BSP layer are asking about this vulnerability. Thanks. -- Javier Viguera Software Engineer

[OE-core] [PATCH] curl: add 'enable-ares' packageconfig option

2017-09-20 Thread Javier Viguera
This build time option is needed to use the '--dns-interface' runtime parameter to instruct 'curl' to use a specific interface for DNS resolution. Not enabled by default, as it depends on 'c-ares' package from meta-openembedded (meta-networking). Signed-off-by: Javier Viguera <javier.v

Re: [OE-core] [PATCH] bluez5: cosmetic fixes to bluetooth bootscript

2017-08-28 Thread Javier Viguera
Ping? Please consider merging this for the 2.4 release. -- jviguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] bluez5: cosmetic fixes to bluetooth bootscript

2017-07-18 Thread Javier Viguera
Fix booting messages wrapped over two different lines: Starting bluetooth bluetoothd Stopping bluetooth /usr/libexec/bluetooth/bluetoothd Also reworked whitespace (removed some empty lines). Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-connec

[OE-core] [PATCH] mtd-utils: install libmtd and libubi static libraries

2017-01-02 Thread Javier Viguera
These two static libraries can be used to program custom applications to access MTD devices. For example an user of those libraries is 'swupdate' package from 'meta-swupdate'. Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 5 ++

Re: [OE-core] how can i add u-boot-fw-utils to my build without u-boot being part of the build?

2016-08-22 Thread Javier Viguera
UBOOT_CONFIG in a u-boot-fw-utils bbappend? Have a look at how we do that (using sandbox_defconfig) in meta-digi-arm: https://github.com/digi-embedded/meta-digi/blob/jethro/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%25.bbappend Hope this helps. -- Javier Viguera Software Engineer Digi

Re: [OE-core] [daisy][PATCH] eglibc: security fix CVE-2015-7547

2016-04-11 Thread Javier Viguera
e CVE-2015-7547 vulnerability fix from glibc-2.20 to eglibc-2.19. I can put this patch in our own BSP layer, but I think oe-core is the proper place to commit it, and this way it will benefit to other people still using Daisy branch. -- Thanks, Javier Viguera Software Engineer Digi Internatio

[OE-core] [daisy][PATCH] eglibc: security fix CVE-2015-7547

2016-04-06 Thread Javier Viguera
CVE-2015-7547: getaddrinfo() stack-based buffer overflow Backport patch from GLIBC-2.20 to EGLIBC-2.19. Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- .../eglibc/eglibc-2.19/CVE-2015-7547.patch | 585 + meta/recipes-core/eglibc/eglibc_2

Re: [OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-21 Thread Javier Viguera
* ? Thanks, Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-19 Thread Javier Viguera
On 09/03/16 19:33, Javier Viguera wrote: On 24/02/16 19:12, Javier Viguera wrote: This includes a proper D-Bus service file for obexd in systems that do not support systemd. Signed-off-by: Javier Viguera <javier.viguera-i7dp0qklbmg-xmd5yjdbdmrexy1tmh2...@public.gmane.org> Ping.

Re: [OE-core] [PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-03-09 Thread Javier Viguera
On 24/02/16 19:12, Javier Viguera wrote: This includes a proper D-Bus service file for obexd in systems that do not support systemd. Signed-off-by: Javier Viguera <javier.viguera-i7dp0qkl...@public.gmane.org> Ping. -- Thanks, Javier V

[OE-core] Another Jethro Backport

2016-02-26 Thread Javier Viguera
Could you please add this commit to the list of Jethro backports?. -- Thanks Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [jethro][PATCH] image_types_uboot: add cpio.gz.uboot to supported IMAGE_TYPES

2016-02-26 Thread Javier Viguera
From: Arnold Csorvasi U-Boot needs the U-Boot header in a ramdisk image to boot it. Add this header to the cpio.gz image, so that it can be booted with U-Boot. Signed-off-by: Arnold Csorvasi Signed-off-by: Ross Burton ---

[OE-core] [jethro][PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-02-24 Thread Javier Viguera
This includes a proper D-Bus service file for obexd in systems that do not support systemd. Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-connectivity/bluez5/bluez5.inc| 1 + ...-obexd-without-systemd-in-the-user-sessio.patch | 63 +++

[OE-core] [PATCH] bluez5: allow D-Bus to spawn obexd in systems without systemd

2016-02-24 Thread Javier Viguera
This includes a proper D-Bus service file for obexd in systems that do not support systemd. Signed-off-by: Javier Viguera <javier.vigu...@digi.com> --- meta/recipes-connectivity/bluez5/bluez5.inc| 1 + ...-obexd-without-systemd-in-the-user-sessio.patch | 63 +++

Re: [OE-core] [PATCH v2] bluez5: upgrade to 5.37

2016-01-05 Thread Javier Viguera
e equal to 'bluez4' but an unmodified poky distro will never have 'bluez4' as distro feature. Am I missing something obvious? -- Regards, Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] packagegroup-core-x11-sato: include pulseaudio-misc

2015-12-29 Thread Javier Viguera
- Regards, Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] udev: remove 'modprobe' local rule

2015-03-17 Thread Javier Viguera
Since udev version 176 (udev commit 06316d9) udev switched modprobe explicit rules by the builtin kmod support. The rule using the builtin kmod support is in '/lib/udev/rules.d/80-drivers.rules': DRIVER!=?*, ENV{MODALIAS}==?*, IMPORT{builtin}=kmod load $env{MODALIAS} Signed-off-by: Javier

[OE-core] udev error messages on boot

2015-03-17 Thread Javier Viguera
. The builtin kmod support was added in udev at version 176, so all openembedded-core maintained revisions (Daisy, Dizzy, master) would benefit from this patch (as they use udev-182). - Regards, Javier Viguera -- ___ Openembedded-core mailing list

Re: [OE-core] [backport][dizzy][daisy] utils.bbclass: fix create_cmdline_wrapper

2015-03-03 Thread Javier Viguera
On 24/02/15 18:45, Javier Viguera wrote: Hi all, I see this patch was merged into master. Thanks for that. Could it be backported to Daisy and Dizzy? A cherry-pick of the commit in master should apply just fine. Ping. Master commit: 49ab89eb9f83388e99069a4b53bdc4cba22bb6f3 - Regards

[OE-core] [backport][dizzy][daisy] utils.bbclass: fix create_cmdline_wrapper

2015-02-24 Thread Javier Viguera
Hi all, I see this patch was merged into master. Thanks for that. Could it be backported to Daisy and Dizzy? A cherry-pick of the commit in master should apply just fine. - Thanks, Javier Viguera -- ___ Openembedded-core mailing list Openembedded

[OE-core] [PATCH][master][dizzy][daisy] utils.bbclass: fix create_cmdline_wrapper

2015-02-17 Thread Javier Viguera
-off-by: Javier Viguera javier.vigu...@digi.com --- meta/classes/utils.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 0f2a48409170..80e90e87778b 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes

[OE-core] [Dizzy backport] python: ensure all of Python is installed in nativesdk

2015-01-20 Thread Javier Viguera
Hi all, Toolchains/SDK generated with Dizzy have the problem this commit fixes. So could this be cherry-picked to Dizzy? It applies just fine, there is no need to rework it. - Regards, Javier Viguera On 01/12/14 17:36, Ross Burton wrote: If any part of Python gets installed in a SDK, we

[OE-core] [dizzy backport] [PATCH 3/4] sysvinit-inittab: Disable the carrier detect requirement for serial consoles

2014-11-26 Thread Javier Viguera
' just hangs showing nothing and you can only stop it with CRTL-C. As the backport seems pretty safe in general, could it be backported? - Regards, Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [daisy][PATCH] file: add wrapper to nativesdk-file

2014-11-13 Thread Javier Viguera
Ping (hopefully to be included in daisy point release 1.6.2) - Regards, Javier Viguera On 20/10/14 12:13, Javier Viguera wrote: Backport commit 69a3ab3 to 'daisy' which uses a different version of file package. Author of the original patch: Hongxu Jia hongxu.jia-cwa4wttnnzf54taoqty

[OE-core] [master][dizzy][PATCH] shadow-securetty: add ttyAM[0-3] serial ports

2014-11-13 Thread Javier Viguera
Old version of the ARM AMBA serial port driver creates those device nodes. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta/recipes-extended/shadow/files/securetty | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes

[OE-core] [PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

2014-10-02 Thread Javier Viguera
Add the 'mkimage' host tool to the toolchains generated with 'bitbake meta-toolchain' or with 'bitbake -c populate_sdk image'. This allows to use the standalone toolchain to build kernel images of type uImage (with u-boot header) Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta

Re: [OE-core] [oe] Few archives to add on sources.oe.org

2014-06-20 Thread Javier Viguera
/internet/cherokee/1.2/1.2.98/cherokee-1.2.98.tar.gz - Javier Viguera Software Engineer Digi International® Spain S.A.U. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded

[OE-core] [backport to Daisy] dbus: fix a hard dependency about dbus-ptest

2014-06-16 Thread Javier Viguera
be backported to Daisy? - Thanks, Javier Viguera Software Engineer Digi International® Spain S.A.U. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [backport to Daisy] dbus: fix a hard dependency about dbus-ptest

2014-06-16 Thread Javier Viguera
in Yocto and ptest framework so any advise would be appreciated. - Javier Viguera Software Engineer Digi International® Spain S.A.U. From 1395fc67a29b568daae191cc69089bed5124f311 Mon Sep 17 00:00:00 2001 From: Chong Lu chong...@windriver.com Date: Tue, 8 Apr 2014 11:30:56 +0800 Subject: [PATCH

Re: [OE-core] [PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Javier Viguera
the 'intltool-native' dependence is not fulfilled and libsoup fails to build. Could it be *backported* to Dora/Dylan? - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH] kernel.bbclass: fix typo

2013-08-05 Thread Javier Viguera
Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 40a6b5b..ca49aec 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes

[OE-core] gst-plugins-base tremor build time dependence?

2013-05-20 Thread Javier Viguera
? Can tremor build-time dependence be removed? If this is the case i can cook up a patch, but I'm not sure if I'm missing something else. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-core mailing list Openembedded

Re: [OE-core] [PATCH] bluez4: add readline dependency

2013-04-22 Thread Javier Viguera
*danny* branches as well. Any chance that this fix gets also cherry-picked to danny? - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH 1/1] base-passwd.preinst:fix creating passwd and group error

2013-02-28 Thread Javier Viguera
the problem. So could it be also considered for backporting to 'danny' in oe-core and poky? Thanks in advance. -- Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-20 Thread Javier Viguera
Dash's 'echo' command expands '\n' by default, so the '\n' is not included in the '/etc/issue' file. Use 'printf' for portability between different shells. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Probably also worth to be cherry-picked to 'danny' branch. meta/recipes-core