[OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Martin Jansa
Anyone else seeing this as well? I've updated to oe-core commit: c6cd5865b6914521a841ae0c9f4e2bcda99beff2 from some revision maybe 20-40 commits older and now I'm seeing: ERROR: linux-yocto-1_4.10.9+gitAUTOINC+ad2e885015_fe0fb8da3d-r0 do_validate_branches: Function failed:

[OE-core] [PATCH] rpm: properly relocate additional native tools

2017-04-21 Thread Alexander Kanavin
These tools are not currently used for anything, but we should still provide working versions of them. [YOCTO #11400] Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rpm/rpm_git.bb | 30 ++ 1 file changed, 30

Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-21 Thread Tanu Kaskinen
On Thu, 2017-04-20 at 22:14 +0200, Koenraad Verheyden wrote: > I am not familiar with the organization of the various recipes. I > mentioned oe-core since the original message was posted there. > Meta-oe seems more suitable indeed. > > How much work would it be to make a recipe for this? > I need

[OE-core] [PATCH] connman: fix race condition with systemd-udev

2017-04-21 Thread Dmitry Rozhkov
When a new USB network interface is plugged in systemd fails to rename the new interface (ethX) to a predictable name [1] because connman locks it first. The proposed solution is to blacklist unpredictable names in connman in case systemd is used as an init system. Also add a fix to connman that

[OE-core] ✗ patchtest: failure for webkitgtk: Upgrade to 2.16.1

2017-04-21 Thread Patchwork
== Series Details == Series: webkitgtk: Upgrade to 2.16.1 Revision: 1 URL : https://patchwork.openembedded.org/series/6451/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

Re: [OE-core] [PATCH] openssl: Fix symlink creation

2017-04-21 Thread David Vincent
On 2017-04-20 15:04 GMT+02:00 Martin Jansa : > On Thu, Apr 20, 2017 at 03:37:24PM +0300, Alexander Kanavin wrote: >> On 04/19/2017 04:03 PM, David Vincent wrote: >> > The problem is that I must be able to manage the configuration of a machine >> > without physical

Re: [OE-core] [PATCHv2 0/1] Do not use command in profile

2017-04-21 Thread Johannes Pointner
Will this patch get merge? Or do we have to include 'command' from now on? As this commit "busybox: In defconfig enable ASH_CMDCMD for built-in 'command'" suggests? Thanks, Hannes 2017-04-13 14:30 GMT+02:00 Peter Kjellerstedt : > Since we apparently cannot rely on

[OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. It broke dpkg's update-alternatives, which requires absolute paths. | update-alternatives: error: alternative path is not absolute as it should be Signed-off-by: Andreas Oberritter ---

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andrea Adami
On Fri, Apr 21, 2017 at 12:39 PM, Andreas Oberritter wrote: > This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. > > It broke dpkg's update-alternatives, which requires absolute paths. This is really uncommon. I had already expressed my negative opinion about

Re: [OE-core] Building logrotate for older releases is broken

2017-04-21 Thread Burton, Ross
On 20 April 2017 at 17:48, Michael Halstead wrote: > I've restored "4492b145b6d542e4a2f41e77fa199ab0 logrotate-3.9.1.tar.gz" > on downloads.yoctoproject.org and set it so it can't be overwritten. > > Please let me know if anything else is required. > Thanks

[OE-core] [PATCH][krogoth] glibc: Security fix CVE-2016-6323

2017-04-21 Thread Andrej Valek
arm: mark __startcontext as .cantunwind, GNU CVE: CVE-2016-6323 Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach --- meta/recipes-core/glibc/glibc/CVE-2016-6323.patch | 39 +++ meta/recipes-core/glibc/glibc_2.23.bb

[OE-core] [PATCH][morty] glibc: Security fix CVE-2016-6323

2017-04-21 Thread Andrej Valek
arm: mark __startcontext as .cantunwind, GNU CVE: CVE-2016-6323 Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach --- meta/recipes-core/glibc/glibc/CVE-2016-6323.patch | 39 +++ meta/recipes-core/glibc/glibc_2.24.bb

[OE-core] [RFC] Handling configuration files

2017-04-21 Thread David Vincent
Following this thread on OE-Core (http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135812.html), the subject of handling configuration files for a machine just got back. It seems there already was a discussion around it but I couldn't find it. I know that 2.3 has now hit

Re: [OE-core] [PATCH] connman: fix race condition with systemd-udev

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 11:25:34 +0300 Dmitry Rozhkov wrote: > When a new USB network interface is plugged in systemd > fails to rename the new interface (ethX) to a predictable > name [1] because connman locks it first. > > The proposed solution is to blacklist

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 4:36 AM, Martin Jansa wrote: > Anyone else seeing this as well? > > > Richard saw this once last week, and we weren't able to reproduce it. I've just updated and am doing builds now. If anyone has info on their config, build steps, etc, I'm

[OE-core] [PATCH] curl: upgrade to 7.54.0

2017-04-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/curl/{curl_7.53.1.bb => curl_7.54.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.53.1.bb => curl_7.54.0.bb} (94%) diff --git

[OE-core] [wic patch 5/5] wic: Use enum like dicts for string constants

2017-04-21 Thread Andreas J. Reichel
To increase code maintainability, use dictionaries as enum-like container for parameter string comparisons. Signed-off-by: Andreas Reichel Signed-off-by: Jan Kiszka Signed-off-by: Daniel Wagner ---

[OE-core] [wic patch 0/5] Add option to wic and use argparse

2017-04-21 Thread Andreas J. Reichel
This series consists of the following changes to wic: * wic previously introduced deletion of all single partition image files. In some cases, this deletion can fail, however this is no reason for wic to fail. Thus, exception handling was added to the clean-up function

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 13:02:51 +0200 Andrea Adami wrote: > On Fri, Apr 21, 2017 at 12:39 PM, Andreas Oberritter > wrote: > > This reverts commit c7bc46b9bc29dd0953ab8d63b50fa105bb66892e. > > > > It broke dpkg's update-alternatives, which requires

[OE-core] [wic patch 3/5] wic: Add missing text to usage and help strings

2017-04-21 Thread Andreas J. Reichel
Add missing parameters -c to and remove non-existent parameter -i from usage string for 'wic create'. Signed-off-by: Andreas Reichel Signed-off-by: Jan Kiszka Signed-off-by: Daniel Wagner ---

[OE-core] [wic patch 4/5] wic: Add option to keep partition images

2017-04-21 Thread Andreas J. Reichel
Add new option -P, --keep-partition-images to prevent deletion of .p* files created by wic's direct imager plugin. Signed-off-by: Andreas Reichel Signed-off-by: Jan Kiszka Signed-off-by: Daniel Wagner ---

[OE-core] [wic patch 2/5] wic: Use argparse instead of optparse

2017-04-21 Thread Andreas J. Reichel
* optparse is deprecated and will not be developed further (see: https://docs.python.org/2/library/optparse.html) * argparse supports subcommands, which simplifies definition of arguments and options * reimplement help mechanism through sub-subcommands Signed-off-by: Andreas Reichel

[OE-core] [wic patch 1/5] wic: Catch errors during image files clean-up

2017-04-21 Thread Andreas J. Reichel
Handle exception if a file could not be deleted during clean-up of unwanted files, thus preventing a failure of wic in this case. Signed-off-by: Andreas Reichel Signed-off-by: Jan Kiszka Signed-off-by: Daniel Wagner

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 8:36 AM, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 04/21/2017 03:26 PM, Bruce Ashfield wrote: > > Anyone else seeing this as well? >> >> >> >> Richard saw this once last week, and we weren't able to reproduce it. >> I've just updated >> and am

[OE-core] [PATCH 05/11] libdnf: update to 0.8.1

2017-04-21 Thread Alexander Kanavin
Rebase the patches. Signed-off-by: Alexander Kanavin --- ...parameters-for-both-libsolv-and-libsolvext-libdn.patch | 13 +++-- ...libsolv-variables-with-pkg-config-cmake-s-own-mo.patch | 15 --- meta/recipes-devtools/libdnf/libdnf_git.bb

[OE-core] [PATCH 07/11] python3-pygpgme: remove the recipe

2017-04-21 Thread Alexander Kanavin
It was required only by dnf, which has switched to official gpgme bindings. pygpgme itself is old and unmaintaned. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pygpgme_0.3.bb | 18 -- 1 file changed, 18 deletions(-)

[OE-core] [PATCH 09/11] acpica: fix upstream version check

2017-04-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/acpica/acpica_20150515.bb| 1 + meta/recipes-extended/acpica/acpitests_20140828.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/recipes-extended/acpica/acpica_20150515.bb

[OE-core] [PATCH 02/11] byacc: remove the recipe

2017-04-21 Thread Alexander Kanavin
It was used only by rpm5 and will be moved to meta-oe Signed-off-by: Alexander Kanavin --- meta/recipes-extended/byacc/byacc.inc | 22 --- .../0001-byacc-do-not-reorder-CC-and-CFLAGS.patch | 161 -

[OE-core] [PATCH 08/11] libunwind: update to 1.2

2017-04-21 Thread Alexander Kanavin
Switch to using tarballs as git is unreliable (not responding right now). LICENSE file is gone; COPYING has an additional line on top with copyright attribution, the license text that follows has not changed. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 10/11] python3-iniparse: fix upstream version check

2017-04-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-iniparse_0.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-iniparse_0.4.bb b/meta/recipes-devtools/python/python3-iniparse_0.4.bb index

[OE-core] [PATCH 11/11] oe-selftest: add a test for upstream version check regressions

2017-04-21 Thread Alexander Kanavin
The test runs an upstream version check, and then compares the list of recipes that failed the check (i.e. those where latest upstream version could not be established) against the list of known-broken upstreams. Mismatches either way (upstream check failed, recipe not in the exception list, or

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 9:44 AM, Martin Jansa wrote: > On Fri, Apr 21, 2017 at 08:39:33AM -0400, Bruce Ashfield wrote: > > On Fri, Apr 21, 2017 at 8:36 AM, Alexander Kanavin < > > alexander.kana...@linux.intel.com> wrote: > > > > > On 04/21/2017 03:26 PM, Bruce Ashfield

Re: [OE-core] [PATCH] openssh: upgrade to 7.5p1

2017-04-21 Thread Alexander Kanavin
On 04/18/2017 01:20 PM, Burton, Ross wrote: Yes, but... people keep doing it despite you and me and everyone else telling them not to. How about someone would stash those updates to a kind of 'master-next-next' branch, and dump them to the list again when the merge window

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread David Vincent
On 2017-04-21 13:30 GMT+02:00 Andreas Oberritter : > On Fri, 21 Apr 2017 13:02:51 +0200 > Andrea Adami wrote: > >> On Fri, Apr 21, 2017 at 12:39 PM, Andreas Oberritter >> wrote: >> > This reverts commit

Re: [OE-core] [Openembedded-architecture] [RFC] Handling configuration files

2017-04-21 Thread Mark Hatle
On 4/21/17 5:49 AM, David Vincent wrote: > Following this thread on OE-Core > (http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135812.html), > the subject of handling configuration files for a machine just got > back. It seems there already was a discussion around it but I

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Martin Jansa
On Fri, Apr 21, 2017 at 08:39:33AM -0400, Bruce Ashfield wrote: > On Fri, Apr 21, 2017 at 8:36 AM, Alexander Kanavin < > alexander.kana...@linux.intel.com> wrote: > > > On 04/21/2017 03:26 PM, Bruce Ashfield wrote: > > > > Anyone else seeing this as well? > >> > >> > >> > >> Richard saw this

[OE-core] [PATCH 06/11] dnf: update to 2.3.0

2017-04-21 Thread Alexander Kanavin
Drop dependency on pygpgme, replace it with gpgme's own bindings. Add a patch that fixes an upstream regression. Signed-off-by: Alexander Kanavin --- ...er-check-of-releasever-when-using-install.patch | 105 +

[OE-core] [PATCH 04/11] libsolv: switch on ENABLE_COMPLEX_DEPS

2017-04-21 Thread Alexander Kanavin
This is required by recent versions of libdnf. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/libsolv/libsolv_0.6.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.26.bb

[OE-core] [PATCH 00/11] Various updates for 2.4

2017-04-21 Thread Alexander Kanavin
Here are various updates that should be go into 2.4 branch: 1) remove a few unneeded recipes 2) update dnf/libdnf to latest upstream versions, which enables package feed signing 3) move libxml2 to Python 3 4) add an automated test for upstream version checks regressions, as I don't really want to

