summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libupnp: bump to version 1.6.25Fabrice Fontaine2018-02-142-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* keepalived: bump to version 1.4.1Baruch Siach2018-02-142-2/+3
| | | | | | | | Add license file hash. Cc: Ilias Apalodimas <apalos@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/orange-pi-zero-plus2: enable WiFi supportSergey Matyukevich2018-02-144-1/+153
| | | | | | | | | | | | | | | | | | Orange-Pi Zero Plus2 board has AP6212 WiFi/BT combo, but does not have ethernet port. So it makes sense to enable wireless networking by default: - add DTS patch enabling AP6212 WiFi/BT combo support -- this patch is on its way to mainline Linux v4.16 - enable WiFi support in kernel config - enable Broadcom brcmfmac kernel driver in kernel config - add Broadcom wireless firmware package to image - add basic wireless tools to image - add mdev to image to enable module autoloading - add rootfs overlay with proper NVRAM file for on-board AP6212 chip Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/orange-pi-zero-plus2: bump kernel and u-boot versionsSergey Matyukevich2018-02-142-37/+4
| | | | | | | | | | | | Bump versions: - use U-Boot 2008.01 - use Linux kernel v4.15.2 Drop patch with dts sdcard fix since it has been merged to Linux v4.15. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* iproute2: bump to version 4.15.0Baruch Siach2018-02-142-2/+2
| | | | | | | | | | | | Keep the musl workaround patch for now, even though libc-compat.h has been updated from kernel v4.15. To take advantage of the new libc-compat.h we need a newer or patched version of musl. The workaround patch will be removed once musl is updated, and external autobuilders toolchains are rebuilt. Cc: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* toolchain: limit musl/kernel headers conflict workaroundBaruch Siach2018-02-141-6/+6
| | | | | | | | | | | | | | | | | | | | | The musl/kernel headers workaround was added in commit 196932cd91 (toolchain: workaround musl/kernel headers conflict) to fix definition collisions in networking related headers between musl headers and kernel headers. Kernel headers from version 4.15 and newer do not need this workaround anymore since kernel commit c0bace798436bc (uapi libc compat: add fallback for unsupported libcs). The C library does not have to define the __GLIBC__ macro to make the __UAPI_DEF_* macros effective. Updated the comment to accordingly. Tested with the xl2tp package. This package fails to build with older kernel headers without the workaround (struct in_pktinfo redefinition, among others). With 4.15 headers, xl2tp builds fine with this patch applied. That is, no workaround needed. Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* musl: add more kernel headers guardsBaruch Siach2018-02-141-0/+69
| | | | | | | | | | | | | | | Kernel version 4.15 (not 4.16 as the musl commit log claims) allows disabling of more parts of the kernel headers definitions. Add upstream musl patch that defines the relevant macros. This solves issues of networking related symbols redefinition in kernel headers that cause headers conflicts. With that in place a subsequent commit will limit the musl/kernel headers conflict avoidance workaround in Buildroot to kernel headers older than 4.15. This workaround has been introduced in commit 196932cd91 (toolchain: workaround musl/kernel headers conflict). Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lib{va, va-intel-driver, va-utils}: bump version to 2.1.0Bernd Kuhls2018-02-146-9/+9
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/htop: bump to 2.1.0Romain Naour2018-02-142-4/+4
| | | | | | | | | | | No upstream hash provided with this release [1]. Add licence file hash. [1] http://www.freelists.org/post/htop/ANN-htop-210 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/ffmpeg: bump version to 3.4.2Bernd Kuhls2018-02-142-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cjson: bump to version 1.7.3Fabrice Fontaine2018-02-142-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* systemd: allow to build with uClibc toolchainsWaldemar Brodkorb2018-02-143-3/+17
| | | | | | | | | | | We need to disable any systemd parts using either IDN, NSS or gshadow. IDN is only disabled in C library function call to getnameinfo(), it does not effect libidn/libidn2 usage in systemd. Tested with qemu-system-arm. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/amarula_vyasa_rk3288: uboot needs pylibfdtVincent Stehlé2018-02-131-0/+1
| | | | | | | | | | For this platform, u-boot uses dtoc during the build, which needs Python libfdt. Set the corresponding option TARGET_UBOOT_NEEDS_PYLIBFDT in the defconfig. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* json-for-modern-cpp: fix license hashAdam Duskett2018-02-131-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/942485b94f21567c2f35a1a3cc62450f3461a4f9 Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-flask-sqlalchemy: new packageAdam Duskett2018-02-105-0/+29
| | | | | | | | | | Flask-SQLAlchemy is a Flask microframework extension which adds support for the SQLAlchemy SQL toolkit/ORM. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix check-package warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-sqlalchemy: new packageAdam Duskett2018-02-105-0/+33
| | | | | | | | | | | | | | SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix check-package warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/qemu_aarch64_virt_defconfig: bump kernel to 4.15.2Vincent Stehlé2018-02-103-7/+5
| | | | | | Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* glibc: needs host-bisonRyan Coe2018-02-081-1/+1
| | | | | | | | | | | | | | Since upstream commit 1faaf7035cabda101e1d6653bff7a539f201db91 ("plural.c: improve reproducibility"), glibc now requires bison to be available on the host for its build process. This is needed starting with glibc 2.27. Fixes: http://autobuild.buildroot.net/results/ca4d883793c1674d3a052edd5e56897f79683448/ Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* busybox: bump to 1.28.0Adam Duskett2018-02-088-228/+114
| | | | | | | | | | | Other changes: - Update 0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch for 1.28.0 - Remove upstream patches 3, 4, and 5. - Update buxybox.config and busybox-minimal.config Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/openssh: also install ssh-copy-id scriptJulien BOIBESSOT2018-02-081-0/+6
| | | | | | | | | | | | | This script is useful to copy SSH keys between client and server [1] and installed on most distributions (for example on debian: [2]). [1] https://www.ssh.com/ssh/copy-id [2] https://packages.debian.org/fr/jessie/armhf/openssh-client/filelist Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: use full destination path.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libgpiod: bump version to v1.0Bartosz Golaszewski2018-02-082-2/+2
| | | | | | | | | | | | | This is a major update for libgpiod. The API is not compatible with the v0.x.y series but since nothing in current buildroot git depends on this project, I believe we can simply bump the version. The included tools are compatible with their 0.x.y counterparts. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz> Tested-by: Jan Kundrát <jan.kundrat@cesnet.cz> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* rygel: bump to version 0.36.1Fabrice Fontaine2018-02-082-3/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cjson: bump to version 1.7.2Fabrice Fontaine2018-02-082-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* usb_modeswitch_data: bump to version 20170806Carlos Santos2018-02-082-2/+3
| | | | | | | Also add license hash for "make legal-info". Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* usb_modeswitch: bump to version 2.5.2Carlos Santos2018-02-082-2/+3
| | | | | | | Also add license hash for "make legal-info". Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* modem-manager: bump to version 1.6.12Carlos Santos2018-02-082-2/+2
| | | | | Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libqmi: bump to version 1.20.0Carlos Santos2018-02-082-2/+2
| | | | | Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libmbim: bump to version 1.16.0Carlos Santos2018-02-083-39/+2
| | | | | | | Drop the patch already applied upstream. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* liblo : bump version to 0.29Alex Baldwin2018-02-082-4/+10
| | | | | | | | | | | | | | | | Starting from version 0.28, C++ wrappers are provided as well. The configure script appropriately detects the availability of a C++ compiler so no Buildroot changes are needed for this. Building fails with --enable-ipv6 so --disable-ipv6 is needed in CONF_OPTS. This is known by liblo developers and building without ipv6 support is recomennded. Included hash for license files. Signed-off-by: Alex Baldwin <alexbaldwinmusic@gmail.com> [Thomas: use single sha256 hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* tinycbor: bump to version 0.5.0Fabrice Fontaine2018-02-082-2/+10
| | | | | | | | | This version added support for shared or static library building through BUILD_STATIC and BUILD_SHARED variables so set them depending on BR2_xxx_LIBS variables Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* sngrep: bump to 1.4.5Adam Duskett2018-02-083-4/+82
| | | | | | | | | | | Also add 0001-Fix-building-against-LibreSSL.patch to fix compiling against LibreSSL. This patch has been submitted and accepted upstream. https://github.com/irontec/sngrep/commit/0ee014d497986c40de264f6392b01fdf4e337fd5 Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/wandboard: Add support for the rev D1 variantsFabio Estevam2018-02-081-1/+1
| | | | | | | | | Since kernel 4.15 the wandboard rev D1 variants are supported. Add support for them. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/wandboard: Bump U-Boot and kernel versionsFabio Estevam2018-02-081-4/+4
| | | | | | | Bump U-Boot to 2018.01 version and kernel to 4.15.1. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* ncurses: fix build failure with ncurses 6.1Adam Duskett2018-02-081-0/+1
| | | | | | | | | | | | | | | Ncurses 6.1 introduced the config option --disable-stripping which is set to no by default. Set this option to ensure that ncurses doesn't try to strip the executables. Fixes: http://autobuild.buildroot.net/results/3a5ddfcf7cd3a5c2bc068e3e33c823d6bcd3e79b Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* qemu: add BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTSAdam Duskett2018-02-081-3/+7
| | | | | | | | Match the style used with other packages such as valgrind. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/rauc: Version bump to 0.3Jan Kundrát2018-02-082-3/+3
| | | | | | | | | There's a bug in 0.2 which prevents proper operation when activated via D-Bus, which is why I'm bumping this. Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Link: https://github.com/rauc/rauc/issues/125 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* wget: bump to version 1.19.4Baruch Siach2018-02-082-3/+4
| | | | | | | Update license hash; s/http/https/ of in-text URLs. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* udftools: new packageSteve Kenton2018-02-065-0/+29
| | | | | | Signed-off-by: Steve Kenton <skenton@ou.edu> [Thomas: add hash for the license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/ncurses: add option to install extra terminfo filesCam Hutchison2018-02-062-1/+12
| | | | | | | | | | | Add an option to ncurses to install extra user-configured terminfo files. By default, only a small number of vital terminfo files are installed on the target. This allows a build to specify the terminfo files it needs. Signed-off-by: Cam Hutchison <camh@xdna.net> [Thomas: qstrip the variable before using it.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* ncurses: bump to 6.1Adam Duskett2018-02-064-33/+5
| | | | | | | Remove 0002-recognise-uclinux.patch as it has been applies upstream. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* json-for-modern-cpp: bump to v3.1.0Adam Duskett2018-02-062-2/+2
| | | | | Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* support/testing: add python-cryptography testsYegor Yefremov2018-02-062-0/+33
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* autofs: allow to use libtirpcWaldemar Brodkorb2018-02-062-5/+11
| | | | | | | | | | | | | | uClibc-ng removed internal RPC implementation as it is ipv4 only and can not be used for most important RPC software rpcbind and nfs-utils. musl does not implement RPC and GNU C library deprecated the internal implementation a while ago. It is still possible to use the C library implementation. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: change to use libtirpc when available, not just when the toolchain does not have RPC support.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/glibc: security bump to 2.27Romain Naour2018-02-062-2/+6
| | | | | | | | | | | | | | | | | See: https://sourceware.org/ml/libc-announce/2018/msg00000.html https://sourceware.org/glibc/wiki/Release/2.27 Fixes the following CVEs: CVE-2017-1000408 CVE-2017-1000409 CVE-2017-16997 CVE-2018-1000001 CVE-2018-6485 While at it, add license file hashes. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board: Add Tinker RK3288 board supportJagan Teki2018-02-067-0/+113
| | | | | | | Add Tinker board, from rk3288 family SOC. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board: Add Vyasa RK3288 board supportJagan Teki2018-02-068-0/+117
| | | | | | | Add Vyasa board, from rk3288 family SOC. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/glibc: remove GLIBC_SRC_SUBDIRRomain Naour2018-02-061-4/+2
| | | | | | | | | | | | GLIBC_SRC_SUBDIR was needed when Buildroot supported eglibc which stored all sources in a sub-directory. It was not removed by the commit removing eglibc support [1]. [1] 500de2598a4902a0e9ec53f7b475046ff17c6681 Signed-off-by: Romain Naour <romain.naour@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libraw: rename internal powf64Romain Naour2018-02-051-0/+348
| | | | | | | | | | Starting with Glibc 2.27, powf64() is provided by the C library and colide with the one defined dy libraw. Rename internal powf64 to libraw_powf64. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pulseaudio: only define memfd_create() if not already definedRomain Naour2018-02-052-0/+67
| | | | | | | Before glibc version 2.27 there was no wrapper for memfd_create(2). Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/x11r7/xlib_libxshmfence: fix build with glibc 2.27Romain Naour2018-02-052-0/+34
| | | | | | | | | With glibc 2.27 memfd_create() is inside a _GNU_SOURCE guard, so call AC_USE_SYSTEM_EXTENSIONS to get this defined. Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: add reference to upstream commit, as suggested by Yann E. Morin.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud