summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gst1-vaapi: new packageAdam Duskett2017-03-126-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer-vaapi consists in a collection of VA-API based plugins for GStreamer and helper libraries. These libraries are used for hardware decoding and encoding of several video formats. decoding formats: JPEG, MPEG-2, MPEG-4:2, H.264 AVC, H.264 MVC, VP8, VC-1, WMV3, and HEVC. encoding formats: MPEG-2, H.264 AVC, H.264 MVC, JPEG, VP8, HEVC The package won't compile without at least one renderer enabled, so I chose to enable DRM by default, as X11, GLX, and wayland are heavy handed with the dependencies. As such, I have disabled every option defaulting to yes except for DRM for the first patch. Also, these codecs are only for x86 and require a Intel CPU (See Hardware Requirements on line 82 of the README file.) Signed-off-by: Adam Duskett <Adamduskett@outlook.com> [Thomas: - Add entry to DEVELOPERS file. - Add BR2_TOOLCHAIN_HAS_THREADS dependency to the main Config.in option. - Add BR2_PACKAGE_HAS_UDEV dependency to the main Config.in option. - Add comments about the BR2_STATIC_LIBS config option. - Rewrap Config.in help text and removing trailing tabs/spaces. - Remove restriction to i386/x86-64 - Add patch to fix build with uClibc.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mplayer: add optional support for pulseaudioBernd Kuhls2017-03-121-0/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python: add optional support for libintlBernd Kuhls2017-03-121-0/+4
| | | | | | | | | | | | | | | | | | Python links to gettext when available: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/python2.7/lib-dynload/_locale.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libintl.so.8] 0x00000001 (NEEDED) Shared library: [libpython2.7.so.1.0] 0x00000001 (NEEDED) Shared library: [libc.so.0] In comparison the same library compiled without gettext: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/python2.7/lib-dynload/_locale.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libpython2.7.so.1.0] 0x00000001 (NEEDED) Shared library: [libc.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/clamav: add optional dependency to json-cBernd Kuhls2017-03-121-0/+7
| | | | | | | | | | | | | | | clamav has optional support for json-c: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libclamav.so.7.1.1 | grep NEEDED 0x00000001 (NEEDED) Shared library: [libltdl.so.7] 0x00000001 (NEEDED) Shared library: [libssl.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libcrypto.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libjson-c.so.2] 0x00000001 (NEEDED) Shared library: [libc.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/clamav: needs libtoolBernd Kuhls2017-03-122-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clamav contains a copy of libltdl which is used when the libtool package is not present, this increases the filesize of the target libs: linked against libltdl.so: -rwxr-xr-x 1 bernd bernd 1838528 Mär 11 13:21 output/target/usr/lib/libclamav.so.7.1.1 $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libclamav.so.7.1.1 | grep NEEDED 0x00000001 (NEEDED) Shared library: [libltdl.so.7] 0x00000001 (NEEDED) Shared library: [libssl.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libcrypto.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libc.so.0] not linked against libltdl.so: -rwxr-xr-x 1 bernd bernd 1859548 Mär 11 13:21 output/target/usr/lib/libclamav.so.7.1.1 $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libclamav.so.7.1.1 | grep NEEDED 0x00000001 (NEEDED) Shared library: [libssl.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libcrypto.so.1.0.0] 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libc.so.0] Therefore this patch adds libtool as hard dependency to clamav. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/nanopi_neo: update kernel to 4.10Yann E. MORIN2017-03-121-3/+3
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5base: install libQt5EglFsKmsSupportPeter Seiderer2017-03-121-0/+3
| | | | | | | | | | | According to src/plugins/platforms/eglfs/deviceintegration/deviceintegration.pro depends on eglfs_gbm which depends according to src/gui/configure.json on features.eglfs and features.gbm and features.kms, so dependency on BR2_PACKAGE_MESA3D_OPENGL_EGL which enables mesa3d gbm support should be sufficient. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5base: fix eglfs x11 header related compile failurePeter Seiderer2017-03-121-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add egl config and QT_EGL_NO_X11 define (as all other eglfs project files do) to src/plugins/platforms/eglfs/eglfs-plugin.pro. Fixes ([1]): In file included from .../host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/EGL/egl.h:39:0, from ../../../../include/QtEglSupport/5.8.0/QtEglSupport/private/../../../../../src/platformsupport/eglconvenience/qt_egl_p.h:63, from ../../../../include/QtEglSupport/5.8.0/QtEglSupport/private/qt_egl_p.h:1, from api/qeglfsglobal_p.h:56, from api/qeglfsintegration_p.h:54, from qeglfsmain.cpp:41: .../host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/EGL/eglplatform.h:119:22: fatal error: X11/Xlib.h: No such file or directory compilation terminated. Makefile.eglfs-plugin:1024: recipe for target '.obj/qeglfsmain.o' failed make[2]: *** [.obj/qeglfsmain.o] Error 1 make[2]: Leaving directory '.../qt5base-5.8.0/src/plugins/platforms/eglfs' Makefile:71: recipe for target 'sub-eglfs-plugin-pro-make_first-ordered' failed make[1]: *** [sub-eglfs-plugin-pro-make_first-ordered] Error 2 [1] http://lists.busybox.net/pipermail/buildroot/2017-March/186158.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/firejail: mark as brokenYann E. MORIN2017-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The firejail package does not cross-compile at all, because it is not using automake, but a hand-written Makefile.in. So it does not use the cross-compiler found by ./configure. But when we fix it by passing: FIREJAIL_MAKE_ENV = $(TARGET_CONFIGURE_OPTS) it then fails to build with symbols redefinitions: /home/ymorin/dev/buildroot/O/host/usr/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -ggdb -O2 -DVERSION='"0.9.44.8"' -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIC -Wformat -Wformat-security -c libtrace.c -o libtrace.o /tmpfs/cckgOLVz.s: Assembler messages: /tmpfs/cckgOLVz.s:1115: Error: symbol `stat64' is already defined /tmpfs/cckgOLVz.s:1282: Error: symbol `lstat64' is already defined /tmpfs/cckgOLVz.s:2296: Error: symbol `fopen64' is already defined /tmpfs/cckgOLVz.s:2631: Error: symbol `freopen64' is already defined Makefile:16: recipe for target 'libtrace.o' failed (ditto for libtracelog) Fixing this is not trivial, so we just mark the package as broken. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Chris Frederick <chrisf@cdf123.net> [Thomas: also mark the Config.in comment as BROKEN.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nbd: bump versionYann E. MORIN2017-03-123-6/+6
| | | | | | | | | | | | nbd uses fork and threads, so remove the comment about the dependency: it is not inherited from glib2 anymore (it has not been for a while in fact). The dependency on wchar is also a requirement for nbd, because configure needs wchar to test for C99. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nbd: add option for the trdump utilityYann E. MORIN2017-03-122-2/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nbd: fix utilities locationsYann E. MORIN2017-03-121-3/+3
| | | | | | | | | | Currently, the code expects both the client and server to be in /usr/bin, while the client is in /usr/sbin Fix that. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nbd: rename optionsYann E. MORIN2017-03-124-4/+19
| | | | | | | ... and add myself to the DEVELOPERS for nbd. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tor: bump version to 0.2.9.10Bernd Kuhls2017-03-122-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freeswitch: bump version to 1.6.15Bernd Kuhls2017-03-122-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/exim: bump version to 4.89Bernd Kuhls2017-03-124-8/+36
| | | | | | | Rebased patch #0003, added uClibc compatibility patch. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gdb: fix gnulib issue with musl and uClibc toolchains againRomain Naour2017-03-121-9/+12
| | | | | | | | | | | | | | | | The commit [1] doesn't fix this issue for all cases (it doesn't work when BR2_PACKAGE_GDB_DEBUGGER=y). So, leave the configure script alone and override gl_cv_func_gettimeofday_clobber from GDB_MAKE_ENV. [1] 560334bb2a46a77081a3944d092df7732dfca432 Fixes: http://autobuild.buildroot.net/results/719/719a441421030b79c0aa1bbfb707130f3ac87338 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/git: fix pcre supportBernd Kuhls2017-03-121-2/+2
| | | | | | | The current code contains some obvious typos. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/git: add optional support for gettextBernd Kuhls2017-03-121-0/+4
| | | | | | | | | | | | git links to libintl if available: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/bin/git | grep NEEDED 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libintl.so.8] 0x00000001 (NEEDED) Shared library: [libc.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boost: bump to version 1.63.0Jörg Krause2017-03-125-49/+187
| | | | | | | | | | | | Remove getchar() patch which has been applied upstream. Add recommanded post-release patch from upstream to fix 64-bit atomic operations on 32-bit x86 with gcc versions older than 4.7. Add a patch from upstream to fix FPE issue with uClibc-based toolchains. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shairport-sync: bump to version 3.0.1Jörg Krause2017-03-123-6/+6
| | | | | | | | | | | Support for PolarSSL is deprecated and the usage of mbedTLS is recommended, if not OpenSSL is used as crypto backend. Also change the direction of the OpenSSL/mbedTLS package selection to be the same as in ustream-ssl to prevent a circular dependency. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "boost: bump to version 1.63.0"Thomas Petazzoni2017-03-124-68/+49
| | | | | | | | | | | | This reverts commit 7b9b0e321590d6584c4164b9b04c9603075fd5e2, which is causing way too many build issues in our autobuilders. Fixes: http://autobuild.buildroot.net/results/7f0ec2d249f7219c60979b9abb1eb3266d475012/ and many other build issues Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* s6-linux-init: new packageEric Le Bihan2017-03-105-0/+52
| | | | | | | | | This new package provides s6-linux-init, a set of minimalistic tools to create a s6-based init system, including a /sbin/init program, on a machine running a Linux kernel. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "shairport-sync: bump to version 3.0"Thomas Petazzoni2017-03-103-5/+5
| | | | | | | | | | | This reverts commit 7670dcc43e3b023b9bd613fa464533ecde7aca70, which causes a Config.in circular dependency: package/openssl/Config.in:1:error: recursive dependency detected! package/openssl/Config.in:1: symbol BR2_PACKAGE_OPENSSL is selected by BR2_PACKAGE_MBEDTLS package/mbedtls/Config.in:1: symbol BR2_PACKAGE_MBEDTLS is selected by BR2_PACKAGE_OPENSSL Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* s6-linux-utils: new packageEric Le Bihan2017-03-105-0/+47
| | | | | | | | This new package provides s6-linux-utils, a set of minimalistic Linux-specific system utilities. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpi-userland: don't install file in random locationYann E. MORIN2017-03-101-0/+45
| | | | | | | | | | | Currently, rpi-userland installs files in $(@D)/../../bin/ which is entirely stupid, especially in cross-compilation. Get rid of the dubious, broken, custom install command. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tinycbor: bump to version 1.4.1Fabrice Fontaine2017-03-104-100/+7
| | | | | | | | Delete first patch as it has been integrated upstream Retrieve second patch upstream Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* shairport-sync: bump to version 3.0Jörg Krause2017-03-103-5/+5
| | | | | | | | Support for PolarSSL is deprecated and the usage of mbedTLS is recommended, if not OpenSSL is used as crypto backend. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* swupdate: bump to version 2017.01Jörg Krause2017-03-102-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boost: bump to version 1.63.0Jörg Krause2017-03-104-49/+68
| | | | | | | | | | Remove getchar() patch which has been applied upstream. Add recommanded post-release patch from upstream to fix 64-bit atomic operations on 32-bit x86 with gcc versions older than 4.7. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-modules: bump version to 2.9.1Vicente Olivert Riera2017-03-102-4/+4
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-babeltrace: bump version to 1.5.2Vicente Olivert Riera2017-03-102-4/+4
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* btrfs-progs: bump version to 4.10Vicente Olivert Riera2017-03-103-17/+19
| | | | | | | Rebase patch for this new release. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: bump to version 0.20.6Jörg Krause2017-03-102-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libinput: bump version to 1.6.3Vicente Olivert Riera2017-03-102-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-messagepack: bump to version 0.5.0Francois Perrad2017-03-102-5/+6
| | | | | | | refactor with PKG_NAME_UPSTREAM Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcurl: bump version to 7.53.1Vicente Olivert Riera2017-03-102-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: bump version to 7.0.5-0 (security)Vicente Olivert Riera2017-03-103-49/+2
| | | | | | | | | | | | | | | | - Fixed memory leak when creating nested exceptions in Magick++ https://www.imagemagick.org/discourse-server/viewtopic.php?f=23&p=142634 - Fixed fd leak for webp coder https://github.com/ImageMagick/ImageMagick/pull/382 - Fixed Spurious memory allocation message https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31438 Full changelog: http://imagemagick.org/script/changelog.php Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jasper: bump version to 2.0.12Vicente Olivert Riera2017-03-103-30/+2
| | | | | | | | | | Remove 0001-Disable-C-compiler-check.patch since it's already included in this release. Upstream commit: https://github.com/mdadams/jasper/commit/4212e7e826e1f72c2f01391a80667c88fa2eb517 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* git: bump version to 2.12.0Vicente Olivert Riera2017-03-102-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/logrotate: update upstream site in Config.in helpJulien BOIBESSOT2017-03-101-1/+1
| | | | | | | | | | fedorahosted.org has closed on March 1st, 2017, and we were anyway already using github as a source for logrotate. This commit therefore updates the Config.in help text to also use github as the upstream site. Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/elfutils: change upstream siteJulien BOIBESSOT2017-03-102-2/+2
| | | | | | | | fedorahosted.org has been closed on March 1st, 2017, so use a different upstream location for the elfutils project. Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "libnl: bump to version 3.2.29"Thomas Petazzoni2017-03-102-3/+3
| | | | | | | | | | | This reverts commit c3a9c432fd6dbb56e05eacc4063be6893e428b1e. It causes too many build failures. Fixes: http://autobuild.buildroot.net/results/563f46e9a11f9e3b174a4e1308444f284d1b3421/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lxc: add upstream security fix for CVE-2017-5985Peter Korsgaard2017-03-101-0/+189
| | | | | | | | | | | Before this commit, lxc-user-nic could potentially have been tricked into operating on a network namespace over which the caller did not hold privilege. This commit ensures that the caller is privileged over the network namespace by temporarily dropping privilege. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: bump to version 7.1.2Peter Korsgaard2017-03-102-2/+2
| | | | | | | | 7.1.2 is a bugfix release, fixing a number of issues: http://www.php.net/ChangeLog-7.php#7.1.2 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/liberation: fix download site due to recent fedorahosted.org closingJulien BOIBESSOT2017-03-101-1/+1
| | | | | Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gitlab-ci: add gcc-multilib to the docker imageArnout Vandecappelle2017-03-102-2/+2
| | | | | | | | | This is needed for defconfigs that use syslinux. Fixes https://gitlab.com/buildroot.org/buildroot/builds/11701092 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: snps_archs38_vdk: use same headers as kernelArnout Vandecappelle2017-03-101-1/+1
| | | | | | | | | | Instead of downloading a *different* version of the kernel for the headers as for the headers itself, use the same one. BR2_KERNEL_HEADERS_AS_KERNEL is the default, but we have to set the custom version. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: beagleboardx15: fixate the header seriesArnout Vandecappelle2017-03-101-0/+1
| | | | | | | | | | | | The kernel headers version used to be default when the default was still 4.9. Now, however, we switched the default headers version to 4.10 but the beagleboardx15 kernel is still 4.9, so we have to set the kernel headers version explicitly. Fixes https://gitlab.com/buildroot.org/buildroot/builds/11700987 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: mention that 2017.02 is a LTS releasePeter Korsgaard2017-03-101-0/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud