Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Peter KorsgaardPeter Korsgaard
e68acefb3baUpdate for 2013.02-rc1Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
fced72cc72ddocs/news.html: announce dev meeting reportSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
gilles.talis@gmail.comgilles.talis@gmail.com
7ee0c793653mplayer: not supported on sh2/sh2amplayer configure script says that sh2a is not supported. Fixes: http://autobuild.buildroot.org/results/0e530fd99c4b37782208ee0549be500220643999/ Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
1ccf523713dCHANGES: update with recent changesSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
47b3a845cfaimagemagick: fix CONFIG_SCRIPTS handling when C++ isn't availableFixes http://autobuild.buildroot.org/results/0b35567af8a41a14c9c33f3be5299978c5847e03 Magick++-config only gets installed when C++ support is detected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Ignacy GawedzkiIgnacy Gawedzki
5946dcfc582boost: Pass staging dir to --with-icu option.When using the --with-icu option without specifying the directory, boost's bootstrap.sh script will look at "common" locations (lines 289-294): COMMON_ICU_PATHS="/usr /usr/local /sw" for p in $COMMON_ICU_PATHS; do if test -r $p/include/unicode/utypes.h; then ICU_ROOT=$p fi done With buildroot it may surely become problematic at some point. Signed-off-by: Ignac...
Thomas PetazzoniThomas Petazzoni
5ff6989445elibgpg-error: use <pkg>_CONFIG_SCRIPTSlibgpg-error installs a gpg-error-config script, but it wasn't fixed up properly. Use the <pkg>_CONFIG_SCRIPTS to handle this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
4d3f810aaf4package: use <pkg>_CONFIG_SCRIPTS in packages that used special handlingThe packages changed by this commit were not only changing prefix= and exec_prefix= during their <foo>-config fixups, they were also changing includedir= and/or libdir=. So, they could not be directly converted to the new <pkg>_CONFIG_SCRIPTS infrastructure. However, a careful analysis of their default <foo>-config shows that includedir= and libdir= is defined relatively to either ${prefix} an...
Thomas PetazzoniThomas Petazzoni
a5ce8576748package: use <pkg>_CONFIG_SCRIPTS wherever possibleUse the <pkg>_CONFIG_SCRIPTS mechanism in all packages for which it does all what the package was doing. A few packages, like libxslt, are for now left out, since they need some additional fixup (for example a fixup of includedir). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaar...
Thomas PetazzoniThomas Petazzoni
580225af20bpackage: remove scripts listed in <pkg>_CONFIG_SCRIPTS from targetThe <foo>-config scripts are useless on the target, since they are only needed for development, so we remove them automatically. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
4705347ddfepackage: rename <pkg>_CONFIG_FIXUP to <pkg>_CONFIG_SCRIPTSThis commit renames the newly introduced <pkg>_CONFIG_FIXUP variable to <pkg>_CONFIG_SCRIPTS, for two reasons: * <pkg>_CONFIG_SCRIPTS will not only "fixup" the scripts in $(STAGING_DIR)/usr/bin, but also remove them from $(TARGET_DIR)/usr/bin. So it is not only about doing a "fixup". * On the principle, it is strange that the variable carries an indication of the action that will t...
Thomas PetazzoniThomas Petazzoni
80e47a533belibffi: add patch to fix library installation locationThe libffi library was installed in a wrong directory when using the non-default variant of a multilib toolchain. We fix this by patching the libffi Makefile.am to install its library in a normal location. The patch has been submitted upstream. Fixes: http://autobuild.buildroot.org/results/471b1d1547c8d726999ba9a865b87fd75429dcab/build-end.log (dbus-glib) http://autobuild.buildroot.org/resu...
Gustavo ZacariasGustavo Zacarias
d780c00c7dfconfig/kb9202_defconfig: update to latest at91 kernel and lock headersSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
843c3674e57configs/at91sam9g20dfc_defconfig: lock down kernel headers vesionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
dc8bd0ecb14configs/armadeus_apf9328_defconfig: lock down kernel headers versionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
6f6803089dcconfigs/mini2440_defconfig: lock down kernel headers versionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
aac46c75d9fconfigs/sheevaplug_defconfig: lock down kernel headers versionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
afea3037ef3rootfs-overlay: also exclude .empty filesThis makes it possible to put empty directories in the overlay. Thanks to Aras Vaichas for pointing that out. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
c482eed74c5Adjust prompt for the post-build scripts optionSince the post-image config option uses the plural for "Custom scripts", do the same for the post-build config option, for consistency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
bd86e4ff737docs/manual: slightly reword the solutions to customize rootfsThe order of the solutions to customize the root filesystem is changed: we now mention the post-build script mechanism *before* the custom root filesystem skeleton mechanism, because the former is preferred over the latter. In addition to this, we give a few more details about direct customization of the root filesystem in output/target, and about the custom target skeleton solution. Signed-o...
Thomas PetazzoniThomas Petazzoni
598fe672135docs/manual: no longer mention the package/customize thingSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
12ccc43fb7apackage/customize: removeThis mechanism of root filesystem customization has been deprecated since a long time, so let's remove it now. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: "Samuel Martin" <s.martin49@gmail.com> S...
Thomas PetazzoniThomas Petazzoni
04dea0c48b5docs/manual: mention the new post-image mechanism[Peter: fix minor typos] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas PetazzoniThomas Petazzoni
9fa32ba0b76Add a post-image script mechanismJust like we have a post-build script mechanism that gets executed after the build of all packages but before the creation of the filesystem images, let's introduce a post-image script mechanism, that gets executed once all filesystem images have been generated. This can for example be used to call a tool building a firmware image from different images generated by Buildroot, or automatically ...
Gustavo ZacariasGustavo Zacarias
85ffaecb27dconfigs/beaglebone_defconfig: lock down kernel headers versionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Luca CeresoliLuca Ceresoli
e1dd19d2a7bfbset: define license[Peter: license is GPLv2 like Linux] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORINYann E. MORIN
58c2500e2abarch/arm: fix-up the ARM Kconfig warningKconfig does not accepts that a symbol that is part of a choice be affected a default value. Fix this by introducing a dummy EABI symbol, and make the real EABI symbol a prompt-less option that depends on !OABI. [Peter: drop arm dependency, rename to EABI_CHOICE] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Arnout Vandecappelle <arnout@m...
Peter KorsgaardPeter Korsgaard
124c4e040afproxychains-ng: needs threadsAlso capitalize help text while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
2831427373dproxychains-ng: ensure cross compiler is usedFixes http://autobuild.buildroot.org/results/e184fcb1c100e9d8aa3d9f18a8caee8c0839e207 Contrary to what the .mk file states, proxychains-ng doesn't use autotools. Instead it uses a handwritten configure script, so convert it to generic-package. This handwritten configure script generates config.mak which is then included by the Makefile. Unfortunately config.mak does: CC ?= $(TARGET_CC) But ...
Gustavo ZacariasGustavo Zacarias
2356d08bbdfconfigs/{ea3250, fdi3250, phy3250}: lock down kernel headers versionUpdate {ea3250,fdi3250,phy3250}_defconfig to lock down kernel headers to an appropiate version. Otherwise the target is building with, at the moment of this writing, version 3.7 headers and a 2.6.34 kernel which usually isn't wise. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Fabio PorceddaFabio Porcedda
0eb3eef966bbarebox: add 2013.02.0, remove 2012.10Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
69d9fc6b4e2coreutils: needs mmuFixes: http://autobuild.buildroot.net/results/bb975d928c08d31d0c1ecfb9519034865120b244/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
4e0170d66daConfig.in: move BR2_DEFCONFIG to Build options menu.As suggested by gustavoz. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
c4cfa85b798arm: deprecate OABIThe BR2_ARM_EABI config symbol is still kept in order to minimize the impact. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
b5baf9cbb26configs/qemu: update to use latest kernelsSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
1975bbf11easer2net: add license informationSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
c82bc107b77toolchain/kernel-headers: not just 2.6 for manual versionThe manual linux headers option may specify versions other than the 2.6 series, so drop the "2.6" Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
4345586586fuClibc: mark 0.9.31 as deprecated0.9.31 is old and doesn't actually build with modern kernel headers, so mark it as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
0c73c5b4f30kernel-headers: bump 3.2.x stable versionSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
dc27510ed2bmdadm: use BR2_KERNEL_MIRROR for SITESigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
4b8a6ae84cbiw: use BR2_KERNEL_MIRROR for SITEAs pointed by Arnout Vandecappelle. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
5c4cee35dcflibatasmart: fix host/build flags confusion with strpoolFixes http://autobuild.buildroot.org/results/3fbdcd1db0272232231a2a5546925ef30e93bf9a Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
b243cbb0f4flibatasmart: move under libraries->hardware handlingIt is a library, so it should go under libraries. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
142d65c31b7iftop: needs threads supportFixes http://autobuild.buildroot.org/results/f2cb6113c360b8dbf63bafe5ae425921babdf636 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
042e0b54f91sdl: use default autotools target-installFixes http://autobuild.buildroot.org/results/c950d7920d384cb0d37403cbe8344691d4231a1a The normal 'make install' is perfectly fine, and it also works for static builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter KorsgaardPeter Korsgaard
cd88dae7e66libvncserver: gnutls support needs gcrypt as wellFixes http://autobuild.buildroot.org/results/3b479b8cf751cc0c075ab942b56aad36f79ada71 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Ryan MallonRyan Mallon
8f8e537d432libsndfile: Add dependency on BR2_LARGEFILElibsndfile requires sizeof(sf_count_t) == 8, where sf_count_t is a typedef alias for off_t. This is not true by default for all tool-chains, which leads to a runtime assert failure in binaries compiled against libsndfile. See: http://permalink.gmane.org/gmane.comp.audio.libsndfile.devel/229 Add a dependency on BR2_LARGEFILE for libsndfile, and a comment if BR2_LARGEFILE is not selected. [T...
Gustavo ZacariasGustavo Zacarias
af3fdf3e7b9dhcp: bump to version 4.1-ESV-R8Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo ZacariasGustavo Zacarias
524e1251dcdsquid: bump to version 3.2.7Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
1ed4996346cMake savedefconfig save to a configured file.Store BR2_DEFCONFIG in .config, and use it to update the original input defconfig file after updating the configuration. When a config is created by using the BR2_DEFCONFIG=... option, this is saved in the .config file; later runs of savedefconfig will update that same location. It is also possible to configure this place in the interactive configuration. The BR2_DEFCONFIG value itself is not...