[oe-users] How to add multiple source files in trivial package
Koen Kooi
koen at dominion.kabel.utwente.nl
Sat Feb 10 08:16:42 UTC 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
michael at michaelshiloh.com schreef:
> 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
looks ok
> ../org.openembedded.dev/packages/foo/foo-0.1.bb
mv foo-0.1.bb 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
SRC_URI = "file://foo.c \
file://Makefile"
regards,
Koen
> or just one at a time but after running bitbake those files were not copied
> into my work area.
>
> Thanks,
> Michael
>
> _______________________________________________
> Openembedded-users mailing list
> Openembedded-users at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFFzX9pMkyGM64RGpERAjt2AKCSWaka08EijozcZuRI151haxM6VwCglSRU
H7EOdwQWOecQ0jHun0trqoc=
=3wvU
-----END PGP SIGNATURE-----
More information about the Openembedded-users
mailing list