]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
10 years agocjson: bump to version 58
Danomi Manchego [Sun, 25 Aug 2013 22:06:27 +0000 (18:06 -0400)]
cjson: bump to version 58

Also: update download site, and add new license file.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 years agoboard: add support for the i.MX6 Wandboard platform
Stephan Hoffmann [Sun, 18 Aug 2013 17:48:06 +0000 (19:48 +0200)]
board: add support for the i.MX6 Wandboard platform

Wandboard is a low cost iMX6 system consiting of an EDM standard
processor module and a small base board.

http://www.wandboard.org

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolua: remove built dependencies
Francois Perrad [Thu, 7 Mar 2013 07:17:20 +0000 (08:17 +0100)]
lua: remove built dependencies

runtime dependencies are handled in Config.in

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolxc: new package
Jérôme Pouiller [Tue, 12 Feb 2013 11:21:26 +0000 (12:21 +0100)]
lxc: new package

Linux Containers (LXC), provides the ability to group and isolate
of a set of processes in a jail by virtualizing and accounting the
kernel resources. It is similar to Linux-Vserver or Openvz.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage: add the duma memory debugging library
Reuben Dowle [Thu, 14 Feb 2013 23:05:53 +0000 (23:05 +0000)]
package: add the duma memory debugging library

Add the duma memory debugging library. This is based on an earlier
patch by Baruch Siach, with minor changes to build for latest
buildroot sources.

[Thomas P: misc cleanups, drop non-C++ support as it wasn't compiling,
added thread dependency.]

Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage: make *-rebuild and *-reconfigure only rebuild the given package
Jérôme Pouiller [Mon, 13 May 2013 15:25:41 +0000 (17:25 +0200)]
package: make *-rebuild and *-reconfigure only rebuild the given package

Originally, the <pkg>-rebuild and <pkg>-reconfigure targets were meant
to restart the build of the package from a given step (build for
<pkg>-rebuild and configure for <pkg>-reconfigure) and then re-create
the entire root filesystem.

However, further discussion from the community has shown that this is
not really the desired behavior: we instead want <pkg>-rebuild and
<pkg>-reconfigure to only take care of rebuilding the given package,
and not the entire root filesystem.

People willing to rebuild this package and the root filesystem can do:

       make <pkg>-rebuild all

[Thomas P: rewrite commit log, since it's not fixing a bug, but
instead changing what was an intended behavior. ]

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoorbit: New package
Assaf Inbal [Mon, 20 May 2013 12:56:44 +0000 (15:56 +0300)]
orbit: New package

An MVC web framework for Lua

[Thomas P: add patch to fix installation procedure, and use the
provided Makefile for installation. Remove build-time dependency on
wsapi since there's nothing to build in 'orbit'. Remove run-time
dependency on 'rings', since it's not clear why Orbit would depend on
that.]

Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoluasql: New package
Assaf Inbal [Mon, 20 May 2013 12:56:43 +0000 (15:56 +0300)]
luasql: New package

Luasql is a uniform frontend for multiple DB backends.

[Thomas P: update version to 2.3.0 available from Github, as suggested
by François Perrad. Fix .mk header. Use a LUASQL_MAKE_FLAGS variable,
which is more commonly used.]

Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoluasec: New package
Assaf Inbal [Mon, 20 May 2013 12:56:42 +0000 (15:56 +0300)]
luasec: New package

LuaSec is a Lua binding for OpenSSL library to provide TLS/SSL
communication.

[Thomas: adjust header in .mk file, add missing 'mkdir -p' before
installation, remove useless quotes.]

Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agocryptsetup: new package package
Martin Hicks [Thu, 8 Aug 2013 17:50:27 +0000 (13:50 -0400)]
cryptsetup: new package package

[Thomas P: add license informations, fix header, adjust dependencies
in Config.in file on toolchain options.]

Signed-off-by: Martin Hicks <mort@bork.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agokobs-ng: new package
Paul B. Henson [Mon, 29 Jul 2013 03:14:14 +0000 (20:14 -0700)]
kobs-ng: new package

[Thomas: change license to GPLv2+, slightly reword Config.in
description, add a BR2_arm dependency.]

