|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000824 |
[buildroot] Other |
major |
always |
04-10-06 07:57 |
02-12-07 05:46 |
|
|
Reporter |
jacmet |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000824: svn 14777 broke cramfs/squashfs/tarroot ($IMAGE is the absolute path) |
|
Description |
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.
|
|
Additional Information |
|
|
|
Attached Files |
buildroot-IMAGE-is-absolute.patch [^] (1,424 bytes) 04-10-06 07:57 |
|
|