- Aug 05, 2013
-
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- Aug 01, 2013
-
-
Thomas Petazzoni authored
The BR2_LINUX_KERNEL_INSTALL_TARGET option not only copies the kernel image to /boot, but also the DTBs, if such DTBs are generated by the build process. It makes sense to mention that in the help text of this option. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Reuben Dowle authored
When installing DTB to the images directory, do this as part of the image install commands rather than the target install commands. Signed-off-by:
Reuben Dowle <reuben.dowle@4rf.com.az> Acked-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Nathan Ford authored
The target for building the kernel with a cpio initramfs is not calling the append dtb commands, creating a final kernel image without an appended dtb. Instead it needs to call kernel make on the intermediate target, then call the append dtb commands to produce the final image as the primary kernel build target does. Signed-off-by:
Nathan Ford <nford@westpond.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Maxime Ripard authored
Fixes bug #5516 - appended device tree blobs on uImage fails Before version 3.7 of the kernel, building the zImage and then the uImage will rewrite the zImage in the process, removing the device tree we just appended. Use mkimage to append the device tree to the uImage and rebuild the headers directly. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
binutils libbfd links to libintl if present, so dropwatch needs it too. Ugly hardcoded LDFLAGS, but then that's what the dropwatch Makefile does. Fixes: http://autobuild.buildroot.net/results/549/54917e7943143e47263b60b4eee3dfc6f0801407/ Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
libgpgme has an internal implementation of argp parsing for when the libc lacks such an implementation (i.e. uClibc). However if it detects argp.h the internal implementation is disabled and for a uClibc-based toolchain that breaks the build. This happens when argp-standalone is installed since libgpgme never tries to link to libargp. Make it link against libargp, which also saves some target size. Fixes: http://autobuild.buildroot.net/results/33c/33c5776d2b3f7fa276a27f7602eb71c4d77c7b62/ Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Danomi Manchego authored
udev-182 requires several groups to be resolvable at udev startup, including disk, cdrom, floppy, tape, audio, video, lp, tty, dialout, and kmem. Only some of these are in the default skeleton's group file, So let's add the missing groups, and plugdev too. This avoids getting these logs in /var/logs/messages: Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'dialout' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'kmem' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'video' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'lp' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'floppy' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'cdrom' unknown Jan 1 00:00:08 buildroot daemon.err udevd[37]: specified group 'tape' unknown Signed-off-by:
Danomi Manchego <danomimanchego123@gmail.com> Acked-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Émeric Vigier authored
Add a new goal that dumps all of our variables. Taken from http://www.cmcrossroads.com/ask-mr-make/6521-dumping-every-makefile-variable Signed-off-by:
Emeric Vigier <emeric.vigier@savoirfairelinux.com> [yann.morin.1998@free.fr: drop per-variable print; refresh patch] Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- Jul 31, 2013
-
-
Gustavo Zacarias authored
wctype.h is always included, even in configure tests. Fixes: http://autobuild.buildroot.net/results/ed8/ed85b9d688ad8389895e3ecd7a6a18151efc328d/ Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Just like nodejs and other v8-based javascript engines for ARM interwork it needs the BLX instruction which is only available on V5+ cores. Fixes: http://autobuild.buildroot.net/results/853/853cd29bf427902b2cb82a101964a4e45714cb86/ Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
nmenegale authored
[Thomas: reformat header and Config.in help text, add dependency on glibc since cppcms uses <monetary.h> functions that aren't available in uClibc.] Signed-off-by:
Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Mischa Jonker authored
ARC is not supported yet in libnspr. v2: Propagate to ecryptfs-utils as well Signed-off-by:
Mischa Jonker <mjonker@synopsys.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Fixes: http://autobuild.buildroot.net/results/007/007e75362cbe4693e36d5a7ab96c539d1f3b00fc/ Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Fixes CVE-2013-2944. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Needed for modern versions of systemd and udev. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Needed for modern versions of systemd and udev. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
This reverts commit 1c834dd1. This patch has been mistakenly applied, while a new version of it had already been merged. Thanks Gustavo for noticing. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Philipp Claves authored
[Thomas: add ac_cv_path_GPGME_CONFIG in the configure environment to help opkg find libgpgme.] Signed-off-by:
Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Philipp Claves authored
[Thomas: bump version, add --with-gpg-error-prefix and --with-libassuan-prefix options.] Signed-off-by:
Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
-
Philipp Claves authored
[Thomas: bump version, adjust license informations, add --with-gpg-error-prefix option.] Signed-off-by:
Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- Jul 30, 2013
-
-
Simon Dawson authored
Signed-off-by:
Simon Dawson <spdawson@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
libsoup doesn't use intl stuff directly, but uses gi18n. libglib2 already has all required dependencies on gettext. Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
The dependency on gettext comes from libglib2, not from gdk-pixbuf itself. Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
The dependency on gettext is only due to libglib2, not due to pulseaudio itself. It works fine without gettext if libglib2 is not selected. Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
lshw doesn't need libintl if -DNONLS is defined. Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Also add missing select in Config.in. Signed-off-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Markos Chandras authored
uClibc picks the wrong interpreter for MIPS64/n64. This patch fixes this problem by checking the selected MIPS ABI instead of the MIPS variant. This patch was sent upstream: http://lists.uclibc.org/pipermail/uclibc/2013-July/047838.html Signed-off-by:
Markos Chandras <markos.chandras@imgtec.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas De Schampheleire authored
Current versions of libfuse do not recognize configure options --disable-nls and --disable-kernel-module. Remove them. Signed-off-by:
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-