Signed-off-by: Paul B. Henson <henson@acm.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agosstrip: remove unneed explicit ccache dependency
Thomas De Schampheleire [Fri, 2 Aug 2013 07:33:56 +0000 (09:33 +0200)]
sstrip: remove unneed explicit ccache dependency

This ccache dependency was here to enforce the build order.
It is not needed anymore.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agocrosstool-ng: remove unneed explicit ccache dependency
Thomas De Schampheleire [Fri, 2 Aug 2013 07:33:55 +0000 (09:33 +0200)]
crosstool-ng: remove unneed explicit ccache dependency

This ccache dependency was here to enforce build order.
It is not needed anymore.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agohost-ccache: turn into a proper dependency
Thomas De Schampheleire [Fri, 2 Aug 2013 07:33:54 +0000 (09:33 +0200)]
host-ccache: turn into a proper dependency

This patch moves the host-ccache build target from BASE_TARGETS in Makefile
to an actual host prerequisite in support/dependencies. This causes
host-ccache to be built as part of the dependencies, before any real package
is built.
Since the dependencies are built without ccache anyway, there is no need to
set HOST_CCACHE_CONF_ENV anymore.

Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agodependencies: build without ccache
Thomas De Schampheleire [Fri, 2 Aug 2013 07:33:53 +0000 (09:33 +0200)]
dependencies: build without ccache

This patch forces the plain host compiler to be used during the building of
dependencies, without ccache as it is not yet built.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agohost-mkpasswd: new package
Thomas De Schampheleire [Wed, 7 Aug 2013 18:01:51 +0000 (20:01 +0200)]
host-mkpasswd: new package

Since the addition of root password setting support in buildroot, there have
been a few bug reports in this area ([1], [2]). In these cases, the system
mkpasswd did either not work, or did not provide the options we expect, like
-m <method>.

This patch adds a mkpasswd host package, based on the sources from whois. When
a non-empty root password is set, this package is used as a dependency.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
[1] http://lists.busybox.net/pipermail/buildroot/2013-July/075771.html
[2] http://lists.busybox.net/pipermail/buildroot/2013-July/075869.html

