[yocto] rpi-basic-image-1.0-r0 do_rootfs: Function failed: do_rootfs

2017-08-09 Thread mohammed aqdam
i was building image for rpi 3. so when i run bitbake -k rpi-basic-image i'm getting following error. how to recover this error... root@pcz-ee207837-2:/u/my_poky/poky/build# bitbake -k rpi-basic-image Parsing recipes: 100%

[yocto] [layerindex-web][PATCH] readme : add example development settings

2017-08-09 Thread Diana Thayer
Configuring a development environment for the project can be non-obvious. This WIP patch updates the readme and includes example dev settings in "dev_settings.py" which can be used (hopefully) in a general case to get new contributors into a development environment quickly. Signed-off-by: Diana

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko
Dear Yocto member, I fixed it on /etc/resolv.conf nameserver 8.8.8.8 Thanks for helping everyone On 10/08/17 05:13, Burton, Ross wrote: Maybe. We don't have your computer, so this is your problem to resolve. Ross On 9 August 2017 at 22:06, Riko Ho

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko
When I test on browser : https://www.example.com/ I got server not found ?? On 09/08/17 16:38, Burton, Ross wrote: Yep. That's your problem. $ wget https://www.example.com/ --2017-08-09 09:37:43-- https://www.example.com/ Resolving www.example.com... 93.184.216.34,

Re: [yocto] bitbake error ?

2017-08-09 Thread Burton, Ross
Maybe. We don't have your computer, so this is your problem to resolve. Ross On 9 August 2017 at 22:06, Riko Ho wrote: > Can it be related with: > https://askubuntu.com/questions/425484/unable-to-use-wget-command > ? > > On 09/08/2017 8:43 PM, "Bejar-Colonia, Carlos"

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko Ho
Can it be related with: https://askubuntu.com/questions/425484/unable-to-use-wget-command ? On 09/08/2017 8:43 PM, "Bejar-Colonia, Carlos" < carlos.bejar-colo...@philips.com> wrote: This issue seems to be related to proxy server. Probably your network is behind a proxy. This may help:

[yocto] [yocto-autobuilder][PATCH] buildset-config.controller/nightly-refkit.conf: add poky distro build

2017-08-09 Thread Stephano Cetola
In order to test the meta-refkit-core layer we need to remove any layers not required to build refkit-image-minimal and set the distro equal to something other than refkit. We also do not want to use the refkit templateconf. Here, we remove the config files from the previous build and regenerate

Re: [yocto] bitbake error ?

2017-08-09 Thread Bejar-Colonia, Carlos
This issue seems to be related to proxy server. Probably your network is behind a proxy. This may help: https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy -Carlos B From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Burton, Ross Sent:

Re: [yocto] bitbake error ?

2017-08-09 Thread Burton, Ross
I've no idea why you can't connect to example.com using wget, you'll have to debug it yourself. Ross On 9 August 2017 at 11:27, Riko Ho wrote: > so what s the issue? my connection is working. is it related with > /etc/hosts? > thanks > On Aug 9, 2017 4:38 PM, "Burton,

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko Ho
so what s the issue? my connection is working. is it related with /etc/hosts? thanks On Aug 9, 2017 4:38 PM, "Burton, Ross" wrote: > Yep. That's your problem. > > $ wget https://www.example.com/ > --2017-08-09 09:37:43-- https://www.example.com/ > Resolving

Re: [yocto] bitbake error ?

2017-08-09 Thread Burton, Ross
Yep. That's your problem. $ wget https://www.example.com/ --2017-08-09 09:37:43-- https://www.example.com/ Resolving www.example.com... 93.184.216.34, 2606:2800:220:1:248:1893:25c8:1946 Connecting to www.example.com|93.184.216.34|:443... connected. HTTP request sent, awaiting response... 200 OK

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko
This one ? bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ wget https://www.example.com/ --2017-08-09 16:33:05-- https://www.example.com/ Resolving www.example.com (www.example.com)... failed: Name or service not known. wget: unable to resolve host address 'www.example.com’ On

Re: [yocto] bitbake error ?

2017-08-09 Thread Burton, Ross
For some reason, bitbake can't do "wget https://www.example.com/;. Try running that command outside of bitbake and seeing if it returns any errors. Ross On 9 August 2017 at 09:29, Riko wrote: > Dear Yocto Member, > > > I have downloaded fresh install of yocto but got

[yocto] bitbake error ?

2017-08-09 Thread Riko
Dear Yocto Member, I have downloaded fresh install of yocto but got error, here's the trace : bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro git://git.yoctoproject.org/poky.git Cloning into 'poky'... remote: Counting objects: 373183, done. remote: Compressing objects: 100%