summaryrefslogtreecommitdiffstats
path: root/docs/buildroot.html
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation: update about new package infrastructuresThomas Petazzoni2009-12-151-89/+603
| | | | | | | | | | | | Document the new generic package infrastructure, and how target/host packages are handled, both for the generic package infrastructure and the autotools package infrastructure. This documentation replaces the documentation that used to be present at the top of Makefile.autotools.in. Both tutorial and reference documentation are provided. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: Clean up punctuation, grammar, usage, and typos.grante2009-12-121-230/+233
| | | | | | | Closes #795. Signed-off-by: Grant Edwards <grant.b.edwards@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: fix minor typoPeter Korsgaard2009-11-261-1/+1
| | | | | | STAGING_DIR is output/staging, not build/staging per default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIGPeter Korsgaard2009-11-221-0/+16
| | | | | | | This wasn't menitioned in the documentation as noticed by Grant Edwards <grant.b.edwards@gmail.com>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: insist more on why output/target/ should not be usedThomas Petazzoni2009-10-301-7/+13
| | | | | | | | | | | A lot of people complain that the root filesystem generated by Buildroot doesn't work because it lacks the device files. This is because they use output/target/ instead of one of the images. Therefore, insist in the documentation on this point. Even though I'm unsure if users really read the documentation :-) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/buildroot.html: remove mention of skel.tar.gzPeter Korsgaard2009-10-181-6/+1Star
| | | | | | | We haven't used a tarball for the skeleton since we moved to subversion in 2006. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: invert hide optionPeter Korsgaard2009-10-151-2/+0Star
| | | | | | | | | | Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic, renaming it to _SHOW_OTHERS. Positive logic is simpler to understand, and it makes all{,package}config do the right thing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard2009-10-041-16/+9Star
| | | | | | | | | | As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: update after major changesThomas Petazzoni2009-09-161-404/+265Star
| | | | | | | | | | | | | | | * Remove the huge section describing the design of the removed "project" feature * Update all references to the output directory hierarchy to match the new one * Add new sections on how to rebuild single packages and how to create board support * Other updates, clarifications, reorganizations Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: mention the new xconfig interfaceThomas Petazzoni2009-07-271-6/+18
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: describe BR2_ROOTFS_POST_BUILD_SCRIPTDaniel Mack2009-07-271-0/+17
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: get rid of svn date keywordsPeter Korsgaard2009-05-151-2/+0Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/: announce move to gitPeter Korsgaard2009-05-031-8/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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/+30Star
| | | | | | | | | | | | * 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.
* Remove useless <ol>...</ol> tagsThomas Petazzoni2009-03-251-3/+0Star
|
* docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-03-231-1/+0Star
|
* 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-021-5/+5
|
* target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-01-301-10/+1Star
| | | | As discussed on the list.
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-271-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/+29Star
|
* 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/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
* 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/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - 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
|
* Fix spelling error in docsUlf Samuelsson2007-08-241-1/+1
|
* Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson2007-08-201-0/+22
|
* Add further documentation for BSP patchUlf Samuelsson2007-08-161-5/+274
|
* Cleanup of docsUlf Samuelsson2007-08-131-3/+4
|
* Update documentation with advice on completionUlf Samuelsson2007-08-111-0/+27
|
* Fix Document styleUlf Samuelsson2007-07-121-68/+68
|
* Fix Document styleUlf Samuelsson2007-07-121-65/+71
|
* 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/+0Star
|
* - duh. add missing listentry stop markersBernhard Reutner-Fischer2007-01-191-4/+4
|
* - 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
|
* - some minor correctionsBernhard Reutner-Fischer2007-01-191-9/+9
|