Davide Scaini ha scritto:
Last (maybe) question:
suppose i want to build findutils, (that exists on openembedded/recipes
folder) how do I include this package when i build shr-image? (or just build
to be available for installation)
thanks again
d

Well if you want build only findutils then build package with : bitbake findutils after building you can find package findutils_4.2.29-r1.4_armv4t.ipk in tmp/deploy/ipk/armv4t directory For including findutils in shr (full) image, you need to edit/add findutils to openembedded/recipes/tasks/task-shr.bb in your shr-unstable or shr-testing tree.depends if you building testing or unstable. after adding findutils to task-shr.bb, you can launch your build-process normaly with make shr-image or bitbake shr-image.

bye



_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to