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] _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
