As noted by jacmet in bug 824:
authorEric Andersen <andersen@codepoet.org>
Mon, 10 Apr 2006 17:48:53 +0000 (17:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 10 Apr 2006 17:48:53 +0000 (17:48 -0000)
commit8cfa7aa9658e48d9113f7ed7da0c5994352fc8bf
treeb3ea36eb7b1240a4628b70ba2112cda9a88b7660
parent5418a92350168fbdc1f07839c783cb70952ecc06
As noted by jacmet in bug 824:

svn 14777 seems to have broken cramfs/squashfs/tarroot.

The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.

The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
target/cramfs/cramfs.mk
target/ext2/ext2root.mk
target/iso9660/iso9660.mk
target/jffs2/jffs2root.mk
target/squashfs/squashfsroot.mk
target/tar/tarroot.mk