Re: [yocto] Determining the correct layers for a Beaglebone build.

2017-06-26 Thread Kenny Koller
Thanks Khem, At the moment I simply want to build a headless minimal install for a Beaglebone Black. Once I achieve this I plan to customize the distro for my device. Here is what I am finding confusing: This link looks to be the

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Petter Mabacker
On Mon, 2017-06-26 at 17:12 +0100, Andrei Gherzan wrote: > On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner > wrote: > > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan > > wrote: > > > > > We've been testing a setup with meta-raspberrypi which seems to > >

Re: [yocto] Determining the correct layers for a Beaglebone build.

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 4:35 PM, Kenny Koller wrote: > I'm trying to figure out which set of meta layers I need to build a distro > and images for a Beaglebone Black. > > I cloned poky and within I see meta-yocto and meta-yocto-bsp. The latter has > recipes for the

[yocto] [layerindex-web][PATCH] layerindex-web : adding asynchronous task execution

2017-06-26 Thread Diana Thayer
Hello! This is a work-in-progress solution to issue 11197 within layerindex-web: adding asynchronous task execution. I used RabbitMQ and Celery. I'm still working with Paul Eggleton on adding install instructions for RabbitMQ to the site's Dockerfile. Previously, when a user submitted a layer,

[yocto] Determining the correct layers for a Beaglebone build.

2017-06-26 Thread Kenny Koller
I'm trying to figure out which set of meta layers I need to build a distro and images for a Beaglebone Black. I cloned poky and within I see meta-yocto and meta-yocto-bsp. The latter has recipes for the Beaglebone. I also found this page which suggests cloning meta-yocto:

Re: [yocto] How can I add a library to my SDK

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 12:21 PM, Jimi Damon wrote: > TOOLCHAIN_HOST_TASK_append = " zeromq" you need to add the package meant for sdk host. TOOLCHAIN_HOST_TASK_append = " nativesdk-zeromq" also make sure that zeromq recipe has BBCLASSEXTEND for nativesdk if not you might

Re: [yocto] How can I add a library to my SDK

2017-06-26 Thread Burton, Ross
On 26 June 2017 at 20:21, Jimi Damon wrote: > *TOOLCHAIN_HOST_TASK_append = " zeromq"* > > For a target recipe you want TOOLCHAIN_TARGET_TASK_append. Ross -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] How can I add a library to my SDK

2017-06-26 Thread Jimi Damon
Hi, I've added zeromq to a build by adding the meta-iot-cloud layer. This adds zeromq to the target rootfs, but I can't get this added to the host rootfs when I create an sdk ( using bitbake -c populate_sdk core-image-minimal ). I've read about adding something like

Re: [yocto] openssl/Certificate problems when running simple MS IoT Hub sample C application

2017-06-26 Thread Jakob Hasse
Hello Khem, thanks for the answer. I'm pretty sure now that it is an ssl problem (see below). On 26.06.2017 16:28, Khem Raj wrote: On Sun, Jun 25, 2017 at 11:35 PM, Jakob Hasse wrote: Hello, I'm trying to run the Mircosoft Azure IoT hub mqtt example

[yocto] : cmake and create_symlink using cmake 3.5 and yocto 2.2.2

