summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-tornado: bump to version 4.5.1Yegor Yefremov2017-05-052-4/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bluez5_utils: allow building the midi profileAndy Shevchenko2017-05-052-0/+15
| | | | | | | | | The midi profile was introduced in BlueZ 5.44. Cc: Marcin Bis <marcin@bis.org.pl> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bluez5_utils: allow enabling formerly experimental pluginsAndy Shevchenko2017-05-052-0/+36
| | | | | | | | | | | | | | Disregard to increase just minor version BlueZ 5.44 is drastically different in a way what plugins that used to be enabled by the --enable-experimental configure option, now have their own option. Extend Buildroot package to cover these plugins. Cc: Marcin Bis <marcin@bis.org.pl> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bluez5_utils: correct the experimental option textBaruch Siach2017-05-051-2/+2
| | | | | | | | | | | In BlueZ 5.44 the --enable-experimental configure option only controls the build of the Nokia OBEX PC Suite plugin. Correct the option prompt and help text. Cc: Marcin Bis <marcin@bis.org.pl> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bluez5_utils: allow install of deprecated toolsBaruch Siach2017-05-053-9/+18
| | | | | | | | | | | | | | | | | Since BlueZ 5.44 many command line tools are deprecated, among them gatttool. Add an option to install these tools. Remove the gatttool specific option, since it is redundant now. Fixes: http://autobuild.buildroot.net/results/ddb/ddb975c9e1475fee1da63cb21240d8d59b161076/ http://autobuild.buildroot.net/results/19a/19adc0aa5a7e48119ef4ba25ba0403867f74f678/ http://autobuild.buildroot.net/results/9bd/9bd8e13ddffdd0631ddca30ec40cc4664729b0cb/ Cc: Marcin Bis <marcin@bis.org.pl> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-tools: disable on uClibc/muslThomas Petazzoni2017-05-051-2/+5
| | | | | | | | | | | | | | | | | | | | lttng-tools has been broken on uClibc/musl since a long time due to dlmopen() and LM_ID_BASE not being implemented. The issue has been reported to the upstream lttng developers more than two months ago [1], and no fix has been provided. Therefore, it's time to disable it on uClibc and musl. Fixes: http://autobuild.buildroot.net/results/f9e82a87618bcdcd46d670697b5ac75836f7250d/ (uclibc) http://autobuild.buildroot.net/results/cb0952483b580b053a585760e59d78d11f46fc60/ (musl) [1] https://lists.lttng.org/pipermail/lttng-dev/2017-February/026921.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: disallow selection of 2.27 on ARM/noMMUThomas Petazzoni2017-05-051-0/+3
| | | | | | | | | | | | | | | | | binutils 2.27 triggers a segfault in elf2flt on ARM/noMMU. While Arnout has identified a binutils 2.28 commit that can be backported on 2.27, this commit is huge and we don't clearly understand the impact. Since both binutils 2.26 and 2.28 are unaffected by this issue, we simply disallow the selection of binutils 2.27 on ARM/noMMU, and default to binutils 2.28. Fixes: http://autobuild.buildroot.net/results/e14cadb290b0b86cac12c4bfb681eb6eee9e6dea/ and lots of other similar ARM/Cortex-M4 failures Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-resty-http: correct license file pathRahul Bedarkar2017-05-051-1/+1
| | | | | | | | | | LICENSE file is present in subdirectory. Fixes: http://autobuild.buildroot.net/results/d33/d33a322b4d2618b55849b5637082100702a91eea Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu: fix user mode emulation build on ARMThomas Petazzoni2017-05-051-0/+35
| | | | | | | | | | | This commit adds a patch that adjusts how the mcontext structure is used on ARM with a uClibc C library. Fixes: http://autobuild.buildroot.net/results/79900b22c190e883b6d9a3075e1286ec95840ae1/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libunwind: disable for x86 with muslRomain Naour2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libunwind use sigreturn() and setcontext() while building for x86 [1] but this function is not available with musl [2]. This throw a warning during libunwind build: In file included from x86/Los-linux.c:4:0: x86/Gos-linux.c: In function ‘_ULx86_local_resume’: x86/Gos-linux.c:298:7: warning: implicit declaration of function ‘sigreturn’ [-Wimplicit-function-declaration] sigreturn (sc); ^ But any program trying to link against libunwind-generic.so or libunwind.so fail to build: [...]/usr/lib/libunwind-generic.so: undefined reference to `sigreturn' [...]/usr/lib/libunwind-generic.so: undefined reference to `setcontext' collect2: error: ld returned 1 exit status Disable libunwind for x86 target when musl is used. Reported upstream by Waldemar [3] [1] http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob;f=src/x86/Gos-linux.c;h=17aebc2974af50eb0bf8292689b2ed22a4c97866;hb=HEAD#l299 [2] http://openwall.com/lists/musl/2016/02/04/3 [3] http://lists.nongnu.org/archive/html/libunwind-devel/2017-04/msg00030.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: bump to version 0.4.5Romain Naour2017-05-042-4/+5
| | | | | | | | | | Since aubio 0.4.4, the libsamplerate support require fftw single precision mode [1]. [1] https://github.com/aubio/aubio/commit/8be88e77f5c275fdf4efc99ae182d14940948786 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libunwind: simplify architecture dependenciesYann E. MORIN2017-05-041-6/+3
| | | | | | | | | | | | | | | BR2_ARM_CPU_HAS_ARM already embeddeds the fact that this is an ARM chip, so (BR2_arm || BR2_armeb) is forcibly true when BR2_ARM_CPU_HAS_ARM is. In other words, BR2_ARM_CPU_HAS_ARM can't be true unless either BR2_arm or BR2_armeb itslef is true. Simplify the logic accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@openwide.fr> Acked-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nvidia-driver: bump version to 381.09Bernd Kuhls2017-05-042-4/+4
| | | | | | | libnvidia-egl-wayland.so was renamed in upstream archive. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nvidia-driver: use http:// instead of ftp://Thomas Petazzoni2017-05-041-1/+1
| | | | | | Fixes the download, which currently times out on http://. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: arc: Disable usage of atomic ops if hardware has no LLSCAlexey Brodkin2017-05-041-0/+7
| | | | | | | | | | | | | | | Since uClibc-ng v1.0.20 we can force libc to either use llock/scond instructions for atomic ops or if those are missing use kernel-assisted emulation. By default atomics are used so we disable that feature in libc if we build for a target without LLSC. This allows us to build and use NPTL on ARC750 for example which was not possible before. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* spidev_test: bump to version in Linux 4.10Joeri Barbarien2017-05-042-3/+9
| | | | | | | | | | | | spidev_test has further evolved after kernel version 3.15, which is the most recent version that could be built in this package. This change allows to build the latest version of spidev_test if the toolchain's kernel header version allows it. In this way, when building with a newer toolchain, we are able to benefit from the added functionality offered by the newest version of the tool. Signed-off-by: Joeri Barbarien <joeri.barbarien@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* luvi: fix build with LuaJIT 2.0.5Francois Perrad2017-05-041-1/+1
| | | | | | | | | | | | Luvi got broken by the bump of LuaJIT from 2.0.4 to 2.0.5 due to a hardcoded path. Fixes: http://autobuild.buildroot.net/results/3eef12dbe07fb375e87b2b2898dcc5ef0c11e7a5/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: add empty lines to .mk fileCarlos Santos2017-05-041-0/+2
| | | | | | | | We usually have empty lines around multi-line variable definitions. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: only add -lintl for static buildsCarlos Santos2017-05-041-1/+1
| | | | | | | | For dynamic library builds, it's not needed to pass it explicitly. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: avoid conflict with util-linux fsck wrapperCarlos Santos2017-05-041-0/+1
| | | | | | | | | | | | | | | | The fsck wrapper from util-linux is better maintained, so it should be preferred. In particular, systemd relies on features in the util-linux fsck wrapper that don't exist in the e2fsprogs one. However, since e2fsprogs depends on util-linux, the one from e2fsprogs currently has precedence. So in order to have e2fsck from e2fsprogs and the fsck wrapper from util-linux, we disable e2fsprogs' fsck if the one from util-linux is selected. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> CC: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Arnout: don't add comment] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: add explicit --enable/--disable configure optionsCarlos Santos2017-05-041-5/+5
| | | | | | | | Signed-off-by: Carlos Santos <casantos@datacom.ind.br> [Arnout: don't split up the fuse2fs CONF_OPTS and DEPENDENCIES handling] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: disable unneeded features for hostCarlos Santos2017-05-041-1/+3
| | | | | | | | | | | | We don't need e2initrd_helper or the test I/O manager for the host, just like we don't need it for the target. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> [Arnout: don't add --disable-rpath, since we *do* need rpath for the host; otherwise we have to explicitly pass LD_LIBRARY_PATH to be able to run tools linked with util-linux' libuuid/libblkid] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: add help text for all config optionsCarlos Santos2017-05-041-0/+13
| | | | | | Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: refactor to fix conflicts with busybox and util-linuxCarlos Santos2017-05-042-140/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far we attempted to solve the conflicts between busybox and e2fsprogs by removing busybox programs from /bin and /sbin, leaving the e2fsprogs ones at /usr/bin and /usr/sbin. This fails with BR2_ROOTFS_MERGED_USR=y, leading to situations like the one described in bug 9436. We could provide a better solution by means of a fine-grained selection of programs, like util-linux does, but this would require big changes in e2fsprogs. So instead of resorting to dirty tricks we switch to a more pragmatic approach: - Drop all configs to select/deselect utilities without corresponding enable/disable options to the configure script. In other words, we always install the basic set of utilities. - fsck has a configure option, so use it. Note that --enable-fsck is only about the wrapper, not about e2fsck. - Install e2fsprogs utilities at /bin and /sbin, overriding the ones eventually installed by busybox. - Let the e2fsprogs build system create the symlinks mkfs.ext2 -> mke2fs etc. fsck.ext4dev and mkfs.ext4dev were dropped in version 1.43.4. Notice that these changes do exactly the opposite of what is requested in bug 9436. On the other hand the policy for e2fsprogs becomes coherent with the one for util-linux: busybox never wins. Fixes: https://bugs.busybox.net/show_bug.cgi?id=9436 (no fix, in fact) Signed-off-by: Carlos Santos <casantos@datacom.ind.br> [Arnout: - don't add 'default y' to resize2fs; - don't install the host package in /bin instead of /usr/bin - we install everything under /usr (until /usr will be removed, soon)] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-resty-http: new packageSemyon Kolganov2017-05-045-0/+22
| | | | | Signed-off-by: Semyon Kolganov <semenak94@mail.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: fix bfin compile errorWaldemar Brodkorb2017-05-041-2/+2
| | | | | | | | | | | Newer gcc requires even lower optimization, only with -O0 we can successfully compile binutils for the target. Fixes: http://autobuild.buildroot.net/results/fb95cd7f7fcc532d036ed8f13853bc6f9a64d1b3 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-ipython: Reformat help text to avoid warningsAndrey Smirnov2017-05-041-4/+5
| | | | | | | | Reformat help text in Config.in to avoid warnings from check-package. No content change intended. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-simplegeneric: fix descriptionThomas Petazzoni2017-05-041-1/+2
| | | | | | Use the description from https://pypi.python.org/pypi/simplegeneric. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-simplegeneric: New packageAndrey Smirnov2017-05-045-0/+30
| | | | | | | | | | Add 'simplegeneric'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/simplegeneric Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: add entry in DEVELOPERS file, fix license.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-decorator: new packageAndrey Smirnov2017-05-045-0/+26
| | | | | | | | | | | Add 'decorator'[1] package to Buildroot. Needed by 'traitlets' package, which is added in the next patch. [1] https://pypi.python.org/pypi/decorator Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: download from PyPi, add hash file, add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rapidjson: needs C++ supportThomas Petazzoni2017-05-041-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ac989c119e4ea90b8318795fe9cf8c3e9395a354/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libqmi: fix patch for canonicalize_file_name() issueThomas Petazzoni2017-05-042-3/+19
| | | | | | | | | | | | | | | | The patch added in commit c78b65c4f161ec101ff02880788ef22eb7c87d76 was bogus: it adds some code conditionally on HAVE_CANONICALIZE_FILE_NAME being undefined, but there is nothing that defines HAVE_CANONICALIZE_FILE_NAME if canonicalize_file_name() is already provided by the C library. This commit fixes that by adding the appropriate autoconf check. Fixes: http://autobuild.buildroot.net/results/4f0eb2af09c92ff4cd7448211ffda432754d4e60/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-skin-confluence: new packageBernd Kuhls2017-05-044-0/+36
| | | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: - use SPDX license code - license is GPL-2.0, not GPL-2.0+ - remove unused _CONF_OPTS variable] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKSJ Evans2017-05-041-0/+2
| | | | | | Signed-off-by: J Evans <g4@novadsp.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libqmi: musl compat canonicalize_file_nameMatt Weber2017-05-041-0/+48
| | | | | | | | | | | | | | | | | | | | | Adds an inline equivalent of canonicalize_file_name using realpath(). Bug report (origin of this patch): https://bugs.freedesktop.org/show_bug.cgi?id=99944 Resolves: http://autobuild.buildroot.net/results/afa/afa4b97e012586585b11be1e70ed3c63a7c48a4d/ CCLD test-generated CCLD test-utils CCLD test-message ../../../src/libqmi-glib/.libs/libqmi-glib.so: undefined reference to `canonicalize_file_name' collect2: error: ld returned 1 exit status Makefile:440: recipe for target 'test-generated' failed Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot-tools: disable libfdt swig wrapperMatt Weber2017-05-042-0/+49
| | | | | | | | | | | | | | | | | | | The current tools build assumes the host system when trying to detect if swig/python are present. It then uses those tools from the path. The upstream RFC included this commit set's patch but offered up discussion on how to cleanly introduce a better method for detecting swig and using the tools. The tools build really needs to be sysroot and prefix/host dir tools aware. Upsteam submission for RFC: https://lists.denx.de/pipermail/u-boot/2017-May/289520.html Workaround for: http://autobuild.buildroot.net/results/6d52ac8bb71012aea6fc4c679691b31a3366728b Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tinyxml2: fix build in static libs configurationRahul Bedarkar2017-05-041-0/+4
| | | | | | | | | | | | | | | | | | | tinyxml2 can build both static and shared libraries. By default, only shared library is built. Shared/static builds are controlled using separate cmake flags BUILD_SHARED_LIBS and BUILD_STATIC_LIBS. In static libs configuration, we internally pass -DBUILD_SHARED_LIBS=OFF cmake flag to build system which disables both shared and static builds of library, resulting in failures while linking executable with library. So pass -DBUILD_STATIC_LIBS=ON cmake flag in case of static libs configuration. fixes: http://autobuild.buildroot.net/results/d30/d301bcbe5db26068b35eaa94bd816ae8cf8ef2e1 Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 4.{4,9,10}.x seriesPeter Korsgaard2017-05-041-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: add raspberrypi3 64bits defconfigGaël PORTAY2017-05-044-0/+89
| | | | | | | | | | | | This configuration builds a 64bit image for RaspberryPi 3. The size of the ext4 filesystem has to be extended to fit the large amount (~60MB) of kernel modules enabled in the defconfig. [Peter: drop gcc version selection / glibc, explain ext4 size requirement] Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssh: add support for HW SSL enginesGilad Ben-Yossef2017-05-031-0/+7
| | | | | | | | | | | | Enable support for OpenSSH to use a hardware SSL engine if cryptodev-linux is included. Without this, OpenSSH uses only OpenSSL software crypto implementation. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> CC: Baruch Siach <baruch@tkos.co.il> CC: Arnout Vandecappelle <arnout@mind.be> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rpi-bt-firmware: new packageBaruch Siach2017-05-033-0/+30
| | | | | | | | | | | | | | | | | Add firmware file for the Raspberry Pi 3 and Zero W Bluetooth module. Note that to successfully download the firmware bluez5_utils needs a patch[1]. Even though the firmware file name (BCM43430A1.hcd) only mentions the Bluetooth module, it is most likely tailored for the Raspberry Pi boards. Firmware for the same BT module on other boards look different. For this reason the name of the package is rpi-bt-firmware. [1] http://www.spinics.net/lists/linux-bluetooth/msg69470.html [Peter: correct Config.in ordering] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* picocom: force target LDFLAGSBaruch Siach2017-05-031-1/+2
| | | | | | | | This allows a static build of picocom when BR2_STATIC_LIBS=y but the toolchain provides static and shared libraries. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* picocom: bump to version 2.2Baruch Siach2017-05-032-2/+2
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dtc: bump version to 1.4.4Peter Korsgaard2017-05-033-36/+4
| | | | | | | | | | | | | | Adds overlay support. Drop the non-upstreamed 0002-extra-cflags.patch and instead simply pass the needed CFLAGS as make arguments. Passing the full upstream warning flags are not important in the Buildroot context, so this is simpler than maintaining a patch. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* empty: bump to version 0.6.20bBaruch Siach2017-05-033-51/+2
| | | | | | | Drop upstream patch. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* moarvm: bump version to 2017.04Vicente Olivert Riera2017-05-022-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rapidjson: switch to CMakeBernd Kuhls2017-05-021-4/+5
| | | | | | | | | | | | | Upcoming Kodi v18 depends on RapidJSON and detects it by using pkg-conf: https://github.com/xbmc/xbmc/blob/master/cmake/modules/FindRapidJSON.cmake#L13 Currently our package installs only the header files, but RapidJSON.pc is also needed. Luckily this can be fixed by switching to CMake which does the job, also add configure options to disable the CMake build of executables. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opencv: bump version to 2.4.13.2Bernd Kuhls2017-05-024-39/+2
| | | | | | | | | | Removed patch applied upstream: https://github.com/opencv/opencv/commit/c7045184ce220a04796d8e9072ac42d2d362dc71 Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daemon: new packageBaruch Siach2017-05-026-0/+61
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi3: use correct CPUYann E. MORIN2017-05-021-3/+1
| | | | | | | | | | | | | | | | | | We so far were using a Cortex-A7 as the CPU for the rpi3, as this was the closest we had available, in 32-bit mode, to the real CPU used in the rpi3. But now we can also use the Cortex-A53 in 32-bit mode, so we use that, which makes for an optimised build (A53 has an improved instruction set, as compared to the A7). Also drop the DTB overlay option, it defaults to 'y'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Martin Bark <martin@barkynet.com> Cc: Peter Seiderer <ps.report@gmx.net> Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud