You need to do the INHERIT += "rm_work" trick to be able to use the remove-work target.
Perhaps I should make rm_work the default for MokoMakefile. Anyone have any strong objections to that? Troy Benjegerdes wrote: > Anyone got any ideas what's up here? > > [EMAIL PROTECTED]:/extra/moko$ make remove-work > ( cd build && . ../setup-env && \ > bitbake -c rm_work openmoko-devel-image ) > NOTE: Handling BitBake files: | (4648/4648) [100 %] > NOTE: Parsing finished. 0 cached, 4421 parsed, 227 skipped, 0 masked. > NOTE: build 200709102017: started > > OE Build Configuration: > BB_VERSION = "1.8.8" > OE_REVISION = "110c6ec488c63036fe1cb9a1e304bfb935b57bca" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "fic-gta01" > DISTRO = "openmoko" > DISTRO_VERSION = "P1-August-Snapshot-20070911" > TARGET_FPU = "soft" > > NOTE: Resolving missing task queue dependencies > NOTE: preferred version 2.5 of glibc not available (for item > virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) > NOTE: Preparing runqueue > Traceback (most recent call last): > File "/extra/moko/bitbake/bin/bitbake", line 134, in ? > main() > File "/extra/moko/bitbake/bin/bitbake", line 131, in main > cooker.cook() > File "/extra/moko/bitbake/lib/bb/cooker.py", line 552, in cook > return self.buildTargets(pkgs_to_build) > File "/extra/moko/bitbake/lib/bb/cooker.py", line 464, in buildTargets > rq.prepare_runqueue() > File "/extra/moko/bitbake/lib/bb/runqueue.py", line 281, in > prepare_runqueue > listid = taskData.tasks_lookup[fnid][target[1]] > KeyError: 'do_rm_work' > make: *** [remove-work] Error 1 > >

