Re: [yocto] [meta-selinux][PATCH 1/3] libselinux: refresh patches to fix QA warning

2018-05-08 Thread Yi Zhao
Hi Martin, 在 2018年04月16日 14:07, Martin Hundebøll 写道: Hi Yi, On 2018-04-13 10:38, Yi Zhao wrote: Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao ---   ...c-Makefile-fix-includedir-in-libselinux.pc.patch | 14 ++  

Re: [yocto] Yocto Project changes in progress

2018-05-08 Thread Zoran Stojsavljevic
Once I (at least I can speak for myself) embarked on this YOCTO ship, voluntarily, I do not consider leaving it. I like the concept, although there are problems with it. I could not commit too much time to it (since I have another commitments), but I keep one eye on it, primarily trying to learn,

Re: [yocto] Yocto Project changes in progress

2018-05-08 Thread Jeff Osier-Mixon
Many projects function this way. It is one of the strengths of the open source process. I'd be happy to answer any questions. On Mon, May 7, 2018 at 9:53 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Very interesting, indeed! Newer knew that Richard (Purdie) is/was > INTEL

[yocto] How to create a build for ARM Cortex-A8, S5PV210

2018-05-08 Thread Denis
Hi. I'm new to yocto. So I have followed a tutorial and now I have crewated my first yocto distro for i386. Now I need to create a build for my device. It is a Samsung S5PV210 device, Cortex A8. Here there is a description http://www.friendlyarm.net/products/mini210 Can someone suggest me how

Re: [yocto] Native curl and SSL CA certificates

2018-05-08 Thread Alexander Kanavin
On 05/08/2018 05:55 PM, Iván Castell wrote: Is this a bug related with curl or ca-certificates recipe? What should be the right way to fix it? Fetching and installing packages over the network during image creation is not supported or tested in YP. You need to build them locally, with

Re: [yocto] QT5.8 -qtwebengine SDK generation fails

2018-05-08 Thread Khem Raj
there isnt enough information in the logs that can be built upon to help you. you might want to enable some verbosity with smart and try to find out why it fails. secondly, try the same with newer releases and see if the problem is reproducible. On Sun, May 6, 2018 at 11:18 PM, Chinthamol CS.

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-05-08 Thread Joe MacDonald
[Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core] On 18.05.07 (Mon 10:20) akuster808 wrote: > > > On 04/14/2018 07:08 PM, Armin Kuster wrote: > > Missing or unbuildable dependency chain was: ['meta-world-pkgdata', > > 'restorecond', 'libselinux',

[yocto] Autogenerate python dependencies after do_fetch

2018-05-08 Thread Alan Martinovic
Hi, I just want to see if someone has encountered this problem before. I have a Yocto repository with a custom layer that has a recipe for my custom python app (which is in its own repository). The python app has all the requirements defined in setup.py and those have been manually added to the

[yocto] Native curl and SSL CA certificates

2018-05-08 Thread Iván Castell
Hello forum. Using the "rocko" branch. The SSL CA certificates "ca-certificates.crt" don't appear inside this directory: build/tmp/work/x86_64-linux/curl-native/7.54.1-r0/recipe-sysroot-native/etc/ssl/certs/ That generates issues when trying to build images that use a https repository of rpm

Re: [linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Bruce Ashfield
merged. Bruce On 05/08/2018 05:30 AM, Liwei Song wrote: From: Takashi Iwai commit b1abf6fc49829d89660c961fafe3f90f3d843c55 upstream. The resource allocation in WDAT watchdog has off-one-by error, it sets one byte more than the actual end address. This may eventually lead to

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.23

2018-05-08 Thread Bruce Ashfield
On 04/30/2018 04:22 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.22 kernel. There about 150 commits here, with no real multi-commit topics, meaning things

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-08 Thread Alexander Kanavin
On 05/08/2018 12:33 PM, Peter Kjellerstedt wrote: FYI, the already applied patch only solves half the problem. I have an updated version that solves all of it that I am preparing for publication. I only need to make some verifications first... I just found that out as well. Lua is not

Re: [yocto] QT5.8 -qtwebengine SDK generation fails

2018-05-08 Thread Zoran Stojsavljevic
> The problem can be triggered with either "bitbake -c populate_sdk image-name" > or with "bitbake meta-toolchain-qt5". Maybe this can help... Hope dies last! ;-) http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard Zoran ___ On Mon, May 7, 2018 at 8:18 AM, Chinthamol

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-08 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: den 7 maj 2018 12:12 > To: Mirza Krak > Cc: Yocto list discussion > Subject: Re: [yocto]

[linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Liwei Song
From: Takashi Iwai commit b1abf6fc49829d89660c961fafe3f90f3d843c55 upstream. The resource allocation in WDAT watchdog has off-one-by error, it sets one byte more than the actual end address. This may eventually lead to unexpected resource conflicts. Fixes: 058dfc767008 (ACPI /