summaryrefslogtreecommitdiffstats
path: root/docs/buildroot.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: cross toolchain is now installed into host/usr/bin.Peter Korsgaard2011-02-231-3/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: make xconfig now uses libqt4Peter Korsgaard2011-02-231-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Do not mention toolchain/uClibc/uClibc.config-localeThomas Petazzoni2011-02-081-9/+9
| | | | | | | | The uClibc configuration file toolchain/uClibc/uClibc.config-locale does not exist anymore. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: add missing info about Bazaar (bzr) download methodBjørn Forsman2011-02-061-6/+6
| | | | | | | Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: fix $(PKG)_SITE_METHOD names (UPPER CASE => lower case)Bjørn Forsman2011-02-061-7/+7
| | | | | | | | | | | Currently, the documentation says $(PKG)_SITE_METHOD should have upper case names such as SVN or GIT, but the implementation only accepts lower case svn or git. This fixes the documentation. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: update buildroot internal toolchain usageGustavo Zacarias2011-02-021-4/+4
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: mention we can't use the distro toolchain as externalThomas Petazzoni2011-01-301-0/+9
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Use <code> instead of <pre> to improve formattingThomas Petazzoni2011-01-301-2/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove more or less inexact option concerning custom target skeletonThomas Petazzoni2011-01-301-4/+0
| | | | | | | | | We discourage the addition of custom target skeleton into the official Buildroot tree, so let's not encourage users to do this in the documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update documentation about external toolchainThomas Petazzoni2011-01-301-22/+39
| | | | | | | | | Reword the documentation on external toolchain to take into account the new features added since 2010.11 concerning external toolchain profiles. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Explain why we don't support ELDK toolchains.Thomas Petazzoni2011-01-301-0/+25
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* doc: add CMAKETARGETS documentationBjørn Forsman2011-01-261-4/+147
| | | | | | Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: Update to explain how board support worksThomas Petazzoni2010-12-161-81/+36
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: add shorter shortcutsMike Frysinger2010-12-111-1/+1
| | | | | | | | | We only have one Linux kernel package, and "linux26-" is an anachronism in today's world. So add useful "linux-%" shortcuts to the "linux26-%". Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: rework ccache managementThomas Petazzoni2010-12-081-3/+28
| | | | | | | | | | | | | | * ccache is now a normal package (both for the host and the target). * ccache option is now part of the "Build options" menu. It will automatically build ccache for the host before building anything, and will use it to cache builds for both host compilations and target compilations. * bump ccache to 3.1.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: add FAQ entry about glibc-static issue on FedoraThomas Petazzoni2010-11-261-0/+15
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: add FAQ entry concerning serial port configurationThomas Petazzoni2010-11-261-0/+23
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: introduce a FAQ sectionThomas Petazzoni2010-11-261-0/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Mention the fact that the skeleton location can be configuredThomas Petazzoni2010-11-241-13/+8
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Document the GIT/SVN download capabilitiesThomas Petazzoni2010-11-241-9/+37
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Reword introduction about external toolchainsThomas Petazzoni2010-11-241-7/+16
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Mention which external toolchains we testedThomas Petazzoni2010-11-241-5/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Update details about external toolchainsThomas Petazzoni2010-11-241-7/+11
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Remove mention of gcc 3.xThomas Petazzoni2010-11-241-6/+3
| | | | | | We don't support gcc 3.x anymore, so get rid of 3.x-specific details Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: Tell not to use make -jNThomas Petazzoni2010-11-241-0/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: clarify Buildroot stepsThomas Petazzoni2010-11-241-6/+5
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove support for shared configuration cacheThomas Petazzoni2010-11-051-7/+0
| | | | | | | | | | | | | | | | | 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>
* package: move autoreconfigure step to pre configure hookLionel Landwerlin2010-11-051-0/+1
| | | | | | | [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>
* docs/buildroot: remove trailing spacesPeter Korsgaard2010-10-231-493/+493
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot.html: Fix grammer and punctuationMartin Banky2010-10-231-118/+123
| | | | | | | Also, clarified some of the information given. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot.html: html code clean-up and other issues - Part2Martin Banky2010-10-231-720/+649
| | | | | | | | | | | | | | | | | | | 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>
* buildroot.html: html code clean-up and other issues - Part1Martin Banky2010-10-231-409/+360
| | | | | | | | | | | | | | | | | | | 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>
* fix buildroot.html typosYegor Yefremov2010-09-281-9/+9
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: document Makefile wrapper in output dirPeter Korsgaard2010-09-271-1/+16
| | | | | | For out-of-tree builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: minor tweaksPeter Korsgaard2010-09-271-2/+2
| | | | | | | | - 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>
* Fix a wrong sentence in the docs.Luca Ceresoli2010-07-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: Fixed spelling error in buildroot.html GETTEXT instead of GNUTTEXTPeter Huewe2010-06-251-2/+2
| | | | | | | | | | 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>
* target/device: misc cleanupPeter Korsgaard2010-06-231-2/+0
| | | | | | Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTOPeter Korsgaard2010-06-221-12/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: Document location of .config for out-of-tree buildsPeter Korsgaard2010-06-211-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: support gconfig (GTK-based configurator) similar to xconfigPeter Korsgaard2010-06-051-4/+12
| | | | | | | 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>
* Add documentation on gettext integrationThomas Petazzoni2010-05-241-0/+58
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* documentation: update after TARGET_DEVICE_TABLE removalThomas Petazzoni2010-04-171-10/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* 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/+1
| | | | | | | 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/+0
| | | | | | | | | | 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>