summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/gstreamer1/gst1-plugins-base: switch to xorgprotoBernd Kuhls2018-07-282-2/+2
| | | | | | | | | | The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/efl: switch to xorgprotoBernd Kuhls2018-07-281-1/+1
| | | | | | | | | | The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/x11r7/xorgproto: new packageBernd Kuhls2018-07-284-0/+102
| | | | | | | | | | | | | | | | | | | | Quoting initial release notes: https://lists.x.org/archives/xorg-announce/2018-February/002835.html "This package combines the protocol headers, which were formerly scattered in individual packages. At this point none of them are changing rapidly enough to justify such fine granularity, particularly when what changes do occur tend to affect multiple extensions at once (Present and DRI3 for example). The individual protocols are still installed as separate pkg-config modules, and consumers should continue to use the per-protocol package version numbers." Some xproto_* packages are host-packages so we need to add host-autotools-package to this package as well. Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux-firmware: add option to install QLogic FastLinQ 4xxxx firmwareGeoff Levand2018-07-282-0/+13
| | | | | Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux-firmware: bump version to latest 8d69babGeoff Levand2018-07-282-2/+2
| | | | | | | Update from 65b1c68 (2018-01-04) to 8d69bab (2018-07-17). Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/freerdp: bump version to 2.0.0-rc2Bernd Kuhls2018-07-283-30/+2
| | | | | | | | | Fixes build with upcoming ffmpeg version 4.0.2. Removed 0001-Fix-gstreamer-1.0-detection.patch, applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* uboot: zynqmp: allow to use custom psu_init filesLuca Ceresoli2018-07-283-0/+213
| | | | | | | | | | | | | | | | | | | | | | U-Boot SPL configures pinmuxes, clocks and other low-level devices. On the Xilinx ZynqMP SoCs the code to do this resides in a file called psu_init_gpl.c which is initially generated by the Xilinx development tools. Add an option to pass these files from the outside (e.g. in the board files). For this to work properly, a patch to U-Boot is needed. However this patch must be applied by each defconfig using BR2_TARGET_UBOOT_ZYNQMP_PSU_INIT_DIR. If it were in boot/uboot/ to be applied unconditionally, it would break the build for configs using a U-Boot version where the patch is already applied. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Joel Carlson <joelsoncarl@gmail.com> Reviewed-by: Joel Carlson <JoelsonCarl@gmail.com> Tested-by: Joel Carlson <JoelsonCarl@gmail.com> [Thomas: add comment about U-Boot version requirements to use this option.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/zynqmp_zcu106_defconfig: add Xilinx ZCU106 board (ZynqMP SoC)Luca Ceresoli2018-07-288-0/+295
| | | | | | | | | | This adds support the Xilinx ZCU106 development board. [Tested on the ES2 (Engineering Sample 2) version of the board] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Joel Carlson <joelsoncarl@gmail.com> Tested-by: Joel Carlson <JoelsonCarl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* uboot: zynqmp: generate SPL image with PMUFW binaryLuca Ceresoli2018-07-283-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | In order to boot on the Xilinx ZynqMP SoCs, U-Boot SPL requires a recent PMU firmware loaded. Instruct U-Boot to add pmufw.bin to the boot.bin file together with U-Boot SPL, and the boot ROM will load both. For this to work properly, a patch to U-Boot is needed. However this patch must be applied by each defconfig that wishes to use BR2_TARGET_UBOOT_ZYNQMP_PMUFW. If it were in boot/uboot/ to be applied unconditionally, it would break the build for configs using a U-Boot version higher than 2018.7-rc1 where the patch is already applied. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Joel Carlson <joelsoncarl@gmail.com> Reviewed-by: Joel Carlson <JoelsonCarl@gmail.com> Tested-by: Joel Carlson <JoelsonCarl@gmail.com> [Thomas: - indicate that this feature requires U-Boot 2018.07, since commit c7df098a71e05dc81cee818747759e8060b59626 is needed. - define UBOOT_ZYNQMP_KCONFIG_PMUFW only once, and instead use a variable named UBOOT_ZYNQMP_PMUFW_PATH to store the path to the PMU firmware] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libnss: fix aarch64_be buildBernd Kuhls2018-07-281-1/+7
| | | | | | | | | | | libnss does not treat aarch64_be the same way as aarch64: https://hg.mozilla.org/projects/nss/file/fb3585458ac3/lib/freebl/Makefile#l523 Add code to translate "aarch64_be" into "aarch64" to fix http://autobuild.buildroot.net/results/4fca771980f9b049ce2690971ddd856652cd5b43/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/tvheadend: bump versionBernd Kuhls2018-07-283-99/+2
| | | | | | | | Removed patch 0002 after upstream commit: https://github.com/tvheadend/tvheadend/commit/e26ce3390a5ca88f3fcee8a7fa0e4bb1b078e538 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* postgresql: add optional dependency on libxml2Thomas Ehrhardt2018-07-281-0/+8
| | | | | | | | | | The postgresql package is now built with --with-libxml if BR2_PACKAGE_LIBXML2 is selected to allow the use of XML functions in postgresql. Signed-off-by: Daniel Deterding <dde@innovaphone.com> Signed-off-by: Thomas Ehrhardt <tehrhardt@innovaphone.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libostree: override path to gpg-error-configMarcus Folkesson2018-07-282-3/+6
| | | | | | | | | | | | | libostree has begun to use `gpg-error-config` in their configuration script. Point out gpg-error-config in staging dir to avoid using the one installed on the host system. Fixes: http://autobuild.buildroot.net/results/447b96e449e881cf1bd9644cda0f386aa4c75724 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* dtc: do not build/install python supportThomas Petazzoni2018-07-281-5/+13
| | | | | | | | | | | | | | | | | | | The pylibfdt in dtc is new since 1.4.5, and therefore built since the bump from 1.4.4 to 1.4.7 in commit 7b929ddcf0812310d0113cf3675429dbd123aa99. Unfortunately, this Python support causes a number of build failures, be it for host-dtc or dtc. Since this Python support is not used/needed by anything in Buildroot at this point, let's simply disable it by passing NO_PYTHON=1. While doing this, introduce DTC_MAKE_OPTS and HOST_DTC_MAKE_OPTS to avoid duplicating the variables several times. Fixes: http://autobuild.buildroot.net/results/1ad41fd4890af0c97ee4ff2994ea5431b8953ef8/ (host-dtc) http://autobuild.buildroot.net/results/0aefc3aa03a93b1fdf76f2d8946b6f423405382f/ (dtc) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux: bump default to version 4.17.11Bernd Kuhls2018-07-281-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux-headers: bump 4.{4, 9, 14, 16, 17}.x seriesBernd Kuhls2018-07-281-5/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/{mesa3d, mesa3d-headers}: bump version to 18.1.5Bernd Kuhls2018-07-273-7/+7
| | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-telnet: add missing license declarationThomas De Schampheleire2018-07-271-0/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ping: add missing license declarationThomas De Schampheleire2018-07-271-0/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-mime-base64-urlsafe: add missing license declarationThomas De Schampheleire2018-07-271-0/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-crypt-cbc: add missing license declarationThomas De Schampheleire2018-07-272-3/+4
| | | | | | | | | | | Update the license as found in the actual source file, and remove the README from _LICENSE_FILES as it does not contain anything regarding licenses. Note that adding the source file as LICENSE_FILE means that the corresponding hash will be different on every version bump. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-crypt-blowfish: add missing license declarationThomas De Schampheleire2018-07-271-0/+1
| | | | | | | | | | | | The license of this package is not standard, it is a combination of two sets of statements coming from two different authors. The license resembles the original 4-clause BSD license (thus including advertising clause) but without the third clause about endorsement. The label 'BSD-4-Clause-like' nevertheless seems the closest match. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/clang: bump to version 6.0.1Romain Naour2018-07-272-2/+2
| | | | | | | | | http://releases.llvm.org/6.0.1/tools/clang/docs/ReleaseNotes.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Joseph Kogut <joseph.kogut@gmail.com> Cc: Valentin Korenblit <valentinkorenblit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/llvm: bump to version 6.0.1Romain Naour2018-07-272-2/+2
| | | | | | | | | http://releases.llvm.org/6.0.1/docs/ReleaseNotes.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Joseph Kogut <joseph.kogut@gmail.com> Cc: Valentin Korenblit <valentinkorenblit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux-headers: bump 4.{4, 9, 14, 17}.x seriesFabio Estevam2018-07-271-4/+4
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux: bump default to version 4.17.10Fabio Estevam2018-07-271-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lttng-tools: bump to version 2.10.4Trent Piepho2018-07-275-318/+4
| | | | | | | | Remove patches now present upstream and drop no longer needed autoreconf. Signed-off-by: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lttng-modules: bump version to 2.10.6Trent Piepho2018-07-272-4/+4
| | | | | | | This is needed for kernel 2.16.x compatiblity. Signed-off-by: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* uboot: bump to version 2018.07Marcin Niestroj2018-07-272-3/+3
| | | | | Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* uboot-tools: bump to version 2018.07Marcin Niestroj2018-07-272-2/+2
| | | | | Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* gstreamer1: bump to 1.14.2Peter Seiderer2018-07-2723-68/+33
| | | | | | | | | | | For release desription see [1]. - gst1-vaapi: remove upstream patch 0001-plugins-guard-GstGL-code.patch [1] https://gstreamer.freedesktop.org/releases/1.14/#1.14.2 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/gcc: bump to version 8.2.0Romain Naour2018-07-278-764/+3
| | | | | | | Remove upstream patches. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* luarocks: bump to version 3.0.0Francois Perrad2018-07-252-18/+17
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/x11r7/xapp_xkbcomp: bump version to 1.4.2Bernd Kuhls2018-07-252-6/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/ffmpeg: bump version to 3.4.4Bernd Kuhls2018-07-252-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/znc: security bump to 1.7.1Bernd Kuhls2018-07-253-39/+2
| | | | | | | | | | | | Fixes CVE-2018-14055 & CVE-2018-14056. Changelog: https://wiki.znc.in/ChangeLog/1.7.1 Removed 0001-Fix-build-without-SSL-support.patch, applied upstream: https://github.com/znc/znc/commit/e567f4cb73a1637141f7e4fc3b0ef44e79568048 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: add support for libgcrypt crypto backendThomas De Schampheleire2018-07-252-1/+11
| | | | | | | | | | | | | Fix usage of libgcrypt as crypto backend to libssh2, when building perl-net-ssh2. In order to achieve that, we need to use 'depends on' the libssh2 backends, which means the user will first need to enable libssh2 and one of the supported backends, before being able to enable perl-net-ssh2. Fixes http://autobuild.buildroot.net/results/6ee18e7dd17f168c52f79e49cb5e94cf3aa3df1a/ Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: avoid build system inspecting host pathsThomas De Schampheleire2018-07-251-0/+4
| | | | | | | | | | | During investigation of adding gcrypt support in perl-net-ssh2, it became clear that its build system is trying to find libraries via host search paths, i.e. /usr/lib64/ etc. This can be avoided by explicitly passing a 'lib' and 'inc' path. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: add missing dependency on zlibThomas De Schampheleire2018-07-252-1/+2
| | | | | | | | | perl-net-ssh2 requires zlib. When using the openssl backend to libssh2, this dependency is implicit via openssl, but when using the libgcrypt backend the dependency is missing. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux-headers: bump 4.{4, 9, 14, 17}.x seriesFabio Estevam2018-07-251-4/+4
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* linux: bump default to version 4.17.9Fabio Estevam2018-07-251-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* mutt: add libidn2 supportFabrice Fontaine2018-07-251-3/+7
| | | | | | | | libidn2 support was added in version 1.10: http://www.mutt.org/relnotes/1.10 libidn and libidn2 can't be selected at the same time: see configure.ac Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* mutt: bump to version 1.10.1Fabrice Fontaine2018-07-252-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* ncmpc: bump to version 0.30Fabrice Fontaine2018-07-253-4/+7
| | | | | | | | Since this version, ncmpc depends on C++14: https://github.com/MusicPlayerDaemon/ncmpc/commit/aea91692b05e7c2cd2e1b09cf10b0196e3527807 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* mbedtls: bump to version 2.7.4Fabrice Fontaine2018-07-252-4/+4
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* whois: bump to version 5.3.2Fabrice Fontaine2018-07-252-4/+4
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* i2pd: bump to version 2.19.0Fabrice Fontaine2018-07-255-99/+2
| | | | | | | | - Remove first two patches (already in version) - Rename third patch so it is now the first one Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* boinc: bump to version 7.12.1Fabrice Fontaine2018-07-252-3/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/binutils: fix xtensa linker relaxation regression in 2.31.1Max Filippov2018-07-252-0/+138
| | | | | | | | | | | | | | Fix the following xtensa ld error observed when building uClibc-ng libthread_db with binutils-2.31: BFD (GNU Binutils) 2.31 internal error, aborting at elf32-xtensa.c:3269 in elf_xtensa_finish_dynamic_sections Fixes: https://gitlab.com/free-electrons/toolchains-builder/-/jobs/82264912 Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/ti-utils: update website URLJulien BOIBESSOT2018-07-251-1/+1
| | | | | | | | As kernel wireless wiki doesn't seem to have the doc about wl12xx calibration, points to a backup of the old site. Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud