summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-11-08Update for 2010.11-rc12010.11_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-05Remove support for shared configuration cacheThomas Petazzoni
The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-05package: move autoreconfigure step to pre configure hookLionel Landwerlin
[Peter: update documentation to match] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-23docs/buildroot: remove trailing spacesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-23buildroot.html: Fix grammer and punctuationMartin Banky
Also, clarified some of the information given. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-23buildroot.html: html code clean-up and other issues - Part2Martin Banky
The current DocType declaration was incorrect. It is neither xhtml strict nor xhtml transitional. So, instead of dealing with that issue, converted it to validated Html5. Fixed white-space errors. Removed validator html4.01 code. Color corrected the code sections. Removed redundant or useless html code. Changed foo to libfoo, for consistency. Changed page bookmarking to use header id's. Re-flowed paragraphs to line break at 80 characters. Re-formatted the code sections for consistency and correctness. Kept all list items, headings, and href's on a single line (where possible). Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-23buildroot.html: html code clean-up and other issues - Part1Martin Banky
The current DocType declaration was incorrect. It is neither xhtml strict nor xhtml transitional. So, instead of dealing with that issue, converted it to validated Html5. Fixed white-space errors. Removed validator html4.01 code. Color corrected the code sections. Removed redundant or useless html code. Changed foo to libfoo, for consistency. Changed page bookmarking to use header id's. Re-flowed paragraphs to line break at 80 characters. Re-formatted the code sections for consistency and correctness. Kept all list items, headings, and href's on a single line (where possible). Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-23stylesheet.css: cleaned up css codeMartin Banky
Fixed indents, and removed redundent specifers and trailing spaces. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-28fix buildroot.html typosYegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-28docs/news.html: typo, fix Thomas' family namePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-28news.html: Announce developer day in Cambridge, UKPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-27docs/buildroot.html: document Makefile wrapper in output dirPeter Korsgaard
For out-of-tree builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-27docs/buildroot.html: minor tweaksPeter Korsgaard
- We have gconfig as well nowadays - Variables like BUILDROOT_DL_DIR can also be set permanently in the environment, and not just passed to make every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-01docs/news.html: add 2010.08 announcement linkPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-01update for 2010.082010.08Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-08-30docs/images: optimize small images to speed up page loadingPeter Korsgaard
Remove alpha channel and limit number of colors used. This gets the images down to ~37% of their previous size without any visual degrading (in fact it now looks correctly on ancient IE versions with broken png alpha handling). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-08-30update for 2010.08-rc22010.08_rc2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-30update for 2010.08-rc12010.08_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-08Fix a wrong sentence in the docs.Luca Ceresoli
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-25docs: Fixed spelling error in buildroot.html GETTEXT instead of GNUTTEXTPeter Huewe
Fixed spelling error in Documentation buildroot.html#gettext-integration GETTEXT instead of GNUTTEXT Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-23target/device: misc cleanupPeter Korsgaard
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-22target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTOPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-21docs: Document location of .config for out-of-tree buildsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-21docs: fix git-over-http descriptionPeter Korsgaard
This has now finally been setup. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-05Makefile: support gconfig (GTK-based configurator) similar to xconfigPeter Korsgaard
Support the GTK variant of the graphical kconfig configurator as an alternative to the Qt3-based one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-30docs/news.html: add 2010.05 announcementPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-30update for 2010.052010.05Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-27update for 2010.05-rc32010.05_rc3Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-24Add documentation on gettext integrationThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-21Rephrase and extend the documentation pageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-21Extend the introduction pageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-11update for 2010.05-rc22010.05_rc2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-03update for 2010.05-rc12010.05_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-03docs/news: slides from FOSDEMPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-17documentation: update after TARGET_DEVICE_TABLE removalThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-02-26Update for 2010.022010.02Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-24buildroot: we're in 2010 nowPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-23Update for 2010.02-rc22010.02_rc2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-09update for 2010.02-rc12010.02_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15documentation: slightly improve CSSThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15documentation: update about new package infrastructuresThomas Petazzoni
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>
2009-12-12docs: Clean up punctuation, grammar, usage, and typos.grante
Closes #795. Signed-off-by: Grant Edwards <grant.b.edwards@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-01docs/news.html: add 2009.11 annoucement mailPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-01update for 2009.11Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-29update for 2009.11-rc22009.11_rc2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-26docs/buildroot.html: fix minor typoPeter Korsgaard
STAGING_DIR is output/staging, not build/staging per default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23update for 2009.11-rc12009.11_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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-11-15docs/docs.html: add link to doc for latest stable release as wellPeter Korsgaard
This will get copied to /downloads together with tarballs at release time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15docs/docs.html: link to main mailing list pagePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>