[OE-core] [PATCH 03/11] libxml2: move python module to Python 3

2017-04-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2_2.9.4.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb index

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andreas Oberritter
On Fri, 21 Apr 2017 14:37:36 +0200 David Vincent wrote: > On 2017-04-21 13:30 GMT+02:00 Andreas Oberritter : > > On Fri, 21 Apr 2017 13:02:51 +0200 > > Andrea Adami wrote: > > > >> On Fri, Apr 21, 2017 at 12:39 PM, Andreas

Re: [OE-core] [PATCH] connman: fix race condition with systemd-udev

2017-04-21 Thread Dmitry Rozhkov
On Fri, 2017-04-21 at 13:37 +0200, Andreas Oberritter wrote: > On Fri, 21 Apr 2017 11:25:34 +0300 > Dmitry Rozhkov wrote: > > > When a new USB network interface is plugged in systemd > > fails to rename the new interface (ethX) to a predictable > > name [1]

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Alexander Kanavin
On 04/21/2017 03:26 PM, Bruce Ashfield wrote: Anyone else seeing this as well? Richard saw this once last week, and we weren't able to reproduce it. I've just updated and am doing builds now. If anyone has info on their config, build steps, etc, I'm interested to hear so I can figure

Re: [OE-core] Yocto cups serial port support

