summaryrefslogtreecommitdiff
path: root/docs/buildroot.html
AgeCommit message (Collapse)Author
2009-11-22docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIGPeter Korsgaard
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>
2009-10-30documentation: insist more on why output/target/ should not be usedThomas Petazzoni
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>
2009-10-18docs/buildroot.html: remove mention of skel.tar.gzPeter Korsgaard
We haven't used a tarball for the skeleton since we moved to subversion in 2006. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-15busybox: invert hide optionPeter Korsgaard
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>
2009-10-04buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard
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>
2009-09-16documentation: update after major changesThomas Petazzoni
* 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>
2009-07-27documentation: mention the new xconfig interfaceThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27docs: describe BR2_ROOTFS_POST_BUILD_SCRIPTDaniel Mack
Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15docs: get rid of svn date keywordsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03docs/: announce move to gitPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-29docs/buildroot.html: fix typoPeter Korsgaard
2009-04-28New section on external toolchain usageThomas Petazzoni
2009-04-28Documentation cleanupsThomas Petazzoni
* 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.
2009-03-25Remove useless <ol>...</ol> tagsThomas Petazzoni
2009-03-23docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWSPeter Korsgaard
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
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.
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