Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-18 | docs/buildroot.html: remove mention of skel.tar.gz | Peter 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-15 | busybox: invert hide option | Peter 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-04 | buildroot; move defconfigs to configs/ and print in help | Peter 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-16 | documentation: update after major changes | Thomas 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-27 | documentation: mention the new xconfig interface | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-07-27 | docs: describe BR2_ROOTFS_POST_BUILD_SCRIPT | Daniel Mack | |
Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-15 | docs: get rid of svn date keywords | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-03 | docs/: announce move to git | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-29 | docs/buildroot.html: fix typo | Peter Korsgaard | |
2009-04-28 | New section on external toolchain usage | Thomas Petazzoni | |
2009-04-28 | Documentation cleanups | Thomas 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-25 | Remove useless <ol>...</ol> tags | Thomas Petazzoni | |
2009-03-23 | docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS | Peter Korsgaard | |
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter 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-02 | docs/buildroot: use DESTDIR / install-strip for target install example | Peter Korsgaard | |
2009-03-02 | docs/buildroot.html: we DO make releases nowadays | Peter Korsgaard | |
2009-03-02 | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | |
2009-01-30 | target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-26 | Create a common BR2_COPYTO to prepare to replace | Ulf 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-26 | Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup | Ulf Samuelsson | |
2009-01-16 | buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper | Peter 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-16 | docs/buildroot.html: misc small fixes and strip trailing spaces | Peter Korsgaard | |
2008-12-15 | Documentation fixes and updates | Thomas 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-15 | Mention another important benefit of Buildroot. | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-08 | docs/: 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-31 | buildroot: support out-of-tree builds | Peter Korsgaard | |
Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>). | |||
2008-07-17 | Kconfig: 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-12 | Add hooks for creating your own board support package | Ulf Samuelsson | |
2007-08-24 | Fix spelling error in docs | Ulf Samuelsson | |
2007-08-19 | Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR | Ulf Samuelsson | |
2007-08-16 | Add further documentation for BSP patch | Ulf Samuelsson | |
2007-08-12 | Cleanup of docs | Ulf Samuelsson | |
2007-08-11 | Update documentation with advice on completion | Ulf Samuelsson | |
2007-07-12 | Fix Document style | Ulf Samuelsson | |
2007-07-12 | Fix Document style | Ulf Samuelsson | |
2007-07-12 | Update Documentation for BSP patch | Ulf Samuelsson | |
2007-06-21 | - update docs to mention the new sysroot support. | Bernhard Reutner-Fischer | |
2007-03-13 | - point to busybox-<version>.config | Bernhard Reutner-Fischer | |
2007-01-21 | - remove validator, all is fine now. | Bernhard Reutner-Fischer | |
2007-01-19 | - duh. add missing listentry stop markers | Bernhard 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 documentation | Bernhard Reutner-Fischer | |
2007-01-19 | - some minor corrections | Bernhard Reutner-Fischer | |
2007-01-19 | - update valid HTML pic and temporarily enable referer checking | Bernhard Reutner-Fischer | |
2007-01-19 | - add missing space | Bernhard Reutner-Fischer | |
2007-01-19 | - add some anchors to the sample makefile to make ease navigation | Bernhard Reutner-Fischer | |
2007-01-19 | - Correct some typos | Bernhard Reutner-Fischer | |
- Add some more explanation to the -clean and -dirclean targets | |||
2007-01-19 | - make sure that URLs are standard conforming | Bernhard Reutner-Fischer | |
Let's see if the date property works.. |