- Sep 29, 2010
-
-
Martin Banky authored
Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: fix aio dependency, add uninstall] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: no strip, remove _BINARY vars, add homepage URL] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
- Sep 28, 2010
-
-
Thomas Petazzoni authored
On most architectures, the kernel image can be found in arch/<ARCH>/boot, but on AVR32, it's in arch/<ARCH>/boot/images. Issue initially reported by Joachim Pihl <joachim.pihl@sensordevelopments.com>. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
Some Linux kernel output image formats are available on some archs, some not. For example 'uImage' is not supported on MIPS, so let's prevent the user from making this selection. Issue initially reported by Choi, David <David.Choi@Micrel.Com>. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Yegor Yefremov authored
Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
As it breaks 'make allyesconfig; make source', used for the source mirror. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 27, 2010
-
-
Martin Banky authored
[Peter: remove stripping, get rid of _BINARY variables] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Use make install to install so we get libraries and man pages if enabled, install into staging so other programs can find libsensors and add kconfig options for each of the available programs. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: remove stripping] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
For out-of-tree builds. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
- 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>
-
Peter Korsgaard authored
Add changes from no-install-strip branch and add #2563. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
Peter Korsgaard authored
vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
Many packages using the AUTOTARGETS infrastructure do not support the install-strip target. Moreover, we are already stripping all binary files in the $(TARGET_DIR) anyway, so using install-strip is a bit useless. So, we use "make install" in all cases, and let Buildroot do the stripping of the binaries if BR2_ENABLE_DEBUG is not set. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Peter Korsgaard authored
Gets rid of a bunch of (ignored) errors about missing cross compiler. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The thttpd build system isn't safe for parallel makes, as sometimes match.o isn't built by the time it is referenced. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
And add missing 2.6.35 patch. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 26, 2010
-
-
Yann E. MORIN authored
If building out-of-tree, add a Makefile wrapper that calls-out to the real Makefile with proper args. Avoids having to pass -C and O= every time we call make. This is highly inspired from how the Linux kernel does it, and portions of it have been used. We can't use exactly the same implementation as the kernel does, because: - the script writing the wrapper has been expunged of the few lines that were too kernel-related: in buildroot we do not need the version string in the wrapper, and we do not have a patchlevel version; - "in-tree build" does not have the same meaning for the kernel and for buildroot: for the kernel, $(O) point to the $(TOPDIR), while for buildroot $(O) points to $(TOPDIR)/output. For more complete explanations, see: http://lists.busybox.net/pipermail/buildroot/2010-September/037815.html [Peter: minor tweaks] Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at anciens.enib.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: fix build with locale, pass LDFLAGS, simplify install] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: pass LDFLAGS, remove manpages, get rid _BINARY vars only used once] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: get rid of unused vars, use install -D] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: pass LDFLAGS, remove stripping] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
It's ancient (+5yrs), no upstream and stuff like this is better handled through mdev/udev nowadays. It will be removed after 2010.11 unless someone complains. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
[Peter: cleanup build, install and uninstall targets] Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Based on Martin's patch to convert to gentargets. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Use install -D so it doesn't fail if usr/sbin doesn't exist, remove unneeded stripping and move target cleanup to _UNINSTALL_TARGET_CMDS. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Install into target as well, and use install -D instead of cp, to handle missing usr/include / usr/lib. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Martin Banky authored
Signed-off-by:
Martin Banky <Martin.Banky@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Sep 25, 2010
-
-
Chih-Min Chao authored
Signed-off-by:
Chih-Min Chao <cmchao@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Chih-Min Chao authored
Signed-off-by:
Chih-Min Chao <cmchao@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-