summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sdl2: new packageGuillaume GARDET2015-10-214-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | [Romain: - Wrap Config.in help text at 72 columns. - Move sdl2 package after sdl modules in Config.in. (Arnout) - Explicitly disable dbus and wayland. - Remove double underscore (SDL2__*). - Unify autotools options to use --enable/--disable. - Use x-includes and x-libraries to avoid path poisoning. - Remove xlib_libXrender, xproto_inputproto and xproto_scrnsaverproto dependencies since the build system doesn't depend on them. - Add Xlib_libXi, xlib_libScrnSaver and xlib_libXxf86vm dependencies. - Handle autotools options (--enable/--disable) for each X11 dependencies.] [Thomas: - Minor tweaks to Config.in - Addition of hash file. - Addition of SDL2_CONFIG_SCRIPTS, as suggested by Vincent Stehlé.] Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Romain Naour <romain.naour@openwide.fr> Cc: Yann E. Morin <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/via/imx6_vab820: update to latest BSP releaseGergely Imreh2015-10-215-33/+78
| | | | | | | | | | Changes: * Update Kernel and U-Boot to the latest 2.0.6 BSP release from the official sources. * Add genimage config to create bootable SD card image Signed-off-by: Gergely Imreh <imrehg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jq: disable maintainer modeThomas De Schampheleire2015-10-211-0/+3
| | | | | | | | Since version 1.5, maintainer mode is enabled by default. We don't need this, and is in particular problematic because it requires bison 3.0. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* syslog-ng: Add upstream patches to support python 3Chris Packham2015-10-212-0/+11
| | | | | | | | | | | >From https://github.com/balabit/syslog-ng/pull/711 Fixes: http://autobuild.buildroot.net/results/8bf/8bfb199bda2218252bc21b228066d41af37e2753/ http://autobuild.buildroot.net/results/ab8/ab8ec583d1836d0c246ac792391549bfe277ce76/ Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ltp-testsuite: update homepage link and download siteBaruch Siach2015-10-212-2/+2
| | | | | | | ltp-testsuite migrated to github. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* noip: add a hash fileVicente Olivert Riera2015-10-211-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* noip: add $(TARGET_MAKE_ENV) before $(MAKE)Vicente Olivert Riera2015-10-211-2/+2
| | | | | | | | For consistency reasons, this commit adjusts the noip package to pass $(TARGET_MAKE_ENV) in the environment when calling $(MAKE). Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* noip: use a simpler sed command with our $(SED) variableVicente Olivert Riera2015-10-211-2/+1
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang: Remove BR2_TOOLCHAIN_HAS_THREADS dependencyEzequiel García2015-10-212-3/+6
| | | | | | | | | | | | | | | Erlang can be built without threads support, by passing an appropriate config option. This commit drops the config dependency on BR2_TOOLCHAIN_HAS_THREADS and instead passes --disable-threads if the toolchain doesn't support threads. While here, change the wording of the config comment to "dynamic library" to be consistent with similar comments elsewhere. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpdump: add $(TARGET_MAKE_ENV) before $(MAKE)Vicente Olivert Riera2015-10-211-2/+2
| | | | | | | | | | For consistency reasons with other packages, let's pass $(TARGET_MAKE_ENV) in the environment when calling $(MAKE). [Thomas: improved commit log.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dropwatch: add a hash fileVicente Olivert Riera2015-10-211-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minicom: add a hash fileVicente Olivert Riera2015-10-211-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minicom: wrap text to 72 charactersVicente Olivert Riera2015-10-212-7/+7
| | | | | | | And also add a trailing slash to the URL. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minicom: switch to the official siteVicente Olivert Riera2015-10-211-1/+1
| | | | | | | | We switched to our mirror because because the official site started to fail, but now it works again. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl: fix incorrect SDL_CONF_OPTS assignmentRodrigo Rebello2015-10-211-1/+1
| | | | | | | | | | The option --enable-video-directfb=no was being assigned to SDL_CONF_OPTS instead of being appended to it when BR2_PACKAGE_SDL_DIRECTFB was disabled. That would clobber any options previously added to SDL_CONF_OPTS (namely --enable-video-fbcon=yes|no). Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* coreutils: handle merged usr folderJames Knight2015-10-201-2/+8
| | | | | | | | | | For targets prepared with a usr-move, coreutils should not be attempting to move binaries from `usr/bin` to `bin`. Signed-off-by: James Knight <james.knight@rockwellcollins.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sed: directly install binary into /binPeter Korsgaard2015-10-201-7/+1
| | | | | | | Instead of having to move it after installation, which doesn't work with the merged /usr option. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpdump: add a hash fileVicente Olivert Riera2015-10-201-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpdump: add project URLVicente Olivert Riera2015-10-201-0/+2
| | | | | | [Peter: use more specific page] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi: Add support for libsshBernd Kuhls2015-10-202-1/+13
| | | | | | | | This patch depends on http://patchwork.ozlabs.org/patch/512480/ and adds sftp support to the virtual filesystems supported by Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi: bump version to 15.2-IsengardBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-pctv: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-vbox: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-stalker: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-mythtv: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-hts: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-filmon: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-argustv: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-audioencoder-flac: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2015.10.0Fabio Porcedda2015-10-202-5/+5
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* musl: bump to version 1.1.12Gustavo Zacarias2015-10-202-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: bump to version 4.3.1Gustavo Zacarias2015-10-202-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdb: enable host-gdb on aarch64Alex Suykov2015-10-201-1/+1
| | | | | | | | | | | | | gdb has full support for aarch64 since version 7.6, current minimum is 7.7.1. Target build was re-enabled over a year ago, but host-gdb was not. Related commits: 0e49733b306b353aad3a29a2c7a6faf25841ef0b gdb disabled for aarch64 4372449a4f8e16f763c7d5a0c125ca015a7cbef6 target-gdb re-enabled Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tstools: GitHub migrationVicente Olivert Riera2015-10-204-14/+18
| | | | | | | | | | | | | | | | | | | | tstools has migrated to GitHub, so let's use this opportuninty to rework this package as well. - Change site to GitHub. - No releases of tags yet, so let's use the latest commit ID from the master branch as a version. - There is currently no license file attributed to tstools, so state that in the tstools.mk file and add empty license file variable. This issue is being tracked upstream: https://github.com/kynesim/tstools/issues/32 - Wrap the help text in the Config.in to 72 characters, and also change the project URL to the GitHub one. - Add a hash file. - Rename the patch to use a four digit numbering (001 -> 0001). [Peter: leave license as MPLv1.1, adjust comment to match] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* syslog-ng: Specify location of libesmtpChris Packham2015-10-201-0/+1
| | | | | | | | | | | | | | If --with-libesmtp is omitted a host tool is invoked to detect the location of the library and headers, which is obviously the wrong thing for a cross-compile environment. Explicitly add --with-libesmtp to resolve this. Fixes: http://git.buildroot.net/buildroot/commit/?id=539acb7500588d0a277357cf831c9f25f770578d http://git.buildroot.net/buildroot/commit/?id=01f41585a78406f6e830d5eaf4413a983812a299 Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arch/Config.in.x86: drop trailing dot (.) from x1000 URLPeter Korsgaard2015-10-201-1/+2
| | | | | | And add an empty line below for clarity. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arch/x86: add support for Intel X1000Ray Kinsella2015-10-203-0/+19
| | | | | | | | | | | | The Intel X1000 is the Pentium class microprocessor that ships with Galileo Gen 1/2. This patch adds changes to arch and toolchain-wrapper to omit the lock prefix for the X1000. [Thomas: tweak commit log and Config.in help text.] Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* unionfs: bump to version 1.0Gustavo Zacarias2015-10-204-25/+5
| | | | | | | | Switch to github homepage and site. Drop patch, it's not required any more. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* exfat-utils: bump to version 1.2.1Gustavo Zacarias2015-10-204-44/+6
| | | | | | | | | Switch to github homepage and site. Package is now autotools-based. libc patch no longer required. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* exfat: bump to version 1.2.1Gustavo Zacarias2015-10-203-26/+7
| | | | | | | | | Switch to github homepage and site. Package is now autotools-based. musl tweak no longer required. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nodejs: add version 4.1.2Yann E. MORIN2015-10-207-1/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | We add a new version, because it is not API-compatible with the previous versions. Also, nodejs-4.1.2 requires gcc >= 4.8. Forward-port patches from 0.12.7: - 0001-Remove-dependency-on-Python-bz2-module.patch partially applied upstream; - 0002-gyp-force-link-command-to-use-CXX.patch slightly refreshed; - 0003-Use-a-python-variable-instead-of-hardcoding-Python.patch largely refreshed to address new occurences of hard-coded calls; - 0004-fix-build-error-without-OpenSSL-support.patch applied upstream - 0005-Fix-typo-for-arm-predefined-macro-in-atomicops_inte.patch applied upstream. New patch: - 0004-fix-arm-vfpv2.patch to fix the gcc -mfpu option for VFPv2. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jörg Krause <joerg.krause@embedded.rocks> Cc: Martin Bark <martin@barkynet.com> Cc: Jaap Crezee <jaap@jcz.nl> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nodejs: fix architectural dependencies on ARMYann E. MORIN2015-10-201-2/+10
| | | | | | | | | | | | | | On ARM, starting with v0.12.x, the V8 JS engine is now requires at least an armv6 and at least a VFPv2. Since we're about to introduce the v4.x version, which has the same requirements, introduce an intermediate variable to hold that condition. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jörg Krause <joerg.krause@embedded.rocks> Cc: Martin Bark <martin@barkynet.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: rtl81xx: also install rtl8188eufw firmware variantPeter Korsgaard2015-10-201-1/+2
| | | | | | As used by the rtl8188eu staging driver. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ntp: add ntptime optionJames Knight2015-10-203-0/+36
| | | | | | | | Allow the `ntptime` utility to be included on a target. [Peter: add comment why AUTORECONF is needed] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* musl: Make only shared libraries conditionalCharles Duffy2015-10-191-1/+2
| | | | | | | | | External toolchain use requires a static libc (as buildroot uses `gcc --print-file-name libc.a` to find the sysroot); thus, the static portion of a musl build should not be conditional. Signed-off-by: Charles Duffy <chaduffy@cisco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/swupdate: add patch to fix link error for CONFIG_UBOOT and missing libzJörg Krause2015-10-192-1/+4
| | | | | | | | | | | | | | | | | CONFIG_UBOOT needs libz [1]. So CONFIG_UBOUT mustn't be available when HAVE_ZLIB=n. Add patch from upstream to fix a link error for CONFIG_UBOOT and missing libz. Note, that this link error does not affect the default config provided by Buildroot. [1] https://github.com/sbabic/swupdate/commit/cf495e23ad117f4cae9c429e80714fe9c18f2d6a [Thomas: use a single <pkg>_PATCH variable.] Reported-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/swupdate: add patch to fix build issue with some toolchainsJörg Krause2015-10-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some toolchains used in Buildroot (x86-64 and mips64) have a problem to compile a set of object files into one object file as it is done for the `builtin-target` declared in swupdate's Kbuild Makefile.build. This target collects all object files from every subdirectory declared in `objs-dir` and compiles them into a single object file named `build-in.o` using the linker ld. For the addressed toolchains the default emulation of ld is not the correct one leading to different kind of relocation errors: /usr/bin/i686-pc-linux-gnu-ld: Relocatable linking with relocations from format elf64-x86-64 (core/swupdate.o) to format elf32-i386 (core/built-in.o) is not supported. or /usr/bin/mips-linux-gnu-ld: handlers/raw_handler.o: endianness incompatible with that of the selected emulation or /usr/bin/mips64el-linux-ld: core/swupdate.o: ABI is incompatible with that of the selected As there is no need to have single object file `built-in.o` to be compiled for the subdirectories core and handlers we can easily allow swupdate to be built with these toolchains by compiling the source files from core and handlers with the `lib-target` target by assigning them to the `libs-y` variable as it is done for all other subdirectories. The `lib-target` compiles a set of object files into one archive file. With this target we avoid using the ld linker and use the ar archiver instead. Add a patch from upstream to fix a whole bunch of autobuild errors. Fixes: http://autobuild.buildroot.net/results/de9/de920298075d32f3de83a0cfb7417846eb833425/ http://autobuild.buildroot.net/results/975/975915aa33005806e78260bae385cd4b3e359ca8/ http://autobuild.buildroot.net/results/c54/c54e7a2ea353d95d41a1e966de0dffa7b6ac432e/ http://autobuild.buildroot.net/results/019/0198596ebfed05ab86552b628da2274d55bf42ae/ and many more. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/swupdate: add hash fileJörg Krause2015-10-191-0/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* feh: bump to version 2.14James Knight2015-10-192-2/+2
| | | | | Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xdriver_xf86-video-intel: add upstream patch fixing libdrm/kernel crashJames Knight2015-10-191-0/+69
| | | | | | | | | | | | | | | | | When running this Intel driver with a newer libdrm/kernel (4.x), Xorg can crash (segmentation fault). References: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=7fe2b2948652443ff43d907855bd7a051d54d309 https://bugs.gentoo.org/show_bug.cgi?id=552124 https://bugzilla.opensuse.org/show_bug.cgi?id=931917 [Thomas: - add upstream link to the git commits in the patches themselves - add James SoB line inside the patches themselves] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud