[yocto] Building a metapackage

2014-03-14 Thread David Welch
Hi, Is it possible to build a meta packages whose sole purpose is to bring in dependencies? Suppose I have package-1.deb, package-2.deb and package-3.deb. I would like add a .bb file to build a metapackage for those three packages. I have tried the following but it didn't work: SUMMARY =

Re: [yocto] Building a metapackage

2014-03-14 Thread David Welch
Thanks for your quick reponses, that works. On Fri, Mar 14, 2014 at 4:45 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-03-14 10:34, David Welch wrote: Hi, Is it possible to build a meta packages whose sole purpose is to bring in dependencies? Suppose I have package-1.deb, package

[yocto] Creating an installer for your Yocto image.

2014-03-12 Thread David Welch
Hi, Currently we are dd'ing a yocto created image to a hd. This works great for having our production people create new machines in a factory. I have a new requirement now for what happens if we want to re-image a machine in the field. Ideally I would like to be able to insert a USB stick and

Re: [yocto] SysVinit and psplash

2014-03-12 Thread David Welch
I too found this to be a problem. Setting console=tty2 made the messages come out on another console and not visible on the screen. On Mon, Mar 10, 2014 at 4:19 PM, Kevin Evans kevin.ev...@rigaku.com wrote: Hello all: I am using yocto denzil release with an IGEPv2 (beagle board clone). It

[yocto] File not found when trying to run an executable not build by Yocto

2014-02-03 Thread David Welch
Hi, I am building an image for an embedded system using the chiefriver and kernel 3.12.9. I am using Ubuntu as our base system. The image builds and boots fine which is great but we have some binaries built on Ubuntu which must run on the Yocto image. When we copy these across and try and run

Re: [yocto] File not found when trying to run an executable not build by Yocto

2014-02-03 Thread David Welch
On Mon, Feb 3, 2014 at 4:28 PM, Christian Ege k423...@gmail.com wrote: Hi, Hi, I am building an image for an embedded system using the chiefriver and kernel 3.12.9. I am using Ubuntu as our base system. The image builds and boots fine which is great but we have some binaries built on