[yocto] rocko build fails

2017-12-10 Thread Mircea Gliga
Hello, I have a working krogoth build - I build images etc, everything is fine. Then I wanted to try a rocko build, I installed the needed host packages: http://www.yoctoproject.org/docs/2.4/yocto-project-qs/yocto-project-qs.html#packages Then sourced env and /bitbake core-image-minimal/. So n

Re: [yocto] [PATCH 09/12] upgradehelper.py: use git user in commit when recipes are specified

2017-12-10 Thread Robert Yang
On 12/09/2017 12:20 AM, Burton, Ross wrote: On 8 December 2017 at 14:07, Alexander Kanavin mailto:alexander.kana...@linux.intel.com>> wrote: On 12/08/2017 03:51 AM, Robert Yang wrote: I'm not sure about this one. Commits shouldn't be created automatically on a pe

Re: [yocto] [PATCH 08/12] upgradehelper.py: clean repo only once when recipes are specified

2017-12-10 Thread Robert Yang
On 12/08/2017 10:18 PM, Alexander Kanavin wrote: On 12/08/2017 04:00 AM, Robert Yang wrote: I'm not sure, the logical *without* this patch is: 1) Do the commit when succeed or failed. 2) git format-patch 3) Remove the commit if failed, and leave the commit there if succeed Sorry, "remove t

[yocto] [Recipe reporting system] Upgradable recipe name list

2017-12-10 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
no this does not work with the psplash .. please see the link .. now i have the psplash does not show, but it keeps compiling. I made a psplash_%.bbappend but it does not work. I need to remove from the file system this file /usr/bin/psplash_write this is my code. please correct me. I was testing

Re: [yocto] disable psplash

2017-12-10 Thread Ayoub Zaki
Hi, you can disable psplash by removing the package from your image: IMAGE_FEATURES_remove = "splash" cheers, -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Email: ayoub.z...@embexus.com Homepage : https://embexus.com VAT No. : DE313902634 On 1

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
i found the solution for it and posted it here https://stackoverflow.com/questions/47738738/how-to-disable-psplash-screen-in-yocto/47743610#47743610 but there is still one problem, that comes from this patch https://patchwork.openembedded.org/patch/47017/ i get the following : *umount: can't un

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
thank you for your reply. I don't find these parameters in any recipe. I am still confused, how to approach. On Sun, Dec 10, 2017 at 5:45 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > As far as i understood, we can pass it from uboot, but how? > https://community.nxp.com/th

[yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-10 Thread Daniel.
Hi everybody, I'm building a vanilla image for MACHINE=raspberrypi3-64. I'm doing the build for the first time and faced an error at linux-raspberrypi:do_kernel_configme. I found that .kernel-meta/configs folder was missing, so I fired a devshell and created it. After that everything works as expe

Re: [yocto] disable psplash

2017-12-10 Thread Zoran Stojsavljevic
> As far as i understood, we can pass it from uboot, but how? https://community.nxp.com/thread/460796 Zoran On Sun, Dec 10, 2017 at 1:02 PM, Sherif Omran wrote: > hi > > any body knows how to diable the psplash? as per documentation it says > pass psplash=false to the kernel. But how to pass it

[yocto] VPS for building and serving.

2017-12-10 Thread Daniel.
Hi, Is there anybody using VPS for building and serving packages? What plans you do recommend? Regards -- “If you're going to try, go all the way. Otherwise, don't even start. ..." Charles Bukowski -- ___ yocto mailing list yocto@yoctoproject.org ht

[yocto] disable psplash

2017-12-10 Thread Sherif Omran
hi any body knows how to diable the psplash? as per documentation it says pass psplash=false to the kernel. But how to pass it to the kernel? I tried adding it to kernel.cfg but does not seem to be correct. As far as i understood, we can pass it from uboot, but how? thanks for your help -- _