summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Remove STAMP_DIRArnout Vandecappelle2014-03-172-6/+5
| | | | | | | | | Since the migration of the toolchains to the generic package infrastructure, it is no longer used. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python3: bump versionPeter Korsgaard2014-03-171-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lftp: fix static linkingPeter Korsgaard2014-03-171-0/+2
| | | | | | | | Fixes http://autobuild.buildroot.net/results/14b/14b72a78936233b60dd893cef7803f909b846bea/ --with-modules only makes sense when linking shared, so disable when not. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* s61x9_micoboard_defconfig: move to internal toolchainPeter Korsgaard2014-03-161-6/+0
| | | | | | Now that the xilinx external toolchains have been deprecated. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/index.html: make recent git/email headers links to cgit/gmanePeter Korsgaard2014-03-161-2/+2
| | | | | | So it is easy to start browsing directly from the homepage. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl_mixer: drop custom target installPeter Korsgaard2014-03-161-4/+0
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/6ba/6ba399db1715a7759048e0d532768a335c3c97cc/ The default rule (make install) works fine, even for static build - so use that instead of explicitly copying *so files. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi: bump kernel versionYann E. MORIN2014-03-161-2/+2
| | | | | | | | | | | | | | Bump from rpi-3.10.32 to rpi-3.10.33: - added support for extra GPIOs or Rev.2 boards (at last! ;-) ) - v4l2 fixes for high FPS - audio fixes Bump the kernel headers used for the toolchain at the same time (as spotted by Cyrille.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Cyrille DERORY <cyrille.derory@derory.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-userland: bump versionYann E. MORIN2014-03-161-1/+1
| | | | | | | High frame rates and full FoV in camera code. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-firmware: bump versionYann E. MORIN2014-03-161-1/+1
| | | | | | | | | | | | Bump for misc fixes and enhancements: - firmware: smaller cut-down (aka rescue) firmware - audio: sample rates, float samples, any-number-of-channels - hdmi: fix for (high?) output rates - video: h264 decode when changing resolution - camera: high frame rates, full FoV Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* httping: needs host-gettextGustavo Zacarias2014-03-161-1/+1
| | | | | | | | For msgfmt, fixes: http://autobuild.buildroot.net/results/9ce/9ce9b4c52a7e0d0159b5b4b9835b9e3e7f8b2a08/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pulseaudio: bump versionPeter Korsgaard2014-03-161-1/+8
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rsyslog: bump to version 7.6.0Clayton Shotwell2014-03-154-4/+132
| | | | | | | | | | | Bumping version of rsyslog and adding new dependencies of liblogging and libestr. The first patch has be submitted to the upstream mailing list and the second patch is a backport from the development branch of the upstream. [Peter: needs libuuid / host-pkgconf, fix comment] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liblogging: 'va_list' needs stdarg.h (atleast on uClibc)Peter Korsgaard2014-03-151-0/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liblogging: new packageClayton Shotwell2014-03-153-0/+29
| | | | | Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libee: new packageClayton Shotwell2014-03-153-0/+36
| | | | | | [Peter: needs host-pkgconf to find libestr] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libestr: new packageClayton Shotwell2014-03-153-0/+20
| | | | | Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud