Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/: announce 2009.08-rc1 | Peter Korsgaard | 2009-08-03 | 2 | -0/+21 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | documentation: mention the new xconfig interface | Thomas Petazzoni | 2009-07-27 | 1 | -6/+18 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | docs: describe BR2_ROOTFS_POST_BUILD_SCRIPT | Daniel Mack | 2009-07-27 | 1 | -0/+17 |
| | | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/docs.html: fix mailing list link | Peter Korsgaard | 2009-06-17 | 1 | -1/+1 |
| | | | | | | As reported on IRC. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | use https for the bugtracker URLs | Bernhard Reutner-Fischer | 2009-06-04 | 3 | -11/+12 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | docs/: announce 2009.05 | Peter Korsgaard | 2009-06-01 | 2 | -1/+19 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/news.html: announce 2009.05-rc3 | Peter Korsgaard | 2009-05-27 | 1 | -0/+13 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/news.html: announce 2009.05-rc2 | Peter Korsgaard | 2009-05-19 | 1 | -0/+12 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs: get rid of svn date keywords | Peter Korsgaard | 2009-05-15 | 2 | -3/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/news.html: announce buildroot.org | Peter Korsgaard | 2009-05-14 | 1 | -0/+9 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | clarify license and fix website license link | Peter Korsgaard | 2009-05-08 | 1 | -1/+2 |
| | | | | | | BR is licensed under GPLv2 (or later). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | download.html: fix browse source URL | Peter Korsgaard | 2009-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | news: announce 2009.05-rc1 | Peter Korsgaard | 2009-05-05 | 1 | -0/+13 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/: announce move to git | Peter Korsgaard | 2009-05-03 | 7 | -99/+85 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | docs/lists.html: mention gmane interface to list | Peter Korsgaard | 2009-04-30 | 1 | -1/+3 |
| | |||||
* | docs/buildroot.html: fix typo | Peter Korsgaard | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | New section on external toolchain usage | Thomas Petazzoni | 2009-04-28 | 1 | -1/+38 |
| | |||||
* | Documentation cleanups | Thomas Petazzoni | 2009-04-28 | 1 | -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 logo | Peter Korsgaard | 2009-03-27 | 1 | -0/+0 |
| | |||||
* | docs/images/: tweak menuconfig*png | Peter Korsgaard | 2009-03-27 | 2 | -0/+0 |
| | | | | Convert to 8bit, saves ~145kb | ||||
* | docs/news.html: announce new logo | Peter Korsgaard | 2009-03-27 | 1 | -0/+11 |
| | |||||
* | docs/: use new logo | Peter Korsgaard | 2009-03-27 | 4 | -15/+3 |
| | |||||
* | docs/about.html: Capitalize Buildroot | Peter Korsgaard | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | docs/: show about.html as index page | Peter Korsgaard | 2009-03-25 | 1 | -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 screenshot | Peter Korsgaard | 2009-03-25 | 3 | -0/+6 |
| | |||||
* | docs/about: fix typo | Peter Korsgaard | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | Remove useless <ol>...</ol> tags | Thomas Petazzoni | 2009-03-25 | 1 | -3/+0 |
| | |||||
* | docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS | Peter Korsgaard | 2009-03-23 | 1 | -1/+0 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -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 example | Peter Korsgaard | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | docs/buildroot.html: we DO make releases nowadays | Peter Korsgaard | 2009-03-02 | 1 | -3/+7 |
| | |||||
* | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | 2009-03-02 | 3 | -7/+7 |
| | |||||
* | docs/news.html: announce 2009.02 | Peter Korsgaard | 2009-02-12 | 1 | -0/+8 |
| | |||||
* | docs/news.html: announce -rc4 | Peter Korsgaard | 2009-02-09 | 1 | -0/+13 |
| | |||||
* | docs/news.html: announce -rc3 | Peter Korsgaard | 2009-01-31 | 1 | -0/+11 |
| | |||||
* | target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS | Peter Korsgaard | 2009-01-30 | 1 | -10/+1 |
| | | | | As discussed on the list. | ||||
* | Create a common BR2_COPYTO to prepare to replace | Ulf Samuelsson | 2009-01-26 | 1 | -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 cleanup | Ulf Samuelsson | 2009-01-26 | 1 | -38/+29 |
| | |||||
* | docs/news.html: announce -rc2 | Peter Korsgaard | 2009-01-23 | 1 | -0/+10 |
| | |||||
* | docs/download.html: cleanup and mention releases | Peter Korsgaard | 2009-01-16 | 1 | -4/+8 |
| | |||||
* | docs/news.html: announce 2009.02-rc1 | Peter Korsgaard | 2009-01-16 | 1 | -0/+12 |
| | |||||
* | buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -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 access | Peter Korsgaard | 2009-01-15 | 1 | -8/+2 |
| | |||||
* | docs/copyright.txt: update year, add buildroot developers | Peter Korsgaard | 2009-01-15 | 1 | -1/+2 |
| | |||||
* | docs/about.html: new maintainer | Peter Korsgaard | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | docs/footer.html: ask people to mail the list instead of Erik | Peter Korsgaard | 2009-01-15 | 1 | -2/+2 |
| | | | | And update the year while we're at it. | ||||
* | docs/README: ask people to mail the list instead of Erik | Peter Korsgaard | 2009-01-15 | 1 | -3/+2 |
| | |||||
* | Add buildall script for testing many/most packages separately with build ↵ | Ulf Samuelsson | 2009-01-11 | 1 | -0/+67 |
| | | | | logs and documentation for this and mkpkg | ||||
* | Add documentation for u-boot patches to 2009.01-rc1 | Ulf Samuelsson | 2009-01-06 | 1 | -0/+255 |
| | |||||
* | Update links to new site locations (via Lance Albertson of OSL) | Bernhard Reutner-Fischer | 2008-12-18 | 3 | -3/+3 |
| |