Question about MokoMakeFile

Al Johnson openmoko at mazikeen.demon.co.uk
Mon Mar 16 13:45:28 CET 2009


On Saturday 14 March 2009, Andreas Willich wrote:
> Hi List
>
>
> Some time ago it was possible to build a single package and it's
> dependencies with the MokoMakeFile with make
> build-package-"packagename".
>
> With the current Makefile this command is not valid anymore. Is this
> feature dropped from the Makefile or has the command changed? I did not
> find a proper replacement in the Makefile. Have I missed something?

That was a vary skinny wrapper around bitbake. You should be able to do the 
same thing using something like:

cd [distro-subdir]
. setup-env
bitbake [packagename]





More information about the devel mailing list