2017-04-21 Thread Weng Josn
Hello, Thank you. Best Regards. 2017-04-19 10:18 GMT+01:00 John, Maxin : > Hi, > > > > Generally, cups serial backend is supported by “cups-filter” package. You > can find that package in the “meta-printing” layer: > > https://github.com/rossburton/meta-printing > > > >

Re: [OE-core] [PATCH] webkitgtk: Upgrade to 2.16.1

2017-04-21 Thread Burton, Ross
On 21 April 2017 at 06:55, Khem Raj wrote: > Drop patches that were backports or have been upstreamed > This doesn't apply to master, can you recheck? Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH V2] webkitgtk: Upgrade to 2.16.1

2017-04-21 Thread Khem Raj
Fix build with gcc7 Move all patches to webkit folder Drop patches that were backports or have been upstreamed Signed-off-by: Khem Raj --- ...bKitMacros-Append-to-I-and-not-to-isystem.patch | 185 - .../recipes-sato/webkit/files/detect_atomics.patch | 38

Re: [OE-core] [PATCH] webkitgtk: Upgrade to 2.16.1

2017-04-21 Thread Khem Raj
On Fri, Apr 21, 2017 at 7:51 AM, Burton, Ross wrote: > > On 21 April 2017 at 06:55, Khem Raj wrote: >> >> Drop patches that were backports or have been upstreamed > > > This doesn't apply to master, can you recheck? > yeah I had forgotten to squash a

