summaryrefslogtreecommitdiff
path: root/docs/buildroot.html
AgeCommit message (Collapse)Author
2009-03-02docs/buildroot: use DESTDIR / install-strip for target install examplePeter Korsgaard
2009-03-02docs/buildroot.html: we DO make releases nowadaysPeter Korsgaard
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-01-30target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWSPeter Korsgaard
As discussed on the list.
2009-01-26Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson
all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
2009-01-26Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanupUlf Samuelsson
2009-01-16buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard
This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
2008-12-16docs/buildroot.html: misc small fixes and strip trailing spacesPeter Korsgaard
2008-12-15Documentation fixes and updatesThomas Petazzoni
The biggest update is to document the Makefile.autotools.in way of writing .mk files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-15Mention another important benefit of Buildroot.Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-08docs/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-14- extend documentation to mention adding package/foo/Config.in to ↵Bernhard Reutner-Fischer
package/Config.in
2008-08-31buildroot: support out-of-tree buildsPeter Korsgaard
Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>).
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-09-19- trivial style fixes.Bernhard Reutner-Fischer
TODO: document HAVE_MANPAGES and HAVE_INFOPAGES (and adjust line-numbers in the text accordingly)
2007-09-12Add hooks for creating your own board support packageUlf Samuelsson
2007-08-24Fix spelling error in docsUlf Samuelsson
2007-08-19Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson
2007-08-16Add further documentation for BSP patchUlf Samuelsson
2007-08-12Cleanup of docsUlf Samuelsson
2007-08-11Update documentation with advice on completionUlf Samuelsson
2007-07-12Fix Document styleUlf Samuelsson
2007-07-12Fix Document styleUlf Samuelsson
2007-07-12Update Documentation for BSP patchUlf Samuelsson
2007-06-21- update docs to mention the new sysroot support.Bernhard Reutner-Fischer
2007-03-13- point to busybox-<version>.configBernhard Reutner-Fischer
2007-01-21- remove validator, all is fine now.Bernhard Reutner-Fischer
2007-01-19- duh. add missing listentry stop markersBernhard Reutner-Fischer
2007-01-19- explicitely mention -clean and -dirclean targets so it is easier to search ↵Bernhard Reutner-Fischer
for them
2007-01-19- add some more documentationBernhard Reutner-Fischer
2007-01-19- some minor correctionsBernhard Reutner-Fischer
2007-01-19- update valid HTML pic and temporarily enable referer checkingBernhard Reutner-Fischer
2007-01-19- add missing spaceBernhard Reutner-Fischer
2007-01-19- add some anchors to the sample makefile to make ease navigationBernhard Reutner-Fischer
2007-01-19- Correct some typosBernhard Reutner-Fischer
- Add some more explanation to the -clean and -dirclean targets
2007-01-19- make sure that URLs are standard conformingBernhard Reutner-Fischer
Let's see if the date property works..
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2005-09-08update docs and fix wrong paths as pointed out by acutetech in #268Mike Frysinger
2005-08-28acutetech writes in Bug 266: the buildroot docs point to the download dir ↵Mike Frysinger
off of uclibc.org when it should be buildroot.uclibc.org
2005-08-28acutetech writes in Bug 267: Wrong path in documentation, should mention ↵Mike Frysinger
staging_dir subdir
2005-08-13CVS dirs -> .svn dirsMike Frysinger
2005-08-13remove references to CVS and update with SVNMike Frysinger
2005-02-21renameEric Andersen