2017-06-26 Thread Ehrlich Andrei
Hello everybody, Please excuse the newbie question I want to ask, but I started with yocto and cmake 3 month ago and now I have a couple of recipes based on cmake. One of that cmake files installs links using following code: install( CODE "execute_process( \ COMMAND

Re: [yocto] question regarding share state cache and task dependencies.

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 9:16 AM, Koehler, Yannick wrote: > I was wondering, reading about the shared state cache system, why are the > task / recipe dependencies being honored when executing a setscene task? > Since there is a "sanity" check that no two package write

[yocto] question regarding share state cache and task dependencies.

2017-06-26 Thread Koehler, Yannick
I was wondering, reading about the shared state cache system, why are the task / recipe dependencies being honored when executing a setscene task? Since there is a "sanity" check that no two package write to the same output files, then could we just run the setscene task without honoring the

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Andrei Gherzan
On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner wrote: > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan wrote: > > We've been testing a setup with meta-raspberrypi which seems to work > fine: > > PR to github integrated with a jenkins server and use

[yocto] Yocto Project Status WW26’17

2017-06-26 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M2 Next Deadline: YP 2.4 M2 Cut off is July 17, 2017 SWAT team rotation: Jussi -> Stephano on June 23, 2017. SWAT team rotation: Stephano -> Maxin on June 30, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key

Re: [yocto] network problems when running simple MS IoT Hub sample C application

2017-06-26 Thread Khem Raj
On Sun, Jun 25, 2017 at 11:35 PM, Jakob Hasse wrote: > Hello, > > I'm trying to run the Mircosoft Azure IoT hub mqtt example > (iothub_client_sample_amqp or simliar) of the C SDK on yocto > (https://github.com/Azure/azure-iot-sdk-c). > On my Ubuntu host

Re: [yocto] Errors while building imx6qsabresd using fsl-community-bsp repo

2017-06-26 Thread Chandrasekhar S
Check for proper internet connection and speed. From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Charmi Suchak Sent: Tuesday, June 20, 2017 4:21 PM To: yocto@yoctoproject.org Subject: [yocto] Errors while building imx6qsabresd using fsl-community-bsp

[yocto] [meta-selinux] [PATCH] audit 2.7.1 -> 2.7.6

2017-06-26 Thread Huang Qiyu
From: susanbian Upgrade audit from 2.7.1 to 2.7.6 Signed-off-by: susanbian --- recipes-security/audit/{audit_2.7.1.bb => audit_2.7.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/audit/{audit_2.7.1.bb =>

Re: [yocto] [yocto-docs][PATCH v2] ref-manual: Replace uclibc to musl

2017-06-26 Thread Kristi Rifenbark
Changhyeok, Fix is backported to morty (2.2.2) - http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/commit/?h=morty=e131c26ee1ab268679f7762dbe26760bd859e0e5 Fix is backported to pyro (2.3.1) -

[yocto] [layerindex-web][PATCH] WIP solution to bug-11197: adding asynchronous task execution with celery and rabbitmq

2017-06-26 Thread Diana Thayer
- updated readme to include RabbitMQ as a dependency - updated settings.py to include RABBIT_BROKER and RABBIT_BACKEND - added celery to requirements.txt - defined celery tasks in layerindex/tasks.py - separated layerindex/update#main into two functions: main (which parses sys.argv) and do_update

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Trevor Woerner
On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan wrote: > We've been testing a setup with meta-raspberrypi which seems to work fine: > PR to github integrated with a jenkins server and use mailing list for > discussions. > > I propose to copy the same setup to meta-chip too.

[yocto] Include meta-qt5 in an eSDK build ?

2017-06-26 Thread Jan-Simon Möller
Hi ! How can I build an eSDK that includes meta-qt5 ? The examples I found use the 'traditional' sdk and add the classes from meta-qt5. But I have not seen the eSDK being used, yet. -- Jan-Simon Möller dl...@gmx.de -- ___ yocto mailing list

[yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Andrei Gherzan
Hello all, We've been testing a setup with meta-raspberrypi which seems to work fine: PR to github integrated with a jenkins server and use mailing list for discussions. I recommend people pushing their patches to the mailing list too even if they send pull requests so people who don't use github

[yocto] Shared State Cache and STAGING_KERNEL_DIR

2017-06-26 Thread Koehler, Yannick
Hi, I am in need of assistance. I have a package that install headers required for a kernel modules build out-of-tree. To enable the kernel module to build, I install the required header files under STAGING_KERNEL_DIR, and it works for the first build, subsequent builds failed due to the

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-26 Thread Andrei Gherzan
On Thu, Jun 22, 2017 at 10:11 PM, Matthew McClintock wrote: > On Wed, Jun 21, 2017 at 9:26 AM, Andrei Gherzan wrote: > > P.S.: Would really be helpful to push a PR to github too so I can merge > it > > easier. > > > FYI:

Re: [yocto] [meta-rockchip][PATCH 2/2] u-boot: Backport upstream fix for gmac_rockchip

2017-06-26 Thread Romain Perier
Hi, Le 18/06/2017 à 00:29, Trevor Woerner a écrit : > Hi Romain, > > I assume this patch is meant to fix an ethernet issue in u-boot? How does > someone test that ethernet is working from u-boot? Because it has been merged on upstream and tested by Simon and me. It only fixes ethernet for

Re: [yocto] [raspberrypi][rt] yocto Digest, Vol 81, Issue 118

2017-06-26 Thread Michael Wiesing
Am Montag, 26. Juni 2017 04:32 CEST, yocto-requ...@yoctoproject.org schrieb: > Send yocto mailing list submissions to > yocto@yoctoproject.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.yoctoproject.org/listinfo/yocto > or, via email, send a

Re: [yocto] Current state of linux-raspberrypi-rt?

2017-06-26 Thread Paul D. DeRocco
> From: Trevor Woerner [mailto:twoer...@gmail.com] > > > Google turns up a lot of stuff about this, but the latest I > > found was a > > thread from 1/5/17 that started with Trevor Woerner posting > > a 1MB patch, > > and that ended with him posting a message saying that it > > didn't

Re: [yocto] Current state of linux-raspberrypi-rt?

2017-06-26 Thread Andreas Müller
On Mon, Jun 26, 2017 at 7:19 AM, Trevor Woerner wrote: > On Sun, Jun 25, 2017 at 10:32 PM, Paul D. DeRocco > wrote: >> Google turns up a lot of stuff about this, but the latest I found was a >> thread from 1/5/17 that started with Trevor Woerner

[yocto] network problems when running simple MS IoT Hub sample C application

2017-06-26 Thread Jakob Hasse
Hello, I'm trying to run the Mircosoft Azure IoT hub mqtt example (iothub_client_sample_amqp or simliar) of the C SDK on yocto (https://github.com/Azure/azure-iot-sdk-c). On my Ubuntu host machine, everything compiles and works fine, the application connects to the azure server and sends