Re: [OE-core] [PATCH v3 2/2] tcf-agent: enable default target debugging features

2017-04-21 Thread Burton, Ross
On 20 April 2017 at 20:08, Gernot Hillier wrote: > A number of features were disabled in OE due to historic problems > on ARM. In tcf-agent 1.4, they compile cleanly on all architectures > besides mips. These features are required for target debugging with > Eclipse

Re: [OE-core] [PATCHv3 2/8] bluez5: remove libasound-module references

2017-04-21 Thread Burton, Ross
On 18 April 2017 at 14:20, Marc Ferland wrote: > -PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex > ${PN}-noinst-tools" > +PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" > packagegroup-base still refers to this package though: - nothing

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-21 Thread Khem Raj
On Thu, Apr 20, 2017 at 6:29 PM, Andre McCurdy wrote: > On Thu, Apr 20, 2017 at 6:06 PM, Khem Raj wrote: >> On Thu, Apr 20, 2017 at 5:56 PM, Andre McCurdy wrote: >>> On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread akuster808
On 04/21/2017 01:36 AM, Martin Jansa wrote: Anyone else seeing this as well? yes - armin I've updated to oe-core commit: c6cd5865b6914521a841ae0c9f4e2bcda99beff2 from some revision maybe 20-40 commits older and now I'm seeing: ERROR: linux-yocto-1_4.10.9+gitAUTOINC+ad2e885015_fe0fb8da3d-r0

