Re: [yocto] Trying to filter out 2 strings from EXTRA_OECONF, why doesn't this work?

2017-11-20 Thread Ola x Nilsson
This is not a typical use of variables in bitbake. I'm not sure whether it is defined behavior or not, but I doubt you'll find many such examples in the yocto layers. You can write EXTRA_OECONF_remove = "--with-term=rxvt --with-name=rxvt" in your bbappend file. The problem with this style

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-26 Thread Ola x Nilsson
You now have nonstandard library names, which will confuse the package-split and automatic library dependency checker. As a result, a dependency is added from the applibrary on app-dev. But depending on -dev packages is a no-no, hence the QA error. I have no idea whether the renameing of the l

Re: [yocto] devtool modify both target and native recipe

2019-09-24 Thread Ola x Nilsson
rk for S==B, but then you will have to extract the sources some other way. devtool extract may work here, but I have not tested myself. -- Ola x Nilsson -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto