[yocto] bilding webkit/qtwebengine?

2017-07-28 Thread Takashi Matsuzawa
Hello. I am seeing issue with threads/parallel make. I wonder if anyone has experience/suggestion. My question: is if it is possible that I set parallel make numbers to lower only for a few recipes that are known to resource hog? I am building webkig/chrome related recipes (e.g. qtwebengine or

Re: [yocto] How to have Poky automatically login at boot?

2017-07-28 Thread Andre McCurdy
On Fri, Jul 28, 2017 at 11:29 AM, Aaron Schwartz wrote: > Hello, > > I'm trying to have the busybox getty in Poky login as root automatically but > I can't seem to get it working. This may be a possible solution: https://git.linaro.org/openembedded/meta-linaro.git/tree/meta-linaro/recipes-lin

[yocto] How to have Poky automatically login at boot?

2017-07-28 Thread Aaron Schwartz
Hello, I'm trying to have the busybox getty in Poky login as root automatically but I can't seem to get it working. So far I have a sysvinit-inittab_2.%.bbappend: > PR := "${PR}.1" > SYSVINIT_ENABLED_GETTYS="1 2 3 4" > do_install() { > install -d ${D}${sysconfdir} > install -m 0644 ${WOR

[yocto] [yocto-autobuilder][PATCH] CreateBBLayersConf: remove meta-qt4 after layer version 10

2017-07-28 Thread Stephano Cetola
Qt4 is EOL and is no longer being supported. This patch removes meta-qt4 from the build when the layer version is great than 10. See this commit for removal justifications: oecore c96aa431f2f56d023b84d28e049065eef2a7490f And this for the layer bump: oecore 179b7ae2511974173ae4aa72dfb49384ff69c2e5

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-28 Thread marco.stadler
Hi Manuel If your default package format of your SDK is IPK it should contain the opkg packager (sysroot/usr/bin/opkg-build). You can then set up the package architecture (e.g. by a script) and pack it. Freundliche Grüsse / Kind regards Marco Stadler Embedded Software Engineer Bühler AG 9240

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-28 Thread Andreas Fenkart
Hi Stefano, 2017-06-14 10:32 GMT+02:00 Stefano Babic : > Hi Andreas, > > On 13/06/2017 14:18, Andreas Fenkart wrote: >> Hi list, >> >> I want to create a swupdate file, which is a cpio file with rootfs and >> some metadata to control software update. My problem is, that it is not >> rebuilt everyt

Re: [yocto] Mpich and yocto ?

2017-07-28 Thread Randy MacLeod
On 2017-07-27 09:22 PM, Riko Ho wrote: /usr/bin/install: cannot create regular file '/usr/local/lib/libicecc.la': Permission denied Riko, http://lmgtfy.com/?q=%2Fusr%2Fbin%2Finstall%3A+cannot+create+regular+file+%27%2Fusr%2Flocal%2Flib%2Flibicecc.la%27%3A+Permission+denied :) I assume you ha

Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho
Dear Yocto Team Member, I've followed : https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html and trying to do bitbake but got : DEBUG: automake-native: class native found in blacklist, disable icecc any work around it ? thanks On 28/07/17 14:36, Josef Holzmayr wrote: On

Re: [yocto] localhost toaster faild after commit 4602408c6

2017-07-28 Thread Richard Purdie
On Fri, 2017-07-28 at 14:48 +0800, Jacob Chen wrote: > Hi, > > I have use a localhost toaster server as the CI server, and recently > it failed to runbuild. > > I try to fix it by editing > "bitbake/lib/toaster/bldcontrol/localhostbecontroller.py", but then I > give up, i'm not familiar with it..