Re: [yocto] Core-image-weston network problems

2015-07-30 Thread Eirik Solberg Hamnvik
Thanks! It worked out for me. I made a RC script and placed it in /etc/init.d/. In /etc/rc5.d/ I added a symlink which was after the network symlink. Worked great . From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: 30. juli 2015 11:06 To: Eirik Solberg Hamnvik Cc: yocto@yoctoproject.org

[yocto] Core-image-weston network problems

2015-07-29 Thread Eirik Solberg Hamnvik
Hey! I am building core-image-weston. Branch fido. I have a postinstall script that runs some code on first startup. The script is supposed to do apt-get install of some packages. The problem is that the postinstall script runs before the network is correctly configured. Meaning my packages

[yocto] Yocto with meta-java. Multiple providers problem.

2015-07-15 Thread Eirik Solberg Hamnvik
So I am trying to add the meta-java (http://layers.openembedded.org/layerindex/branch/master/layer/meta-java/) to my image with yocto. Just to get it to build I have not yet deleted any of the recipes which comes along with it. When I try to run: bitbake -k core-image-sato I get this error:

[yocto] Recipe runs before network is established on target, causes problems.

2015-07-07 Thread Eirik Solberg Hamnvik
Hey! I have a recipe where I in the pkg_postinst_mypackage () function runs apt-get update on first boot only. This doesn't work. I've seen the logfile which says: Cannot initiate the connection to xxx.xxx.xxx.xxx - connect (101: Network is unreachable). If I manually go to the terminal after