[yocto] [yocto-autobuilder-helper][PATCH] config.json: Build MinGW SDK test image

2019-11-14 Thread Joshua Watt
Switches the MinGW SDK test to use the core-image-mingw-sdktest image. This image includes additional host tools to validate that they build for MinGW. Signed-off-by: Joshua Watt --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index

Re: [yocto] No Package Provides /bin/awk

2019-11-14 Thread Wayne Li
Just for the record, I was able to solve the problem by going to all the files in the kernel-devsrc/1.0-r0 (the same directory corresponding to what was described in the error) and changing the "#!/bin/awk" line to "!#usr/bin/awk". On Wed, Nov 13, 2019 at 1:43 PM Wayne Li wrote: > Sorry I am

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-14 Thread Nicholas Krause
On 11/13/19 9:59 PM, Khem Raj wrote: On Wed, Nov 13, 2019 at 4:02 PM Nicholas Krause wrote: Greetings All, I'm a student working on multi-threading GCC and researching it. Seems that it my time doing it and other things with the project it would be great to start collaborating on testing

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-14 Thread Ross Burton
On 14/11/2019 18:05, Nicholas Krause wrote: I think its a good idea. Currently, we test released versions mostly, however, there is a class to switch to git versions and primarily be able to use tip of master for a given recipe, this would be something I wish we had but so far we have not fully

Re: [yocto] puzzle: simple recipe gets image dependencies

2019-11-14 Thread Vladimir Molokov
> Possible that attr dependencies traverse down to kernel So it's attr.. I wonder how it gets those dependencies "attr.do_build" -> "linux-yocto.do_deploy" "attr.do_build" -> "linux-yocto.do_package_write_ipk" Recipe .inc summary says "Utilities for manipulating filesystem extended attributes"

[yocto] Manifest not found

2019-11-14 Thread Mark Hawthorne
I created a new recipe called mapbox-gl-native and added it to IMAGE_INSTALL in the image recipe. The package builds succesfully, but now I am stuck on this error in the final image creation stage: --- DEBUG: Executing python function do_rootfs NOTE:

Re: [yocto] Yocto Project Status WW46'19

2019-11-14 Thread akuster808
Hello Stephen, On 11/12/19 7:47 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 3.1 M1  > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > >   > > SWAT Team Rotation: > > * SWAT lead is currently: Anuj  > * SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 > * SWAT team

Re: [yocto] [OE-core] Yocto Project Status WW46'19

2019-11-14 Thread Richard Purdie
On Thu, 2019-11-14 at 16:11 -0800, akuster808 wrote: > > Hello Stephen, > > On 11/12/19 7:47 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 3.1 M1 > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > > > > SWAT Team Rotation: > > SWAT lead is currently: Anuj > > SWAT team

Re: [yocto] Manifest not found

2019-11-14 Thread Mark Hawthorne
I see the problem now. I had to remove the "-native" from the end of the package name because this has meaning in the bitbake environment. On Thu, Nov 14, 2019 at 5:49 PM Mark Hawthorne wrote: > I created a new recipe called mapbox-gl-native and added it to > IMAGE_INSTALL in the image recipe.

Re: [yocto] [meta-mingw][PATCH] Add sdktest image

2019-11-14 Thread Ross Burton
On 12/11/2019 19:48, Joshua Watt wrote: Adds a specific image that can be used to build MinGW SDKs. This image includes extra recipes that are know to build for MinGW so that they can be tested on the autobuilder. +1 feel free to merge. Ross -- ___

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-14 Thread Paul Barker
On Thu, 14 Nov 2019, at 06:04, Hongxu Jia wrote: > - Add swap partition to workaround memory limitation > > - Support to set /root and /swap size, 4G /root and 1G /swap by default > > Signed-off-by: Hongxu Jia These settings feel distro-specific to me. They're not required for how many of us

Re: [yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-14 Thread Paul Barker
On Thu, 14 Nov 2019, at 07:33, Hongxu Jia wrote: > - Support to add extra partition, such as add swap partition > to workaround memory limitation > > - Support to set /root size > > Signed-off-by: Hongxu Jia If you want to make changes like this in a distro or local configuration, I think

Re: [yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-14 Thread Hongxu Jia
On 11/14/19 8:40 PM, Paul Barker wrote: On Thu, 14 Nov 2019, at 07:33, Hongxu Jia wrote: - Support to add extra partition, such as add swap partition to workaround memory limitation - Support to set /root size Signed-off-by: Hongxu Jia If you want to make changes like this in a distro or