8cfa7aa965
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. |
||
---|---|---|
.. | ||
arm | ||
cloop | ||
cramfs | ||
device | ||
ext2 | ||
generic | ||
iso9660 | ||
jffs2 | ||
makedevs | ||
powerpc | ||
squashfs | ||
tar | ||
x86 | ||
Config.in | ||
Makefile.in |