summaryrefslogtreecommitdiffstats
path: root/target/iso9660
Commit message (Collapse)AuthorAgeFilesLines
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-281-3/+3
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-161-8/+8
|
* - iso9660 target does not build target kernel due to missing dependency. ↵Bernhard Reutner-Fischer2007-07-081-1/+1
| | | | Closes #1194
* s/FAKEROUTE/FAKEROOT/Peter Korsgaard2007-05-031-1/+1
|
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-061-0/+1
|
* - use numeric values for the superuser to be more portable.Bernhard Reutner-Fischer2007-03-201-1/+1
| | | | Closes #1250
* - be gentle to vi's syntax highlightingBernhard Reutner-Fischer2007-01-291-1/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* GRUB package is called BR2_TARGET_GRUBPeter Korsgaard2006-09-251-1/+1
|
* Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ↵Mike Frysinger2006-04-211-7/+7
| | | | correct syntax is actually $(VAR_NAME)
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-101-12/+6
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* As noted by jacmet in bug 824:Eric Andersen2006-04-101-7/+7
| | | | | | | | | | | | | 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.
* make sure things still work even when fakeroot is not in active useEric Andersen2006-04-071-0/+1
|
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-071-6/+14
| | | | fakeroot instances stomping eachother's temp files.
* patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen2006-04-063-0/+119