summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs/news.html: announce 2009.02Peter Korsgaard2009-02-121-0/+8
|
* docs/news.html: announce -rc4Peter Korsgaard2009-02-091-0/+13
|
* docs/news.html: announce -rc3Peter Korsgaard2009-01-311-0/+11
|
* target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-01-301-10/+1
| | | | As discussed on the list.
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-261-0/+11
| | | | | | | | | | | | | | | | | | | | 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.
* Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanupUlf Samuelsson2009-01-261-38/+29
|
* docs/news.html: announce -rc2Peter Korsgaard2009-01-231-0/+10
|
* docs/download.html: cleanup and mention releasesPeter Korsgaard2009-01-161-4/+8
|
* docs/news.html: announce 2009.02-rc1Peter Korsgaard2009-01-161-0/+12
|
* buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
| | | | | | | | 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/
* docs/developer.html: People should ask on the list for commit accessPeter Korsgaard2009-01-151-8/+2
|
* docs/copyright.txt: update year, add buildroot developersPeter Korsgaard2009-01-151-1/+2
|
* docs/about.html: new maintainerPeter Korsgaard2009-01-151-1/+1
|
* docs/footer.html: ask people to mail the list instead of ErikPeter Korsgaard2009-01-151-2/+2
| | | | And update the year while we're at it.
* docs/README: ask people to mail the list instead of ErikPeter Korsgaard2009-01-151-3/+2
|
* Add buildall script for testing many/most packages separately with build ↵Ulf Samuelsson2009-01-111-0/+67
| | | | logs and documentation for this and mkpkg
* Add documentation for u-boot patches to 2009.01-rc1Ulf Samuelsson2009-01-061-0/+255
|
* Update links to new site locations (via Lance Albertson of OSL)Bernhard Reutner-Fischer2008-12-183-3/+3
|
* docs/buildroot.html: misc small fixes and strip trailing spacesPeter Korsgaard2008-12-161-82/+82
|
* Documentation fixes and updatesThomas Petazzoni2008-12-151-76/+147
| | | | | | | | 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>
* Mention another important benefit of Buildroot.Thomas Petazzoni2008-12-151-0/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* - extend documentation to mention adding package/foo/Config.in to ↵Bernhard Reutner-Fischer2008-10-141-1/+13
| | | | package/Config.in
* README: document out-of-tree build supportPeter Korsgaard2008-10-061-0/+11
|
* buildroot: support out-of-tree buildsPeter Korsgaard2008-08-311-0/+14
| | | | | Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>).
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* README: s/standart/standard/Peter Korsgaard2008-06-231-1/+1
|
* add some documentation about buildroot's patch systemJohn Voltz2008-03-131-0/+43
|
* HTMLized glibc vs uclibc and added to docsJohn Voltz2008-03-071-0/+240
|
* - add a sample README.diskimage for i386Bernhard Reutner-Fischer2007-09-271-0/+37
|
* - trivial style fixes.Bernhard Reutner-Fischer2007-09-191-3/+3
| | | | TODO: document HAVE_MANPAGES and HAVE_INFOPAGES (and adjust line-numbers in the text accordingly)
* Add hooks for creating your own board support packageUlf Samuelsson2007-09-121-0/+38
|
* - document BUSYBOX_CONFIG_FILEBernhard Reutner-Fischer2007-09-021-0/+3
|
* Fix spelling error in docsUlf Samuelsson2007-08-241-1/+1
|
* Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson2007-08-191-0/+22
|
* Add further documentation for BSP patchUlf Samuelsson2007-08-161-5/+274
|
* Cleanup of docsUlf Samuelsson2007-08-121-3/+4
|
* Update documentation with advice on completionUlf Samuelsson2007-08-111-0/+27
|
* make needs menuconfig to allow configurationUlf Samuelsson2007-08-011-1/+1
|
* Fix Document styleUlf Samuelsson2007-07-121-68/+68
|
* Fix Document styleUlf Samuelsson2007-07-121-65/+71
|
* Update Instructions for applying for Buildroot write accessUlf Samuelsson2007-07-121-3/+10
|
* Update Documentation for BSP patchUlf Samuelsson2007-07-121-7/+36
|
* - update docs to mention the new sysroot support.Bernhard Reutner-Fischer2007-06-211-7/+11
|
* - point to busybox-<version>.configBernhard Reutner-Fischer2007-03-131-1/+1
|
* - remove validator, all is fine now.Bernhard Reutner-Fischer2007-01-211-2/+0
|
* - duh. add missing listentry stop markersBernhard Reutner-Fischer2007-01-191-4/+4
|
* - remove validatorBernhard Reutner-Fischer2007-01-191-2/+0
|
* - explicitely mention -clean and -dirclean targets so it is easier to search ↵Bernhard Reutner-Fischer2007-01-191-2/+2
| | | | for them
* - add some more documentationBernhard Reutner-Fischer2007-01-191-23/+57
|