[yocto] project that builds target and host

2020-05-12 Thread Joel Winarske
Hi, I have a project that generates a native artifact during the target build. Both the native and target artifacts are needed for other target recipes. What's the recommended pattern for handling this? Thanks, Joel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [yocto] [PATCH] builders: Add Build Steps to get worker information

2020-05-12 Thread Aaron Chan
Bug #9917 has been update to "Review In Progress" https://bugzilla.yoctoproject.org/show_bug.cgi?id=9917 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49383): https://lists.yoctoproject.org/g/yocto/message/49383 Mute This Topic: https://lists.yocto

[yocto] Migrating yocto project from sumo to warrior - getting null registry error from npm

2020-05-12 Thread Christopher McClellan
I'm migrating a yocto project that is working on sumo to warrior, so I set my layers to be the "warrior" branches. Everything runs fine until it fails in my node project layer on "do_compile" with the error message "Cannot read property 'replace' of null." It seems to return null for npm.config.

Re: [yocto] python3 path different from python2

2020-05-12 Thread Tim Orling
Does your recipe inherit pythonnative? If so, you could try switching to ‘python3native’. For example: http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-extras/recipes-connectivity/open62541/open62541_git.bb;hb=rocko On Tue, May 12, 2020 at 12:13 PM Emily wrote: > Hi all - > >

Re: [yocto] [matchbox-desktop-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-05-12 Thread Richard Purdie
On Mon, 2020-03-23 at 11:53 -0400, Matthew wrote: > Fixes [YOCTO #13319] > > Signed-off-by: Mingde (Matthew) Zeng > --- > libtaku/inotify/inotify-diag.c| 2 ++ > libtaku/inotify/inotify-diag.h| 2 ++ > libtaku/inotify/inotify-kernel.c | 2 ++ > libtaku/inotify/inotify-kernel.h | 2 ++ >

[yocto] python3 path different from python2

2020-05-12 Thread Emily
Hi all - I'm working with rocko trying to build a recipe with python3 that used to be build with python2 using cmake. After changing things in the build files, when I run the devshell for the recipe, I see two different include paths for python2 and python3. I have tried switching to zeus but I ha

[yocto] M+ & H bugs with Milestone Movements WW19

2020-05-12 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW19 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12723 mysql requires unicode and char length filtering david.re...@windriver.

[yocto] Enhancements/Bugs closed WW18!

2020-05-12 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count mark.mor...@windriver.com 3 richard.pur...@linuxfoundation.org 1 bluelightn...@bluelightning.org 1 changqing...@windriver.com 1 limon.ani...@gmail.com 1 Thanks, Stephen K. Jolley

[yocto] Current high bug count owners for Yocto Project 3.2

2020-05-12 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW19 of who have open medium or higher bugs and enhancements against YP 3.2. There are 120 possible work days left until the final release candidates for YP 3.2 needs to be released. Who Count richard.pur...@linuxfoundation.or

[yocto] Yocto Project Status WW19'20

2020-05-12 Thread Stephen Jolley
Current Dev Position: YP 3.2 M1 Next Deadline: YP 3.2 M1 build date 2020/6/16 Next Team Meetings: * Bug Triage meeting Thursday May 14th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday june 2nd at 8am PDT (

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-05-12 Thread Denys Dmytriyenko
On Tue, May 12, 2020 at 02:03:07PM +0100, Paul Barker wrote: > On Tue, 12 May 2020 at 13:36, Zwicker Severin > wrote: > > > > I can’t reach http://downloads.yoctoproject.org/ to download > > http://downloads.yoctoproject.org/releases/uninative/2.7/x86_64-nativesdk-libc.tar.xz > > . > > > > > > >

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-05-12 Thread Paul Barker
On Tue, 12 May 2020 at 13:36, Zwicker Severin wrote: > > I can’t reach http://downloads.yoctoproject.org/ to download > http://downloads.yoctoproject.org/releases/uninative/2.7/x86_64-nativesdk-libc.tar.xz > . > > > > Did somebody know anything? Yes, it currently appears to be down. The relevan

[yocto] Is http://downloads.yoctoproject.org/ down?

2020-05-12 Thread Zwicker Severin
I can't reach http://downloads.yoctoproject.org/ to download http://downloads.yoctoproject.org/releases/uninative/2.7/x86_64-nativesdk-libc.tar.xz . Did somebody know anything? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49372): https://lists.

Re: [oe][yocto][bitbake] Fetching source using different protocols

2020-05-12 Thread Dawod
Thank you all, your answers were so helpful, My problem had been solved. The reason behind my question was a temporary connections error for some machines in the lab so I needed some way to cover this problem as fast as possible to keep my Yocto recipes away from this problem. Thank you very much