Re: [yocto] Recipe for include-what-you-use and rpath problem #sdk

2021-06-25 Thread Khem Raj
On 6/25/21 7:00 AM, Francesco Cusolito wrote: I was able to make it work correctly enabling |CMAKE_SKIP_RPATH|. Here the working full recipe: this is fine, if you are interested submit it as a patch to include in metadata in meta-python |LICENSE = "NCSA" LIC_FILES_CHKSUM =

Re: [yocto] Hardknott (GCC10) Compiler Issues

2021-06-25 Thread Zoran
> GCCVERSION = "9.%" Basically, do NOT use this instruction anywhere. It clearly does NOT work?! I did replace the whole gcc/ in the: poky/meta/recipes-devtools/gcc for hardknott branch: Now I have a gcc_11.1 compiler (from master branch), instead of gcc_10.2. poky/meta/recipes-devtools/gcc

Re: [yocto] Recipe for include-what-you-use and rpath problem #sdk

2021-06-25 Thread Francesco Cusolito
I was able to make it work correctly enabling CMAKE_SKIP_RPATH. Here the working full recipe: LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=59d01ad98720f3c50d6a8a0ef3108c88 \ file://iwyu-check-license-header.py;md5=cdc4ab52c0b26e216cbf434649d30403" SRC_URI =

[yocto] [meta-rockchip][PATCH] conf/machine/include/rockchip-wic.inc: create

2021-06-25 Thread Trevor Woerner
Create a conf/machine/include/rockchip-wic.inc file to contain all the common wic/wks things for easy inclusion by any MACHINEs that use wic for their image creation. NOTE: the wic image type of rock-pi-e changed from "wic.xz" to "wic" which matches all the other meta-rockchip MACHINEs that

Re: [yocto] The do_populate_sdk is finishing OK even when there are errors present in the build

2021-06-25 Thread Fabio Berton
Hi Richard! Ok, I'll prepare a patch, do more tests on my side and if everything works I'll send the patch to the OE-core list. Is there any specific test, or just populate_sdk with core-image-base? Thanks! On Fri, Jun 25, 2021 at 8:48 AM Richard Purdie < richard.pur...@linuxfoundation.org>

Re: [yocto] The do_populate_sdk is finishing OK even when there are errors present in the build

2021-06-25 Thread Richard Purdie
On Thu, 2021-06-24 at 17:40 -0300, Fabio Berton wrote: > Hi all! > > I'm running some test with do_populate_sdk task and I'm seeing this  > on the log: > > check_data_file_clashes: Package kmsxx-dbg wants to install file > /home/builder/build/tmp/work/foo-poky- >

Re: [yocto] what's the state of things with pushing the bounds on ASSUME_PROVIDED?

2021-06-25 Thread Richard Purdie
On Thu, 2021-06-24 at 07:50 -0400, Robert P. J. Day wrote: >   i asked about this once upon a time, so i thought i'd follow up ... > given the fairly stable state of recent linux distros, is there any > standard for taking advantage of what *should* be robust native tools > rather than building

Re: [yocto] Hardknott (GCC10) Compiler Issues

2021-06-25 Thread Zoran
> I have no idea if this is possible in the current YOCTO development stage: > GCCVERSION = "11.%" > To do the FF to GCC 11.> *WARNING: preferred version 11.% of gcc-runtime not available (for item libg2c)WARNING: versions of gcc-runtime available: 10.2.0* For hardknott. Guess, this answers my