summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ptxd_make_get: support svn urlsptxdist-2013.08.0Stephan Linz2013-08-121-0/+86
| | | | | | | | | | | | | | In some circumstances it is important to fetch source code directly from a repository, for example for software development and/or evaluation. There are some few software projects that still stay on Subversion, especially vendor specific projects. In very rare cases the project maintainer will never provide release tarballs and you have to fetch the Subversion release branch (for example the eglibc project). Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_get: fix typo: .zup -> .zipStephan Linz2013-08-121-1/+1
| | | | | Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* kexec-tools: Update to 2.0.4Sascha Hauer2013-08-121-2/+2
| | | | | | | Version 2.0.4 brings in devicetree support on ARM. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* inetutils: add support for ping6Alexander Aring2013-08-122-0/+16
| | | | | | | | This patch adds support to compile and install the ping6 binary from inetutils package. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* rt-tests: Bump to version 0.85Uwe Kleine-König2013-08-126-104/+11
| | | | | | | | All patches but the hackbench fix can be dropped because the corresponding issues are fixed upstream. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Buildsystem: clarify configure's error messageJuergen Beisert2013-08-071-1/+1
| | | | | | | The current configure's error message is confusing as it seems to request for a patch instead for the patch tool. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* dtc: use GENERIC_KERNEL_ARCH for cpp, tooMarc Kleine-Budde2013-07-211-2/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtc: fix call of dtc, remove stray @Marc Kleine-Budde2013-07-211-1/+1
| | | | | | | | ...which should have been removed in commit 494b44c dtc: use includes conditionally Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* gst-plugins-ugly1: version bump 1.0.6 -> 1.0.8Michael Olbrich2013-07-211-2/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* gst-plugins-bad1: version bump 1.0.7 -> 1.0.8Michael Olbrich2013-07-214-2/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* gst-plugins-good1: version bump 1.0.7 -> 1.0.8Michael Olbrich2013-07-211-2/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* gst-plugins-base1: version bump 1.0.7 -> 1.0.8Michael Olbrich2013-07-211-2/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* gstreamer1: version bump 1.0.7 -> 1.0.8Michael Olbrich2013-07-211-2/+2
| | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* platforms: generate menu for hosttools on the flyMarc Kleine-Budde2013-07-2132-32/+31
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ncurses: install xterm-256color by defaultMarc Kleine-Budde2013-07-211-0/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* kernel: use v3.10 by defaultMarc Kleine-Budde2013-07-211-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* kernel: rearange URLs so that v3.x kernels are found fasterMarc Kleine-Budde2013-07-211-5/+5
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtc: use includes conditionallyptxdist-2013.07.0Marc Kleine-Budde2013-07-211-2/+4
| | | | | | ...only on dtc which supports it. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtc: don't generate linemarkes during preprocess stepMarc Kleine-Budde2013-07-211-0/+1
| | | | | | Older dtcs don't like linemarkers. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtc: use GENERIC_KERNEL_ARCH instead of KERNEL_ARCHMarc Kleine-Budde2013-07-211-1/+1
| | | | | | Because KERNEL_ARCH is undefined. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* rt-tests: fix runtime problem of hackbench on (at least) arm and armhfUwe Kleine-König2013-07-082-0/+58
| | | | | | | | The original report only talked about armhf, but the issue was seen on an arm9, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_get: support git urlsMichael Olbrich2013-06-181-0/+84
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iproute2: version bump 2.6.39 -> 3.9.0Michael Olbrich2013-06-167-89/+58
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel-header: default to the currently used kernel versionMichael Olbrich2013-06-161-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libffi: version bump 3.0.11 -> 3.0.13Michael Olbrich2013-06-167-57/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.20.2 -> 1.21.0Michael Olbrich2013-06-1519-317/+145
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: version bump 1.42.4 -> 1.42.7Michael Olbrich2013-06-153-32/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: update to v3.10-rc5Michael Olbrich2013-06-1532-544/+802
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.34.3 -> 2.36.3Michael Olbrich2013-06-154-6/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyside: fix building with python2.7Michael Olbrich2013-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* flup: fix building for python2.7Michael Olbrich2013-06-135-1/+36
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.6.6 -> 2.7.5Michael Olbrich2013-06-1327-1056/+267
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: ddate no longer existsMichael Olbrich2013-06-131-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fix unfs3 build with recent versions of flexLucas Stach2013-06-122-1/+24
| | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 1.4.1 -> 1.5.0Michael Olbrich2013-06-124-104/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: version bump 2.22.2 -> 2.23.1Michael Olbrich2013-06-127-107/+42
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dbus: version bump 1.6.4 -> 1.6.10Michael Olbrich2013-06-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libezv24: add configure optionsMichael Olbrich2013-06-111-1/+5
| | | | | | Without --disable-debug the code is built with -Werror Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update host-cmake to 2.8.11Bernhard Walle2013-06-111-2/+2
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: also source ptxd_lib_*.sh from BSP and platformMichael Olbrich2013-06-111-0/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_in_path: don't add trailing '/'Michael Olbrich2013-06-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: allow building with vde enabledMichael Olbrich2013-06-101-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libptxdisttest.sh: propagate result in test_endMichael Olbrich2013-06-101-0/+2
| | | | | | | | | | | | | | | | | | This way a full test can return its result: test_foo() { test_begin checking "foo" foo result test_end } if test_foo; then # do something that needs foo fi Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: only start a getty on tty1 if virtual console support is enabledMichael Olbrich2013-06-101-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxcb: disable staticMichael Olbrich2013-06-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libffi: explicitly set configure optionsMichael Olbrich2013-06-101-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer: disable staticMichael Olbrich2013-06-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: needs perlMichael Olbrich2013-06-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-automake: needs perlMichael Olbrich2013-06-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel-header: needs perlMichael Olbrich2013-06-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>