[OE-core] [PATCH] kernel-yocto/kern-tools: fix do_validate_branches clean stage

2017-04-21 Thread Bruce Ashfield
It was reported that do_validate_branches was failing with the following error: Log data follows: | DEBUG: Executing shell function do_validate_branches | HEAD is now at fe0fb8d Merge tag 'v4.10.9' into standard/base | mkdir: cannot create directory .: File exists | | [ERROR] Can't

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 3:47 PM, Bruce Ashfield wrote: > > > On Fri, Apr 21, 2017 at 1:50 PM, Bruce Ashfield > wrote: > >> >> >> On Fri, Apr 21, 2017 at 11:55 AM, akuster808 >> wrote: >> >>> >>> >>> On 04/21/2017 01:36

[OE-core] [PATCH] puzzles: Add -Wno-error=format-overflow if compiler supports it

2017-04-21 Thread Khem Raj
Fixes build with gcc7 in such a way that it keeps working with older compilers who dont support -Wno-error=format-overflow= option Signed-off-by: Khem Raj --- ...or-format-overflow-if-the-compiler-suppor.patch | 32 ++

[OE-core] [PATCH 1/2] grub: Fix build with gcc7

2017-04-21 Thread Khem Raj
backport patches from upsteam and adapt them to 2.0 codebase Signed-off-by: Khem Raj --- ...-avoid-used-uninitialized-error-with-GCC7.patch | 36 +++ ...-ppc-fix-switch-fallthrough-cases-with-GC.patch | 248 +

[OE-core] [PATCH 2/2] ovmf: Fix build with gcc7

2017-04-21 Thread Khem Raj
backport a patch which fixing warnings with gcc7 Signed-off-by: Khem Raj --- ...g-UefiHiiLib-Fix-incorrect-comparison-exp.patch | 45 ++ meta/recipes-core/ovmf/ovmf_git.bb | 1 + 2 files changed, 46 insertions(+) create mode 100644

Re: [OE-core] [PATCH][morty] glibc: Security fix CVE-2016-6323

2017-04-21 Thread akuster808
On 4/21/17 3:37 AM, Andrej Valek wrote: > arm: mark __startcontext as .cantunwind, GNU > > CVE: CVE-2016-6323 > Signed-off-by: Andrej Valek > Signed-off-by: Pascal Bach what is different about this one and the one sent on the 19th? -armin >

Re: [OE-core] [PATCHv3 2/8] bluez5: remove libasound-module references

