#99 - 09/21/1109:41 AMRe: How to build a complete image for your dreambox
[Re: Admin]
Admin
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 10056
take a look inside openembedded/packages *.bb and You will learn something new. to ad something (patch, anything) You need to modify that *.bb file You are looking it. to "executing build command" use bitbake command. For example: cd /working_dir/build-dm800 source env.source bitbake package_name to remove/clean package use bitbake -c clean package_name