[oe-users] How to add multiple source files in trivial package

michael at michaelshiloh.com michael at michaelshiloh.com
Sat Feb 10 06:28:17 UTC 2007


Hi,

I'm just starting out with OpenEmbedded and I'm trying to create my own
trivial application.

I've been helped a lot by the manual and the various tutorials on the wiki,
for which I thank you.

For my trivial first project, I have only two files, for now:

   $ find ../org.openembedded.dev/packages/foo
   ../org.openembedded.dev/packages/foo
   ../org.openembedded.dev/packages/foo/foo-0.1
   ../org.openembedded.dev/packages/foo/foo-0.1/foo.c
   ../org.openembedded.dev/packages/foo/foo-0.1/Makefile
   ../org.openembedded.dev/packages/foo/foo-0.1.bb

How do I indicate that these two files in the recipe?

I've tried

   SRC_URI = "file://foo-0.1/foo.c"
   SRC_URI += "file://foo-0.1/Makefile"

or just one at a time but after running bitbake those files were not copied
into my work area.

Thanks,
Michael




More information about the Openembedded-users mailing list