[Thomas P: use $(INSTALL) instead of install, put -lcrypt at the end
of build command line to allow gcc to find the crypt() function in
lcrypt.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoperl-cross: bump to version 0.7.4
Francois Perrad [Wed, 7 Aug 2013 16:42:11 +0000 (18:42 +0200)]
perl-cross: bump to version 0.7.4

since 0.7.3: install paths adjusted to match mainline perl

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoeglibc: needs MMU
Gustavo Zacarias [Fri, 9 Aug 2013 19:23:41 +0000 (16:23 -0300)]
eglibc: needs MMU

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouclibc: set MMU usage accordingly
Gustavo Zacarias [Fri, 9 Aug 2013 19:23:40 +0000 (16:23 -0300)]
uclibc: set MMU usage accordingly

On architectures that lack a MMU (like blackfin) uclibc just undefined
ARCH_HAS_MMU which disabled ARCH_USE_MMU.
But for other architectures which may or may not have one like ARM we
need to set this according to user choice.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agobusybox: set/unset CONFIG_NOMMU
Gustavo Zacarias [Fri, 9 Aug 2013 19:23:39 +0000 (16:23 -0300)]
busybox: set/unset CONFIG_NOMMU

Set busybox .config CONFIG_NOMMU appropiately and streamline this new
setting with the previous BUSYBOX_DISABLE_MMU_APPLETS in a single
BUSYBOX_SET_MMU definition (since it's not just applets now).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agobarebox: bump to version 2013.08.0
Fabio Porcedda [Tue, 6 Aug 2013 14:47:38 +0000 (16:47 +0200)]
barebox: bump to version 2013.08.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotrace-cmd: new package
Pierre Floury [Fri, 2 Aug 2013 12:01:11 +0000 (14:01 +0200)]
trace-cmd: new package

This commit adds a new package for the trace-cmd tool.  This tool is a
command line front end of ftrace.  It collects traces on your target.
You can analyse these traces on the target or on the host via the gui
"kernel shark".

[Thomas: use TARGET_CONFIGURE_OPTS, define _GNU_SOURCE to get
O_CLOEXEC definition on uClibc, add thread and largefile
dependencies.]

Signed-off-by: Pierre Floury <pierre.floury@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoOpen 2013.11 development cycle
Thomas Petazzoni [Mon, 5 Aug 2013 12:41:58 +0000 (14:41 +0200)]
Open 2013.11 development cycle

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoPrepare for 2013.08-rc1 2013.08_rc1
Thomas Petazzoni [Mon, 5 Aug 2013 09:37:42 +0000 (11:37 +0200)]
Prepare for 2013.08-rc1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoCHANGES: update for 2013.08-rc1
Thomas Petazzoni [Thu, 1 Aug 2013 15:57:59 +0000 (17:57 +0200)]
CHANGES: update for 2013.08-rc1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolinux: update help text of BR2_LINUX_KERNEL_INSTALL_TARGET
Thomas Petazzoni [Thu, 1 Aug 2013 16:07:14 +0000 (18:07 +0200)]
linux: update help text of BR2_LINUX_KERNEL_INSTALL_TARGET

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>
10 years agoInstall DTB as part of images install command
Reuben Dowle [Wed, 27 Mar 2013 23:01:15 +0000 (23:01 +0000)]
Install DTB as part of images install command

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>
10 years agoFix building initramfs kernel with appended dtb
Nathan Ford [Wed, 31 Jul 2013 15:47:36 +0000 (11:47 -0400)]
Fix building initramfs kernel with appended dtb

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>
10 years agolinux: Fix uImage with appended DTs generation
Maxime Ripard [Fri, 7 Jun 2013 13:21:43 +0000 (15:21 +0200)]
linux: Fix uImage with appended DTs generation

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>
10 years agodropwatch: link with libintl if present
Gustavo Zacarias [Wed, 31 Jul 2013 19:26:41 +0000 (16:26 -0300)]
dropwatch: link with libintl if present

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>
10 years agodropwatch: fix build failure with binutils 2.23.1+
Gustavo Zacarias [Wed, 31 Jul 2013 19:26:40 +0000 (16:26 -0300)]
dropwatch: fix build failure with binutils 2.23.1+

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibgpgme: handle argp-standalone
Gustavo Zacarias [Wed, 31 Jul 2013 18:59:46 +0000 (15:59 -0300)]
libgpgme: handle argp-standalone

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>
10 years agogroup file: define groups expected by udev
Danomi Manchego [Sun, 11 Nov 2012 03:08:35 +0000 (22:08 -0500)]
group file: define groups expected by udev

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>
10 years agoMakefile: add variable print capabilities
Émeric Vigier [Tue, 28 May 2013 22:41:11 +0000 (00:41 +0200)]
Makefile: add variable print capabilities

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>
10 years agolibedit: really needs wchar support
Gustavo Zacarias [Wed, 31 Jul 2013 17:12:35 +0000 (14:12 -0300)]
libedit: really needs wchar support

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>
10 years agoreadline: make description more enlightening and fix indentation
Gustavo Zacarias [Wed, 31 Jul 2013 17:02:01 +0000 (14:02 -0300)]
readline: make description more enlightening and fix indentation

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoqt5jsbackend: needs ARM v5+
Gustavo Zacarias [Wed, 31 Jul 2013 16:27:01 +0000 (13:27 -0300)]
qt5jsbackend: needs ARM v5+

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>
10 years agocppcms: new package
nmenegale [Thu, 11 Jul 2013 11:42:48 +0000 (13:42 +0200)]
cppcms: new package

[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>
10 years agolibnspr: Add dependency on !BR2_arc
Mischa Jonker [Wed, 31 Jul 2013 15:26:59 +0000 (17:26 +0200)]
libnspr: Add dependency on !BR2_arc

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>
10 years agostrongswan: scripts need charon or tools
Gustavo Zacarias [Wed, 31 Jul 2013 13:31:47 +0000 (10:31 -0300)]
strongswan: scripts need charon or tools

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>
10 years agostrongswan: security bump to version 5.0.4
Gustavo Zacarias [Wed, 31 Jul 2013 13:31:46 +0000 (10:31 -0300)]
strongswan: security bump to version 5.0.4

Fixes CVE-2013-2944.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage/uclibc: add mkostemp() backport
Gustavo Zacarias [Wed, 31 Jul 2013 13:03:39 +0000 (10:03 -0300)]
package/uclibc: add mkostemp() backport

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>
10 years agopackage/uclibc: add execvpe() backport
Gustavo Zacarias [Wed, 31 Jul 2013 13:03:38 +0000 (10:03 -0300)]
package/uclibc: add execvpe() backport

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>
10 years agopackage/uclibc: number patches for 0.9.32.1
Gustavo Zacarias [Wed, 31 Jul 2013 13:03:37 +0000 (10:03 -0300)]
package/uclibc: number patches for 0.9.32.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouboot-tools: bump to version 2013.07
Gustavo Zacarias [Wed, 31 Jul 2013 11:06:37 +0000 (08:06 -0300)]
uboot-tools: bump to version 2013.07

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agou-boot: remove stale patches and bump to 2013.07
Gustavo Zacarias [Wed, 31 Jul 2013 11:06:36 +0000 (08:06 -0300)]
u-boot: remove stale patches and bump to 2013.07

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoRevert "uClibc: Add uClibc patch to fix MIPS64/n64 interpreter"
Thomas Petazzoni [Wed, 31 Jul 2013 12:10:34 +0000 (14:10 +0200)]
Revert "uClibc: Add uClibc patch to fix MIPS64/n64 interpreter"

This reverts commit 1c834dd1ce5d8b6eedb36126c878dd3f9dbbdb55.

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>
10 years agoopkg: Add gnupg signature checking support.
Philipp Claves [Fri, 1 Mar 2013 13:38:29 +0000 (14:38 +0100)]
opkg: Add gnupg signature checking support.

[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>
10 years agolibgpgme: new package
Philipp Claves [Fri, 1 Mar 2013 13:38:28 +0000 (14:38 +0100)]
libgpgme: new package

[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>
10 years agomerge assuan
Thomas Petazzoni [Wed, 31 Jul 2013 11:48:17 +0000 (13:48 +0200)]
merge assuan

10 years agolibassuan: new package
Philipp Claves [Fri, 1 Mar 2013 13:38:27 +0000 (14:38 +0100)]
libassuan: new package

[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>
10 years agomobile-broadband-provider-info: add license information
Simon Dawson [Mon, 15 Apr 2013 07:35:03 +0000 (08:35 +0100)]
mobile-broadband-provider-info: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibsoup: Remove redundant dependency on gettext
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:36:21 +0000 (15:36 +0100)]
libsoup: Remove redundant dependency on gettext

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>
10 years agogdk-pixbuf: remove dependency on gettext
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:36:16 +0000 (15:36 +0100)]
gdk-pixbuf: remove dependency on gettext

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>
10 years agopulseaudio: remove dependency on gettext
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:36:10 +0000 (15:36 +0100)]
pulseaudio: remove dependency on gettext

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>
10 years agoavahi: remove double dependency on gettext
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:36:05 +0000 (15:36 +0100)]
avahi: remove double dependency on gettext

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>
10 years agolshw: fix build with no LOCALE support
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:36:00 +0000 (15:36 +0100)]
lshw: fix build with no LOCALE support

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>
10 years agoutil-linux: only needs gettext if locale is selected
Arnout Vandecappelle (Essensium/Mind) [Thu, 1 Nov 2012 14:35:55 +0000 (15:35 +0100)]
util-linux: only needs gettext if locale is selected

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>
10 years agouClibc: Add uClibc patch to fix MIPS64/n64 interpreter
Markos Chandras [Wed, 3 Jul 2013 11:00:27 +0000 (12:00 +0100)]
uClibc: Add uClibc patch to fix MIPS64/n64 interpreter

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>
10 years agoconfigs/qemu: bump relevant config versions
Gustavo Zacarias [Mon, 29 Jul 2013 19:21:51 +0000 (16:21 -0300)]
configs/qemu: bump relevant config versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolinux: bump 3.10.x stable version
Gustavo Zacarias [Mon, 29 Jul 2013 19:21:50 +0000 (16:21 -0300)]
linux: bump 3.10.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolinux-headers: bump 3.{0, 4, 10}.x stable versions
Gustavo Zacarias [Mon, 29 Jul 2013 19:21:49 +0000 (16:21 -0300)]
linux-headers: bump 3.{0, 4, 10}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agognutls: bump to version 3.2.3
Gustavo Zacarias [Tue, 30 Jul 2013 12:08:58 +0000 (09:08 -0300)]
gnutls: bump to version 3.2.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibfuse: remove unused configure options
Thomas De Schampheleire [Tue, 30 Jul 2013 16:33:01 +0000 (18:33 +0200)]
libfuse: remove unused configure options

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>
10 years agopackage/pmake: remove
Yann E. MORIN [Tue, 30 Jul 2013 17:24:59 +0000 (19:24 +0200)]
package/pmake: remove

Packaging pmake was required when we used the upstream libedit.
Since we have switched to using the autotools-based libedit,
pmake is no longer needed.

Because pmake is quite ugly, let's just drop it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage/libedit: switch to alternate URL for proper packaging
Yann E. MORIN [Mon, 29 Jul 2013 16:44:17 +0000 (18:44 +0200)]
package/libedit: switch to alternate URL for proper packaging

Upstream libedit does not have a proper homepage, and does not provide
any sort of packaging whatsoever. So far, we used Debian's wayback
machine to get a tarball of a rather oldish libedit.

As Thomas pointed out, someone has been maintaining a proper autotools
based, up-to-date package for a while.

While Debian is stuck to 2.11 (5 years old now), we bump to 3.1 as a bonus.

Remove our libedit.pc, it's now bundled with the package.

Reported-by: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agogdb: Add support for ARC-specific gdb
Mischa Jonker [Tue, 30 Jul 2013 09:37:13 +0000 (11:37 +0200)]
gdb: Add support for ARC-specific gdb

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agostrongswan: new package
Jérôme Pouiller [Mon, 13 May 2013 15:15:22 +0000 (17:15 +0200)]
strongswan: new package

strongSwan is an OpenSource IPsec implementation for the Linux
operating system. It is based on the discontinued FreeS/WAN project
and the X.509 patch.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibcec: add libcec for HDMI device Control
Spenser Gilliland [Wed, 8 May 2013 18:55:27 +0000 (13:55 -0500)]
libcec: add libcec for HDMI device Control

This patch adds libcec for HDMI device control.  It enables Raspberry Pi
support if the rpi-userland package is installed.

[Thomas: add C++ dependency, reformat .mk header.]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolockdev: add lockdev
Spenser Gilliland [Wed, 8 May 2013 18:55:26 +0000 (13:55 -0500)]
lockdev: add lockdev

Add lockdev a package for locking devices.

[Thomas: change location in menuconfig, reformat header in .mk file.]

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouboot: add support for Freescale .sb format to uboot
Gary Coulbourne [Wed, 5 Dec 2012 16:48:27 +0000 (11:48 -0500)]
uboot: add support for Freescale .sb format to uboot

[Thomas: update to recent Buildroot, add missing dependency on
host-elftosb.]

Signed-off-by: Gary Coulbourne <bear@bears.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agomtd: add option to build mkfs.ubifs for target
Paul B. Henson [Mon, 29 Jul 2013 02:11:50 +0000 (19:11 -0700)]
mtd: add option to build mkfs.ubifs for target

[Thomas: implement simplifications suggested by Thomas De
Schampheleire, add missing 'depends' on required toolchain features.]

Signed-off-by: Paul B. Henson <henson@acm.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibunwind: new package
ANDY KENNEDY [Tue, 25 Jun 2013 21:41:44 +0000 (21:41 +0000)]
libunwind: new package

[Thomas: added patch to disable build of tests that fail on uClibc,
added dependencies for architectures that are supported.]

Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agosunxi-cedarx: add CedarX hardware video decoding library
Spenser Gilliland [Fri, 19 Jul 2013 23:37:54 +0000 (18:37 -0500)]
sunxi-cedarx: add CedarX hardware video decoding library

[Thomas: rename package to sunxi-cedarx, improve help text
description, install libraries with executable permissions to make
sure they get stripped at the end of the build.]

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoopengl: add sunxi-mali as possible egl/gles provider
Spenser Gilliland [Fri, 19 Jul 2013 23:37:53 +0000 (18:37 -0500)]
opengl: add sunxi-mali as possible egl/gles provider

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agosunxi-mali: new package
Spenser Gilliland [Fri, 19 Jul 2013 23:37:52 +0000 (18:37 -0500)]
sunxi-mali: new package

[Thomas: remove trailing whitespace, install libraries with execution
permissions so that they get stripped by Buildroot, r2p4 is only
available on EABI toolchains, r3p0 on EABIhf toolchains.]

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoa10disp: new package
Spenser Gilliland [Fri, 19 Jul 2013 23:37:51 +0000 (18:37 -0500)]
a10disp: new package

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotstools: fix build failure in parallel (-j) build
Tzu-Jung Lee [Sun, 28 Jul 2013 11:59:40 +0000 (19:59 +0800)]
tstools: fix build failure in parallel (-j) build

This patch fixes the nightly build failure caused by tstools.  It is
back ported from recent upstream commit
0e8463ea1dc55f566a88bb3df29cf3d5f23cc326.

Once the upstream update the download page with more recent source
tarball, this will no longer be needed.

Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolinux: bump 3.10.x stable version
Gustavo Zacarias [Sun, 28 Jul 2013 14:18:10 +0000 (11:18 -0300)]
linux: bump 3.10.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolinux-headers: bump 3.{2, 10}.x stable versions
Gustavo Zacarias [Sun, 28 Jul 2013 14:18:09 +0000 (11:18 -0300)]
linux-headers: bump 3.{2, 10}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agobusybox: register mdev as hotplug helper when selected
Gustavo Zacarias [Sun, 28 Jul 2013 14:15:52 +0000 (11:15 -0300)]
busybox: register mdev as hotplug helper when selected

It's also done in the kernel configuration, however users may be using
some other pre-built kernel and miss functionality like firmware
loading.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoser2net: bump to 2.9
Yegor Yefremov [Sun, 28 Jul 2013 12:13:08 +0000 (14:13 +0200)]
ser2net: bump to 2.9

SER2NET_AUTORECONF is needed because of libtool version mismatch.
See error message bellow:

/bin/bash ./libtool --tag=CC   --mode=link gcc -Wall -g -O2   -o
ser2net controller.o dataxfer.o devcfg.o readconfig.o selector.o
ser2net.o utils.o telnet.o buffer.o  -lnsl
libtool: Version mismatch error.  This is libtool 2.4.2
Debian-2.4.2-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make: *** [ser2net] Error 63

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotcl: make the libtcl writable in order to be stripped
Richard Genoud [Mon, 24 Jun 2013 08:40:56 +0000 (10:40 +0200)]
tcl: make the libtcl writable in order to be stripped

The libtcl is installed with 0555 and that prevents it from being
stripped.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotcl: add a tclsh symlink
Richard Genoud [Mon, 24 Jun 2013 08:40:55 +0000 (10:40 +0200)]
tcl: add a tclsh symlink

tclsh is installed with its version number (tclshx.y) but scripts (like
usb_modeswitch_dispatcher) are calling tclsh, not tclshx.y.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotcl: install the libtcl into staging
Richard Genoud [Mon, 24 Jun 2013 08:40:54 +0000 (10:40 +0200)]
tcl: install the libtcl into staging

The tcl package contains a lib, so it should go into staging.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotcl: remove strip command
Richard Genoud [Mon, 24 Jun 2013 08:40:53 +0000 (10:40 +0200)]
tcl: remove strip command

Stripping is done at the end of the buildroot process, for all files at
once.
There's no need to do it here.
(Suggested by Thomas Petazzoni)

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotcl: use make conditions
Richard Genoud [Mon, 24 Jun 2013 08:40:52 +0000 (10:40 +0200)]
tcl: use make conditions

As suggested by Thomas Petazzoni, make conditions should be used rather
than shell condition in Makefiles.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibiqrf: Bump to v0.1.2 + update build system.
Marek Belisko [Wed, 3 Jul 2013 20:51:20 +0000 (22:51 +0200)]
libiqrf: Bump to v0.1.2 + update build system.

v0.1.2 update build system from autotools to cmake.

[Thomas: add patch to ensure the CMake build system only checks for a
C compiler and not a C++ compiler]

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agobuild: use find -perm /mode, instead of -perm +mode STRIP_FIND_CMD
Tzu-Jung Lee [Wed, 19 Jun 2013 09:24:50 +0000 (17:24 +0800)]
build: use find -perm /mode, instead of -perm +mode STRIP_FIND_CMD

The -perm +mode is deprecated, and sometimes yields suprising results.
It can be confused with permission in symbolic mode, for example '+u+g',
as POSIX spec suggests.

Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agodropwatch: add missing dependencies
Thomas Petazzoni [Sat, 27 Jul 2013 15:18:01 +0000 (17:18 +0200)]
dropwatch: add missing dependencies

dropwatch requires thread support because it selects libnl that
depends on thread support. Also dropwatch cannot build on AArch64,
because it selects the target binutils package which isn't (yet)
available on AArch64.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agousb_modeswitch_data: requires thread support
Thomas Petazzoni [Sat, 27 Jul 2013 15:15:53 +0000 (17:15 +0200)]
usb_modeswitch_data: requires thread support

usb_modeswitch_data unconditionally selects usb_modeswitch, but
usb_modeswitch depends on thread support. This commit has the thread
support dependency to usb_modeswitch_data.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolibglib2: needs threads
Spenser Gilliland [Mon, 15 Jul 2013 19:47:50 +0000 (14:47 -0500)]
libglib2: needs threads

This commit adds a dependency of the libglib2 package on thread
support in the toolchain, since upstream libglib2 doesn't build
without thread support. The commit is rather large as it involves
propagating the dependency on thread support to all reverse
dependencies of the libglib2 package.

[Thomas: squash all patches into one, make a few minor fixes, the most
important one being to not add comments about MMU requirement when a
package doesn't work on !MMU platforms.]

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
10 years agoavahi: minor cleanup
Spenser Gilliland [Mon, 15 Jul 2013 19:46:48 +0000 (14:46 -0500)]
avahi: minor cleanup

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
10 years agotoolchain-external: support toolchains with lib32 directories
Thomas De Schampheleire [Fri, 19 Jul 2013 12:25:18 +0000 (14:25 +0200)]
toolchain-external: support toolchains with lib32 directories

Some toolchains, like the Cavium Networks' one, have lib32/ and lib64/
directories, while the standard lib/ is empty. To find libc.a, buildroot
currently only looks in lib/ and lib64/. This patch extends the search
to lib32/ as well.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotstools: add missing comment when !BR2_LARGEFILE
Thomas Petazzoni [Sat, 27 Jul 2013 14:20:33 +0000 (16:20 +0200)]
tstools: add missing comment when !BR2_LARGEFILE

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agogcc/mudflap: disable for blackfin, it doesn't build
Gustavo Zacarias [Sat, 20 Jul 2013 12:52:15 +0000 (09:52 -0300)]
gcc/mudflap: disable for blackfin, it doesn't build

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoblackfin: set GNU_TARGET_NAME accordingly
Gustavo Zacarias [Sat, 20 Jul 2013 12:52:14 +0000 (09:52 -0300)]
blackfin: set GNU_TARGET_NAME accordingly

Blackfin for FDPIC targets uses *-linux-*, however for FLAT targets it
needs *-uclinux-* in order for gcc to build properly.

[Thomas: use a TARGET_OS variable instead of redefining
GNU_TARGET_NAME completely]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouclibc/bfin: don't install host utils if not FDPIC
Gustavo Zacarias [Sat, 20 Jul 2013 12:52:13 +0000 (09:52 -0300)]
uclibc/bfin: don't install host utils if not FDPIC

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouclibc/bfin: set the appropiate binfmt in the configuration
Gustavo Zacarias [Sat, 20 Jul 2013 12:52:12 +0000 (09:52 -0300)]
uclibc/bfin: set the appropiate binfmt in the configuration

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouclibc: use builtin startfiles target
Gustavo Zacarias [Sat, 20 Jul 2013 12:52:11 +0000 (09:52 -0300)]
uclibc: use builtin startfiles target

Now that we've dropped 0.9.31.x we can use the startfiles /
install_startfiles targets instead of building and installing them by
hand.
Fixes internal blackfin toolchain build errors regarding crtreloc.o

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>