summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* uboot: unbreak legal info for legacy versionsPeter Korsgaard2014-03-251-0/+10
| | | | | | | | | | | | Fixes #6986 Prior to u-boot 2013.10, the GPL license text was stored in COPYING and not Licenses/gpl-2.0.txt, breaking legal-info. Work around it by simply copying the file from the old location to the new if present. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* host-mtools: Fix build failure introduced by libiconv dependencyBernd Kuhls2014-03-241-0/+5
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/8ff/8ff7fc94cc3e54f5608f7b4d2e6ccba5fd8e4177/ Also disable parallel make because "make install" is broken, see http://lists.openembedded.org/pipermail/openembedded-commits/2011-October/134396.html Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-babeltrace: fix typo in license informationThomas Petazzoni2014-03-241-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/c22/c229130ceab6db9d8b7f373716de9ae4b15f45eb/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* systemd: needs kernel headers >= 3.0Eric Le Bihan2014-03-241-2/+4
| | | | | | | | | | | | Systemd requires at least Linux headers 3.0 because it uses: - setns(2) syscall, introduced in 3.0. - IFLA_GROUP from if_link.h, introduced in 2.6.39. Fixes http://autobuild.buildroot.net/results/098/09866da023d527b3c228a98f1fde104e780e1883/ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.13.7Gustavo Zacarias2014-03-241-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{4, 10, 13}.x stable versionsGustavo Zacarias2014-03-241-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssh: security bump to version 6.6p1Gustavo Zacarias2014-03-241-11/+1
| | | | | | | | Fixes CVE-2014-2532. SUSv3 deprecation already handled upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ecryptfs-utils: bump to version 104Marcin Bis2014-03-241-1/+1
| | | | | Signed-off-by: Marcin Bis <marcin@bis.org.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsocketcan: bump to 0.0.10Yegor Yefremov2014-03-241-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/ncurses: Remove duplicated library install codeJeremy Kerr2014-03-231-22/+10
| | | | | | | | | | | | | | | | Currently, the ncurses package conditionally defines macros to install the panel, form and menu libraries. This means we duplicate the install step for each library type. Rather than defining a set of macros, this change introduces a variable for the set of installed libraries, $(NCURSES_LIBS-y). We use this in a single macro to perform the library installation in one place. Based on a change suggested by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liburcu: disable build with gcc-4.8.x on ARMSamuel Martin2014-03-236-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of a gcc bug [1], liburcu checks for compiler version [2] and stops the build prematurely if gcc-4.8.[0-2] is detected for ARM. However a bug fix exists [3] and may be backported by ARM toolchain providers; that's what is done in Buildroot [4] or Linaro [5]. So, this change: - add a patch in liburcu to allow build with ARM gcc-4.8.2; - adds a new hidden symbol to reflect the toolchain status with regard to this bug [1]; - and controls liburcu visibility. However, a limitation of this is when the user is using a custom toolchain; that's why the bug details have been added in the liburcu help message. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 [2] http://git.lttng.org/?p=userspace-rcu.git;a=commitdiff;h=4b79310 [3] http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=204665 [4] http://git.buildroot.net/buildroot/commit/?id=c443c2be1768ebbdcb76c55d0a08fd7c983488c8 [5] http://bazaar.launchpad.net/~linaro-toolchain-dev/gcc-linaro/4.8/revision/122147 [Peter: hide normal toolchain comment if bug, add comment explaining issue if bug] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-babeltrace: bump version to 1.2.1Samuel Martin2014-03-231-3/+3
| | | | | | | Also adjust the license details Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-tools: bump version to 2.4.0Samuel Martin2014-03-231-4/+3
| | | | | | | Also adjust the license details Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-modules: bump version to 2.4.0Samuel Martin2014-03-231-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-libust: bump version to 2.4.0Samuel Martin2014-03-231-2/+2
| | | | | | | Also adjust the license details Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liburcu: bump version to 0.8.3Samuel Martin2014-03-231-3/+3
| | | | | | | Also adjust the license details Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libuci: new packageYegor Yefremov2014-03-233-0/+36
| | | | | | [Peter: needs !static, use += for _CONF_OPT] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtools: fix build when libiconv is enabledBernd Kuhls2014-03-231-0/+6
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/298/298858b6cc89438dcd044c74dff4231186a065e1/ http://autobuild.buildroot.net/results/7e7/7e7e7027226bb0251e32a90df2f00d9e84aedaaf/ http://autobuild.buildroot.net/results/c18/c18e7da16121417e597a153ce7dc2a3b64ece3b0/ http://autobuild.buildroot.net/results/b29/b29e80441ed87be651d720ae2dccf24d0f7fe8b6/ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libubox: new packageYegor Yefremov2014-03-233-0/+32
| | | | | | [Peter: needs !static, use += for _DEPENDENCIES/_CONF_OPT] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/adding-packages-tips.txt: reword part about package nameJerzy Grzegorek2014-03-231-1/+1
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE ↵Jerzy Grzegorek2014-03-231-1/+1
| | | | | | | | variable Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/adding-packages-generic.txt: fix capitalization in titles of chaptersJerzy Grzegorek2014-03-231-2/+2
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/faq-troubleshooting.txt: remove the extra 'the'Jerzy Grzegorek2014-03-231-1/+1
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/customize-packages.txt: reword part about applying patchesJerzy Grzegorek2014-03-231-3/+3
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual/common-usage.txt: fix typoJerzy Grzegorek2014-03-231-1/+1
| | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ccache: Make the cache directory after ccache is builtDan Moulding2014-03-231-0/+7
| | | | | | | | | | | This ensures that the cache directory (and all of its ancestor directories) exist. This is a nice thing to do because, if the parent of the cache directory doesn't exist, then ccache will complain that it cannot create the cache directory, causing the build to fail. [Peter: drop BR2_CCACHE conditional, use POST_INSTALL hook] Signed-off-by: Dan Moulding <dan.moulding@rackwareinc.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: fix snapshot compilePeter Seiderer2014-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gcc snapshot versions dependency on host-flex and host-bison (done as suggested by Thomas Petazzoni [1]). Fixes gcc snapshot version 4.9-20140309 compile failure [2]. Tested the following buildroot configs BR2_arm=y BR2_cortex_a9=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_BINUTILS_VERSION_2_24=y BR2_GCC_VERSION_SNAP=y BR2_GCC_SNAP_DATE="4.9-20140309" and BR2_arcle=y For the ARC case disabled the BINUTILS_FROM_GIT host-flex and host-bison dependency. [1] http://lists.busybox.net/pipermail/buildroot/2014-March/092490.html [2] http://lists.busybox.net/pipermail/buildroot/2014-March/092459.html [Peter: simplify logic] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/arm/foundation-v8: update defconfig and instructionsThomas Petazzoni2014-03-212-9/+11
| | | | | | | | | | | | | | This commit updates the defconfig of the foundation-v8 platform, which can be tested under the AArch64 emulator provided by ARM. The main change is that we switch to the mainline 3.13.6 kernel instead of a Linaro-specific Git tree. Another change is to update the download link for the emulator in the instructions, in order to use the latest version of the emulator, which was used for testing. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-external: Linaro AArch64 toolchains need a symlink, like ARM onesThomas Petazzoni2014-03-211-0/+8
| | | | | | | | | | | | Like ARM ones, the Linaro AArch64 toolchains expect libraries in /lib/aarch64-linux-gnu and /usr/lib/aarch64-linux-gnu, but Buildroot always installs them in /lib and /usr/lib. Therefore, this commit adds the appropriate symbolic links, just like we're already doing for Linaro ARM toolchains. Reported-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot-wrapper-aarch64: bump version and switch to autotools-packageThomas Petazzoni2014-03-211-10/+28
| | | | | | | | | This commit updates boot-wrapper-aarch64 to the latest version. As it now uses the autotools, we switch the package to the autotools-package infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-autotools: add a AUTOCONF_AC_CHECK_FILE_VAL macroThomas Petazzoni2014-03-211-0/+10
| | | | | | | | | | | | | | | | | When configure.ac scripts do AC_CHECK_FILE tests, they always fail in cross-compilation contexts because it is not possible to check for file existence during the build process. Therefore we have to preseed the configure environment with ac_cv_file_<foo>=yes variable, <foo> being the path of the file, where all slashes, dots or dashes have been replaced by underscores. In the context of the boot-wrapper-aarch64, we will have to use three of these variables, with fairly complex paths. So instead of replicating the logic each time, we create a AUTOCONF_AC_CHECK_FILE_VAL macro to help defining such variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rsyslog: Update patch to upstreamed versionClayton Shotwell2014-03-201-9/+13
| | | | | | | | | Patch for the libgcrypt-config path correction was accepted by the mainline for rsyslog. Updating the buildroot patch until a new version with the fix is released. Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Fix microblize little endian toolchainJan Drazil2014-03-202-2/+4
| | | | | | | | | | | | Buildroot toolchain creates big endian binaries instead of little endian ones for microblaze architecture. The reason is wrong BR2_ARCH string. KERNEL_ARCH must contain microblaze in both cases. Signed-off-by: Jan Drazil <xdrazi00@stud.fit.vutbr.cz> Signed-off-by: Jan Viktorin <xvikto03@stud.fit.vutbr.cz> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtools: fix target compilationGustavo Zacarias2014-03-201-4/+6
| | | | | | | | | | It needs some help regarding setpgrp, fixes: http://autobuild.buildroot.net/results/33e/33e38bf1c30cc09dbe992dfb95c48997ca860212/ Also disable X11 support since it picks up the host variant. And use normal indentation for variables. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libraries: add category LoggingYegor Yefremov2014-03-201-5/+8
| | | | | | | | | | | | | Add new category and move all logging packages there: liblog4c-localtime liblogging log4cplus log4cxx zlog Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* feh: bump to 2.10Yegor Yefremov2014-03-201-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* newt: bump to 0.52.17Yegor Yefremov2014-03-183-39/+22
| | | | | | | | Changed download location, added popt dependency and updated the Makefile.in patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/docs.html: use @buildroot.org for the mailing listPeter Korsgaard2014-03-181-1/+1
| | | | | | Now that @buildroot.org is working, we should use it everywhere. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: use @buildroot.org for the mailing listPeter Korsgaard2014-03-181-1/+1
| | | | | | Now that @buildroot.org is working, we should use it everywhere. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot: mark custom network settings as deprecatedPeter Korsgaard2014-03-182-0/+5
| | | | | | As discussed on the the mailing list. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: drop <PKG>_VERSION_MINOR variableJerzy Grzegorek2014-03-1718-36/+18
| | | | | | | | Since <PKG>_VARIABLE_MINOR variable in some packages is used only once, so it is unusable. This patch removes it. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtools: add support for building for targetFrank Hunleth2014-03-173-0/+15
| | | | | | | | | This patch adds a menu option and updates the mtools.mk file to support building mtools for the target. [Peter: use same upstream URL as host variant] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtools: remove ignored configure optionsFrank Hunleth2014-03-171-4/+0
| | | | | | | | | | | | | | The --enable-xdf, --enable-vold, and --enable-new-vold options were actually not being passed to ./configure since they were specified on the wrong variable (MTOOLS_CONF_OPT vs. HOST_MTOOLS_CONF_OPT) and mtools is a host-only package. Fixing the variable name so that the options are actually used ends up causing the build to fail due to linker errors. Since vold identifiers and OS/2 XDF support are unlikely to be used any more, remove them completely. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtools: update upstream URLFrank Hunleth2014-03-171-1/+1
| | | | | | | | | The previously specified tux.org URL did not appear to be maintained. The gnu.org URL looks better maintained and is the same domain as the actual tarball download. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/crosstool-ng: removeYann E. MORIN2014-03-172-56/+0
| | | | | | | | No one is using this host-package, since we no longer have the crosstool-NG toolchain backend. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.8-8Jerzy Grzegorek2014-03-171-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: needs threadsGustavo Zacarias2014-03-173-6/+12
| | | | | | | | | | lvm2 needs threads because of commit 35d3713bdc20a3ac22537ca04b0c1c6deab625cc Fixes: http://autobuild.buildroot.net/results/b4d/b4dcd9e98c4ea61f81b28675c0f87cfb2341f091/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* eudev: bump to version 1.5.2.Eric Le Bihan2014-03-172-2/+87
| | | | | | | | | | | This version of eudev is synced with systemd 210 (notably gudev API changes). It comes with an upstream patch to fix a build error involving <fcntl.h>. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* systemd: bump to version 210.Eric Le Bihan2014-03-175-42/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch bumps systemd to version 210. Systemd 209 introduced some majors changes, which generated a lot of feedback and bugfixes. This lead to version 210 a few days later. Notable changes in 210: - dropped dependency on libdbus in favor of internal sd-bus library. - experimental support for kdbus. - introduction of systemd-networkd, a simple network configuration manager. - merge of libsystemd-*.so libraries into libsystemd.so. - changes in Gudev API. See NEWS file in the tarball for an exhaustive list. Changes introduced by this bump: - new configuration menu entry to enable systemd-networkd, which is an alternative to ISC dhcp and dhcpcd. - remove EFI patch for version 208. - update of the getty unit patch. - new patch to remove the *.service files accidentally shipped in the official tarball (contain some invalid hardcoded paths) and force their re-generation. [Peter: add a note that dbus is only a runtime dependency now] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: security bump to version 1.6.10Gustavo Zacarias2014-03-172-13/+13
| | | | | | | Fixes CVE-2014-0333. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud