[yocto] [layerindex-web][PATCH 000/242] Integrate and improve Recipe Reporting System (cover letter only)

2018-04-30 Thread Paul Eggleton
The Recipe Reporting System (RRS - live instance at http://recipes.yoctoproject.org) was originally developed as a fork of the layer index (live instance at http://layers.openembedded.org) - this set of changes rebases it on top of master and makes the functionality possible to activate for other

[yocto] [meta-raspberrypi] Compute Module 3 machine .conf questions

2018-04-30 Thread Steve Pavao
Hello, My company has bought a Raspberry Pi Compute Module 3 for evaluation, and I have a 2 questions about the supplied machine .conf files for it. 1. Should the supplied raspberrypi-cm3.conf file internally refer to the Raspberry Pi 3 instead of the Raspberry Pi 2, since the RPi3 is the

[yocto] Recipe availability through eSDK (cppzmq)

2018-04-30 Thread Martin Siegumfeldt
Hi, I am trying to build cppzmq through a Yocto (Rocko) generated eSDK. The search function does not return anything, despite the recipe being available through local recipe: martin@dell:~/gomspace_sdk$ ls layers/meta-openembedded/meta-oe/recipes-connectivity/zeromq/ cppzmq_git.bb files

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

2018-04-30 Thread Paul Gortmaker
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 are returning to what is normal for a stable

Re: [yocto] [yocto-docs][PATCH] dev-manual: document CPU features and QB_CPU_KVM

2018-04-30 Thread Martin Kelly
On 04/30/2018 10:25 AM, Scott Rifenbark wrote: Hi Martin, See https://yoctoproject.org/docs/2.5/dev-manual/dev-manual.html#qemu-kvm-cpu-compatibility and let me know if this section works.  I took your patch and did some rewriting. Thanks, Scott I like your changes; thanks! On Fri, Apr

[linux-yocto] The easiest why to extend linux version

2018-04-30 Thread belussi1988
Hi, I'm trying to extend linux version in my project on a tag from git repository. I manged to pass tag value to linux-*.bb and looking for the best solution to add it to kernel version so I can see it in /etc/kernel-version file and as an output after typing "uname -r" e.g: 3..11.67-my-tag. I

[yocto] Yocto Project Status WW18’18

2018-04-30 Thread Jordan, Robin L
Current Dev Position: YP 2.5 is in QA. Next Deadline: YP 2.5 M4 release is 4/27/18 SWAT Team Rotation: SWAT lead is currently: Stephano SWAT team rotation: Stephano -> Stephano on May 4, 2018 SWAT team rotation: Stephano -> Maxin on May 11, 2018

Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-30 Thread Daniel Dragomir
On 28.04.2018 04:58, Bruce Ashfield wrote: On 4/25/2018 10:31 PM, qwang2 wrote: On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"PRIx64"\n",   

[linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH v2] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-30 Thread Daniel Dragomir
PRIx64 macro was not defined and this error occours: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ This was introduced by commit 362f8417b1cc ("opencsd: This is a