summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* package/python-ujson: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-shutilwhich: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-pytrie: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-pynacl: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-pyasn-modules: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-ipaddr: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-cheetah: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-characteristic: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-keyring: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/f73/f7322f19303daa3d403f2c0f13379d947431300d/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* DEVELOPERS: re-assign libiio to Paul Cercueil's personal addressThomas Petazzoni2017-12-131-3/+1
| | | | | | | Paul Cercueil's address @analog.com is bouncing, so let's use his personal e-mail address instead for the libiio package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/cmake: bump version to 3.10.0 and add license hash"Thomas Petazzoni2017-12-122-5/+4
| | | | | | | | | | | | | | | This reverts commit 65205c2425bccb7039ca0e2caffb7c64c26805f7, which causes too many build failures of host-cmake due to the use by CMake of the emplace_hint C++11 method. Fixes: http://autobuild.buildroot.net/results/90d38169b50c29842ecc1752c2abf66d4c2d9e63/ This new dependency of host-cmake will have to be taken care of in a more complete patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* support/testing: TestATFMarvell needs BR2_TARGET_UBOOT_NEEDS_DTC=yThomas Petazzoni2017-12-121-0/+1
| | | | | | | | | | | | The Marvell U-Boot needs DTC to build, so the test case fails to build on systems where dtc isn't available. We add BR2_TARGET_UBOOT_NEEDS_DTC=y to make sure that we build our own DTC. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/44126707 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnupg: add host packagePeter Korsgaard2017-12-123-0/+26
| | | | | | | | | | | | For E.G. post-build / post-image scripts as it generally cannot be expected to be available on the build host and/or there are some differences in behaviour between gnupg 1.x / 2.x. Provide gnupg 1.x instead of 2.x, as it is simpler to build (less dependencies) and easier to use in post-build / post-image scripts (E.G. no gpg-agent that keeps running in the background). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-tools: fixes build of iio with 4.14+ kernelsJulien BOIBESSOT2017-12-121-0/+2
| | | | | | | | | | | | | | Since Linux kernel commit [1], the build of the iio tool has been changed to use the common Linux tools build system. The installation directory is now given by DESTDIR, like for all other Linux tools. We keep the INSTALL_DIR environment in the 'install' target to be compatible with kernels older than 4.14. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=18956cf2d78a8d4a5959e20240f04ce8d5a6c121 Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5charts: fix qt5base widgets/gui selectionPeter Seiderer2017-12-121-0/+1
| | | | | | | | | | | | | | | | | | Selection of BR2_PACKAGE_QT5BASE_WIDGETS needs BR2_PACKAGE_QT5BASE_GUI too. Fixes qt5base configure failure ([1]): ERROR: Feature 'widgets' was enabled, but the pre-condition 'features.gui' failed. [1] http://autobuild.buildroot.net/results/69c4385b2fd484d16f749b4cde6967f5cabea8b2 and buildroot warning: warning: (... && BR2_PACKAGE_QT5CHARTS && ...) selects BR2_PACKAGE_QT5BASE_WIDGETS which has unmet direct dependencies (BR2_PACKAGE_QT5 && BR2_PACKAGE_QT5BASE && BR2_PACKAGE_QT5BASE_GUI) Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/cmake: bump version to 3.10.0 and add license hashMario Lang2017-12-122-4/+5
| | | | | Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: Bump versionJoel Stanley2017-12-123-65/+2
| | | | | | | | Contains the upstreamed build fix for Blackfin and various other bug fixes. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shairport-sync: bump to version 3.1.5Jörg Krause2017-12-122-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* .gitlab-ci.yml: refresh after ATF tests additionThomas Petazzoni2017-12-121-0/+3
| | | | | | | | Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/44094313 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boards/zynq: use genimage to generate a bootable SD card imagePeter Korsgaard2017-12-116-7/+43
| | | | | | | [Run-time tested on ZedBoard, build-tested on the other boards] [Peter: also add host-dosfstools / host-mtools to make vfat images] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boards/zynq: rename the DTB to be loaded by U-BootLuca Ceresoli2017-12-114-0/+14
| | | | | | | | | | | | | | | | | | | We are about to introduce genimage support for the Zynq boards. For all of them U-Boot loads the DTB from a file named "devicetree.dtb" so we need to rename it on the SD card image. We could use genimage itself to rename files while creating the image. But this would require a different genimage.cfg for each board, leading to duplicate code. Instead let's create a "devicetree.dtb" symlink pointing to the dtb listed in the configuration. Currently all the Zynq-based boards have only one DTS configured, but if one had two or more of them, the symlink would point to the first one. [Peter: only create symlink if dtb option is available] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_zc706: u-boot: bump to xilinx-v2017.3Luca Ceresoli2017-12-111-1/+1
| | | | | | | [Build-tested only] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_zc706: linux: bump to xilinx-v2017.3 (based on 4.9)Luca Ceresoli2017-12-111-2/+2
| | | | | | | [Build-tested only] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_microzed: u-boot: bump to xilinx-v2017.3Luca Ceresoli2017-12-111-1/+1
| | | | | | | [Build-tested only] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_microzed: linux: bump to xilinx-v2017.3 (based on 4.9)Luca Ceresoli2017-12-111-2/+2
| | | | | | | [Build-tested only] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_zed: u-boot: bump to xilinx-v2017.3Luca Ceresoli2017-12-111-1/+1
| | | | | | | [Run-time tested] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq_zed: linux: bump to xilinx-v2017.3 (based on 4.9)Luca Ceresoli2017-12-111-2/+2
| | | | | | | [Run-time tested] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* support/scripts/genimage.sh: show usage when invoked incorrectlyLuca Ceresoli2017-12-111-1/+5
| | | | | | [Peter: use ${0}] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireguard: bump versionPeter Korsgaard2017-12-112-3/+3
| | | | | | Various bugfixes, including a compat fix for <= 3.10. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/wpan-tools: change tarball compression to xzMario Lang2017-12-112-2/+3
| | | | | Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: depend on host-bisonMarcus Folkesson2017-12-111-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9179b65a5a90d53490d9e109c45341f1104406a3 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/fswebcam: change tarball compression to xzMario Lang2017-12-102-1/+2
| | | | | | | | | | Verified equality of underlying tarball with tarname=http://www.firestorm.cx/fswebcam/files/fswebcam-20140113.tar test "$(wget -qO- $tarname.gz|zcat|sha256sum -)" = "$(wget -qO- $tarname.xz|xzcat|sha256sum -)" Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 4.{4, 9, 14}.x seriesFabio Estevam2017-12-101-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump default to version 4.14.5Fabio Estevam2017-12-101-1/+1
| | | | | Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 4.{4, 9}.x seriesBernd Kuhls2017-12-101-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.3.0Bernd Kuhls2017-12-103-8/+9
| | | | | | | Fixed path for current license hash and added another one. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/heimdal: bump version to 7.5.0Bernd Kuhls2017-12-102-2/+2
| | | | | | | | This release fixes CVE-2017-17439: https://github.com/heimdal/heimdal/releases Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libopenssl: security bump to version 1.0.2nBernd Kuhls2017-12-102-3/+4
| | | | | | | | | | Fixes CVE-2017-3737 & CVE-2017-3738: https://www.openssl.org/news/secadv/20171207.txt Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/weston: Remove redundant dependencyJan Kundrát2017-12-101-1/+0
| | | | | | | It's already there, unconditionally, in the list of main dependencies. Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 2.2.11Peter Korsgaard2017-12-102-3/+3
| | | | | | | | | | | | | | | | | | | | | Fixes the following security issues: wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (Bug 14236) https://www.wireshark.org/security/wnpa-sec-2017-47.html wnpa-sec-2017-48: The NetBIOS dissector could crash. (Bug 14249) https://www.wireshark.org/security/wnpa-sec-2017-48.html wnpa-sec-2017-49: The CIP Safety dissector could crash. (Bug 14250) https://www.wireshark.org/security/wnpa-sec-2017-49.html For more information, see the release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/exim: change tarball compression to xzJerzy Grzegorek2017-12-082-3/+3
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.m.grzegorek@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/orangepi-lite: bump Linux to 4.14.4Jan Kraval2017-12-081-2/+2
| | | | | | [Peter: add explicit kernel headers selection] Signed-off-by: Jan Kraval <jan.kraval@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/orangepi_lite: bump u-boot to 2017.11Jan Kraval2017-12-081-1/+1
| | | | | Signed-off-by: Jan Kraval <jan.kraval@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rtl8189fs: bump to newer revision supporting Linux 4.14Jan Kraval2017-12-082-2/+2
| | | | | Signed-off-by: Jan Kraval <jan.kraval@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* support/testing: add tests for ATFThomas Petazzoni2017-12-082-0/+79
| | | | | | | | | These new tests only do build tests, but allow to quickly verify that the ATF/U-Boot combinations for vexpress, Allwinner and Marvell platforms all continue to build properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* atf: add support for Marvell Armada SoCsSergey Matyukevich2017-12-082-0/+11
| | | | | | | | | | | Add Marvell Armada 7k/8k SoCs support to arm-trusted-firmware package. Marvell ATF needs two additional dependencies: DDR training code and SCP_BL2 image. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> [Thomas: adjust to previous ATF changes.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binaries-marvell: bump version, add license file and hashThomas Petazzoni2017-12-082-5/+4
| | | | | | | | | | | | Following our feedback, Marvell has added a README.md file into the branch that contains the firmware. Thereore, this commit bumps the version to the commit that includes the README.md file (it's the only change, the firmware files are unmodified), updates <pkg>_LICENSE_FILES to point to README.md, and adds the hash for this license files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glorytun: new packageAdrien Gallouët2017-12-085-0/+26
| | | | | | | Signed-off-by: Adrien Gallouët <adrien@gallouet.fr> [Thomas: add entry to DEVELOPERS file, add missing dependency on host-pkgconf.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: bump to version 2017.14Marcus Folkesson2017-12-082-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kvmtool: bump to f77d646ba0Matt Weber2017-12-088-276/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream Commit: 2017-11-03 16:19:58 +0000 irq.h: fix compilation error due to missing bool type The following patches were updated/removed. - 0001-avoid-redefining-PAGE_SIZE.patch is removed, as it has been merged upstream as of commit 4095fac8 - 0002-x86-kvm-cpu.c-don-t-include-asm-msr-index.h.patch is removed, as it has been merged upstream as of commit 1cc05b24 - 0003-use-poll.h-instead-of-sys-poll.h.patch is removed, as it has been merged upstream as of commit 52c22e6e - 0004-check-for-and-use-C-library-provided-strlcpy-and-str.patch is removed, as it has been merged upstream as of commit 8f22adc4 - 0005-Fix-call-to-connect.patch is removed, as it has been merged upstream as of commit d77bd4f4 Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud