Re: [yocto] Compiling a simple command

2013-06-20 Thread Paul D. DeRocco
> From: Nicolas Dechesne > > here you are mixing a recipe for an image with a recipe for a > 'package', and that's wrong. you have recipes for images, and > recipes for packages. for package, bitbake will actually do > the standard fetch/unpack/patch/configure/compile/package > steps, but not

Re: [yocto] Compiling a simple command

2013-06-20 Thread Nicolas Dechesne
On Thu, Jun 20, 2013 at 6:08 PM, Paul D. DeRocco wrote: > I've tried to add a single small executable to my image, based on what it > says in 5.3.1. of the Project Development Manual, and while the image gets > built with no error messages, it never compiles my executable. I'm not > doing > _exact

[yocto] Compiling a simple command

2013-06-20 Thread Paul D. DeRocco
I've tried to add a single small executable to my image, based on what it says in 5.3.1. of the Project Development Manual, and while the image gets built with no error messages, it never compiles my executable. I'm not doing _exactly_ what it says, so I assume some difference is accounting for thi