summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs/: announce move to gitPeter Korsgaard2009-05-037-99/+85
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/lists.html: mention gmane interface to listPeter Korsgaard2009-04-301-1/+3
|
* docs/buildroot.html: fix typoPeter Korsgaard2009-04-291-1/+1
|
* New section on external toolchain usageThomas Petazzoni2009-04-281-1/+38
|
* Documentation cleanupsThomas Petazzoni2009-04-281-41/+30
| | | | | | | | | | | | * Add the section describing the project feature to the table of contents * Change the formatting of titles in the section on the project feature * Mention that the section on project feature is obsolete since the feature has now been implemented * Remove the duplication about two different sections documenting basically the same thing : how to use the Buildroot toolchain.
* docs/images: remove unused busybox logoPeter Korsgaard2009-03-271-0/+0
|
* docs/images/: tweak menuconfig*pngPeter Korsgaard2009-03-272-0/+0
| | | | Convert to 8bit, saves ~145kb
* docs/news.html: announce new logoPeter Korsgaard2009-03-271-0/+11
|
* docs/: use new logoPeter Korsgaard2009-03-274-15/+3
|
* docs/about.html: Capitalize BuildrootPeter Korsgaard2009-03-251-2/+2
|
* docs/: show about.html as index pagePeter Korsgaard2009-03-251-1/+1
| | | | | The about page is more informative for new users than the list of news, so shown that one per default instead.
* docs/about.html: add menuconfig screenshotPeter Korsgaard2009-03-253-0/+6
|
* docs/about: fix typoPeter Korsgaard2009-03-251-2/+2
|
* Remove useless <ol>...</ol> tagsThomas Petazzoni2009-03-251-3/+0
|
* docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-03-231-1/+0
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+1
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* docs/buildroot: use DESTDIR / install-strip for target install examplePeter Korsgaard2009-03-021-3/+3
|
* docs/buildroot.html: we DO make releases nowadaysPeter Korsgaard2009-03-021-3/+7
|
* s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard2009-03-023-7/+7
|
* 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)