Re: [yocto] [meta-security][PATCH] clamav: fixup improper quoting

2016-10-11 Thread akuster808
On 10/11/2016 07:30 AM, Mark Asselstine wrote: Commit 217e06badb146539122732ab0eb27fd17cce09e5 [clamav: fix gcc 6.x build failure.] fixed a typo in "PACKAGECONFIG" (was missing the 'G') but unfortunately the PACKAGECONFIG string was incorrectly formed due to mismatched quotes. This caused a par

[yocto] Yocto compiles raspi kernel with 'bcm2709_defconfig' error.

2016-10-11 Thread 马 磊
I want to use the 'KBUILD_DEFCONFIG' to build the kernel, but an compile error happens, here is the piece of the log: NOTE: make -j 2 zImage CC=arm-poky-linux-gnueabi-gcc -mno-thumb-interwork -marm -fuse-ld=bfd LD=arm-poky-linux-gnueabi-ld.bfd CC

[yocto] Conflict between multilib glibc and non-multlib glibc

2016-10-11 Thread Stroz, Glenn
Hi, We have a project running an aarch64 compatible processor. For backward compatibility with some internal software packages, we're using the armv7a-vfp machine type as a multilib lib32 variant. However, we have found that when attempting to install both lib32-glibc and glibc we encounter a f

[yocto] add dejavu-fonts to image

2016-10-11 Thread idealsim
Hi, i have build an image for an imx6 card (secoA62) based on this good layer https://github.com/graugans/meta-udoo (krogoth branch). All work fine but since the last version of qt 5.7, qtbase-font is not provided and now i have this error when i deploy an app : /QFontDatabase: Cannot find fon

[yocto] problem with developer sdk

2016-10-11 Thread idealsim
Hi, i have rebuild an image of yocto krogoth with qt 5.6.2 (lasted release). The problem is now i have a problem with developer sdk. The problem is when i use it with a host machine (after install the script and configure qt creator), i obtain this error when i want to deploy an app : /|/usr/

Re: [yocto] Y-AB automatic updates?

2016-10-11 Thread gmane
Hi, On 2016-10-11 17:39, Joshua Lock wrote: aren't set. If you point PRSERV_HOST and PRSERV_PORT at a non-localhost PRServer the git repo won't be fetched/updated. I use the Y-AB for nightly builds and to populate DL_DIR and friends. It's also not unusual to use this machine as the "master"

[yocto] Proper way of rebuilding kernel image

2016-10-11 Thread Michael Hu
Hi, I am compiling Yocto kernel image with: * a third party's "in-tree" kernel configuration * the same third party's BSP (which has some further kernel configurations as well) * my own kernel configuration fragments for my project on top of the above two What I found was if I make a small change

Re: [yocto] Y-AB automatic updates?

2016-10-11 Thread Joshua Lock
On Tue, 2016-10-11 at 11:42 +0300, gm...@reliableembeddedsystems.com wrote: > Hi, > > With a latest and greatest Yocto Autobuilder I noticed stuff like > this  > when I restart it: > > --- > ... >   Updating PRSERV > remote: Counting objects: 20, done. > remote: Compressing objects: 100% (20/20),

[yocto] [meta-security][PATCH] clamav: fixup improper quoting

2016-10-11 Thread Mark Asselstine
Commit 217e06badb146539122732ab0eb27fd17cce09e5 [clamav: fix gcc 6.x build failure.] fixed a typo in "PACKAGECONFIG" (was missing the 'G') but unfortunately the PACKAGECONFIG string was incorrectly formed due to mismatched quotes. This caused a parsing error: ERROR: Unable to parse .../meta-sec

Re: [yocto] Docs help - proper way of adding a userspace header for the kernel

2016-10-11 Thread Mark Hatle
On 10/11/16 4:21 AM, Paul Eggleton wrote: > Hi folks, > > Would someone be able to help Scott with the background for this: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=8596 > > It's not really my area of expertise and we really want this documented > properly once and for all. I ha

Re: [yocto] Cross platform compiling/build issue: "Yocto - QA Issue: Architecture did not match (20 to 62) "

2016-10-11 Thread Burton, Ross
On 11 October 2016 at 06:18, Dinh Nguyen (dinhn) wrote: > ERROR: QA Issue: Architecture did not match (20 to 62) on > /work/ppce500v2-poky-linux-gnuspe/c-mlib/1.1-r0/packages-split/c-mlib/usr/bin/xxx > [arch] > You can look up the architectures at https://en.wikipedia.org/wiki/Executable_and_Li

[yocto] Y-AB automatic updates?

2016-10-11 Thread gmane
Hi, With a latest and greatest Yocto Autobuilder I noticed stuff like this when I restart it: --- ... Updating PRSERV remote: Counting objects: 20, done. remote: Compressing objects: 100% (20/20), done. remote: Total 20 (delta 17), reused 0 (delta 0) Unpacking objects: 100% (20/20), done. Fro

Re: [yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-11 Thread Mark Hatle
On 10/10/16 10:24 PM, Paul Eggleton wrote: > On Tue, 11 Oct 2016 09:19:15 Paul Eggleton wrote: >> On Mon, 10 Oct 2016 12:47:11 Mark Hatle wrote: >>> On 10/10/16 12:37 PM, Paul Eggleton wrote: On Mon, 10 Oct 2016 04:48:41 Hatle, Mark wrote: >> On Oct 10, 2016, at 2:54 AM, Paul Eggleton

Re: [yocto] [layerindex-web][PATCH v2 09/12] layerindex: Add collection and version to layerbranch

2016-10-11 Thread Mark Hatle
On 10/10/16 3:32 AM, Paul Eggleton wrote: > On Fri, 07 Oct 2016 11:57:18 Liam R. Howlett wrote: >> Collection and version will be pulled from the layer.conf if it exists >> and dependencies will be resolved by first checking for layers with the >> dependency name and then checking for collections.

Re: [yocto] [layerindex-web][PATCH v2 05/12] layerindex: Add distro to web interface and model.

2016-10-11 Thread Mark Hatle
On 10/10/16 3:20 AM, Paul Eggleton wrote: > This looks good, just a few notes about this bit: > > On Fri, 07 Oct 2016 11:57:14 Liam R. Howlett wrote: >> +def update_distro_conf_file(path, distro): >> +logger.debug('Updating distro %s' % path) >> +desc = "" >> +with open(path, 'r') as f