[yocto] [meta-raspberrypi] Image will halt soon after boot

2014-12-17 Thread Petter Gustad
I've run "bitbake rpi-hwup-image" using the daisy branch: meta-yocto-bsp= "daisy:1e668ccf1a05c5d730de9747bc1c2b0446bda556" meta-raspberrypi.git = "daisy:946b69299737cc2f1378c864f1b9075280db1b53" However, whenever I boot the created sdimage it will lock up during boot. Typically I will see so

Re: [yocto] problem of toolchain install directrory

2014-12-17 Thread Neil.Wu
Hello Liviu, Thank you very much for your reply. I got a very useful information from your reply. At the beginning , I want to add the cross compiler to eclipse project and not use the default installer directory, but it appears the above problem. In eclipse project, the setting as these:

Re: [yocto] Using YP for non-embedded purposes.

2014-12-17 Thread Philip Balister
On 12/17/2014 04:00 PM, John Unland wrote: > Hello everyone, > > I am developing a linux distro for small businesses and I am wanting to > have a easy to use tool to develop that OS. However with the main-line > distros there is a lot of hoops to jump over to get to that point > (re-branding, remo

[yocto] Using YP for non-embedded purposes.

2014-12-17 Thread John Unland
Hello everyone, I am developing a linux distro for small businesses and I am wanting to have a easy to use tool to develop that OS. However with the main-line distros there is a lot of hoops to jump over to get to that point (re-branding, remove certain software, etc). So I was wondering is it pos

Re: [yocto] Debugging opkg installs

2014-12-17 Thread Paul Barker
On Mon, Dec 08, 2014 at 10:17:37AM -0800, Matt Schuckmann wrote: > I'm looking for some tips on debugging package install problems. > Recently I've had a problem where edits to a pkg_postinst function in one of > my recipes was not getting run when rebuilding my image. The only way I could > get

Re: [yocto] bump linux-yocto-dev to 3.18?

2014-12-17 Thread Bruce Ashfield
On 14-12-17 01:02 PM, Cody P Schafer wrote: It looks like http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-dev/ is still sitting at 3.17.6, are their plans to merge the 3.18 changes? Or does linux-yocto-dev wait on stable kernel releases? Or is this blocked on something else I'm unaware of?

[yocto] bump linux-yocto-dev to 3.18?

2014-12-17 Thread Cody P Schafer
It looks like http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-dev/ is still sitting at 3.17.6, are their plans to merge the 3.18 changes? Or does linux-yocto-dev wait on stable kernel releases? Or is this blocked on something else I'm unaware of? -- Cody --

Re: [yocto] how to set static ip in linux

2014-12-17 Thread Constantin, Costin C
... or easier, you can directly use the poky_dir/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces to set up interfaces. An eg. would be: auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 gateway 192.168.1.1

Re: [yocto] how to set static ip in linux

2014-12-17 Thread Philip Balister
I'd install a custom /etc/network/interfaces file via a bbappend or similar method. There is numerous examples in google of how to set up a static Ip via the interfaces file. Philip On 12/16/2014 05:08 AM, Constantin, Costin C wrote: > Hello Sachin > > The easiest way to do this is by modifying

Re: [yocto] Package Feature compile/runtime dependency

2014-12-17 Thread Koehler, Yannick (HP Networking)
The size of the resulting image of poky-tiny + systemd is a lot smaller than poky itself, even with the systemd kernel/glibc requirement set in. The poky distro also pulls a lot more package into the mix that I do not need for my tasks. I could go and disable those, but that is actually what p

Re: [yocto] problem of toolchain install directrory

2014-12-17 Thread Liviu Gheorghisan
Hello Neil, Your problem is that the toolchain is installed with the location of the sysroot hardcoded as the default installation path for the tool-chain. You can see this location with: $ arm-poky-linux-gnueabi-gcc --print-sysroot // or whatever cross-compiler you built However, after you

[yocto] problem of toolchain install directrory

2014-12-17 Thread Neil.Wu
Hello ,all I build the toolchain via bitbake core-image-minimal –c populate_sdk. Then I install the toolchain. If I install the toolchain in default directory(default: /opt/poky/1.7.1), everything is ok. But, if I not install in the default directory, it will appears the problem that can’t