2017-04-21 Thread Marc Ferland
Noted. Thanks for the input. Marc On Fri, Apr 21, 2017 at 11:33 AM, Burton, Ross wrote: > > On 18 April 2017 at 14:20, Marc Ferland wrote: > >> -PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex >> ${PN}-noinst-tools" >> +PACKAGES =+

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 11:55 AM, akuster808 wrote: > > > On 04/21/2017 01:36 AM, Martin Jansa wrote: > > Anyone else seeing this as well? > > > yes > If you see it, can you take a look at the linux source dir and see if the directories are present ? I've been doing a

[OE-core] [PATCH V2] valgrind: Fix arm build with gcc7

2017-04-21 Thread Khem Raj
Add function to remove -mcpu compiler options on arm Signed-off-by: Khem Raj --- ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 + meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 14 ++- 2 files changed, 121 insertions(+), 1 deletion(-)

Re: [OE-core] linux-yocto.do_validate_branches failing since last oe-core update

2017-04-21 Thread Bruce Ashfield
On Fri, Apr 21, 2017 at 1:50 PM, Bruce Ashfield wrote: > > > On Fri, Apr 21, 2017 at 11:55 AM, akuster808 wrote: > >> >> >> On 04/21/2017 01:36 AM, Martin Jansa wrote: >> >> Anyone else seeing this as well? >> >> >> yes >> > > If you see it, can

[OE-core] [PATCH V2] valgrind: Fix arm build with gcc7

2017-04-21 Thread Khem Raj
Add function to remove -mcpu compiler options on arm Signed-off-by: Khem Raj --- ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 + meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 14 ++- 2 files changed, 121 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-21 Thread Andre McCurdy
On Fri, Apr 21, 2017 at 9:32 AM, Khem Raj wrote: > On Thu, Apr 20, 2017 at 6:29 PM, Andre McCurdy wrote: >> On Thu, Apr 20, 2017 at 6:06 PM, Khem Raj wrote: >>> On Thu, Apr 20, 2017 at 5:56 PM, Andre McCurdy

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-04-21 Thread Andrea Adami
On Fri, Apr 21, 2017 at 2:48 PM, Andreas Oberritter wrote: > On Fri, 21 Apr 2017 14:37:36 +0200 > David Vincent wrote: > >> On 2017-04-21 13:30 GMT+02:00 Andreas Oberritter : >> > On Fri, 21 Apr 2017 13:02:51 +0200 >> > Andrea

[OE-core] [PATCH 1/2] parselogs: whitelist bluetooth firmware load error for intel-corei7-64

2017-04-21 Thread California Sullivan
The NUC6 has issues bringing up Bluetooth early in the boot sequence. We see: [4.091790] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [4.097326] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi [4.145317] Bluetooth: hci0: Failed to send firmware data (-38)

[OE-core] [PATCH 2/2] parselogs: whitelist failed to enable keyboard error on intel-corei7-64

2017-04-21 Thread California Sullivan
This error is seen on the Braswell RVP platform we have been using for testing. The error is caused by atkbd.c keyboard driver, which is only for AT and PS/2 keyboards. I tested a PS/2 keyboard with the board, which worked fine, and the board does not have a separate AT connector, so this error

Re: [OE-core] [morty][PATCH] sstate.bbclass: update .siginfo atime

2017-04-21 Thread Denys Dmytriyenko
Ping. It's been over a month now... On Mon, Mar 20, 2017 at 01:38:20PM -0400, Denys Dmytriyenko wrote: > From: Ed Bartosh > > .siginfo files are not being accessed from local or NFS-mounted > sstate mirrors when sstate package is installed, so their atime > is not

Re: [OE-core] [PATCH 01/11] libiconv: remove recipe

2017-04-21 Thread Burton, Ross
On 21 April 2017 at 13:39, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > It was in use only when uclibc was used, and so serves no purpose anymore. > Both glibc and musl provide their own implementation. > As per