summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dmalloc: fix static buildWaldemar Brodkorb2016-07-021-1/+7
| | | | | | | | | | For example coldfire uses FLAT binaries, which are statically build. Fixes following autobuild failure: http://autobuild.buildroot.net/results/cc4233a4c3f92275a4071c172330c920c35219ca/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: use an intermediate variable rather than duplicating code.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fftw: Disable combined threads when building with OpenMP supportAndré Hentschel2016-07-021-1/+2
| | | | | | | | Otherwise fftw fails to configure: configure: error: --with-combined-threads incompatible with --enable-openmp Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libdvdread: fix static compile by adding libdvdcss as dependencyBernd Kuhls2016-07-022-7/+3
| | | | | | | | | | | | | | | | If libdvdcss support was not found during configure libdvdread tries to open libdvdcss.so nonetheless: https://code.videolan.org/videolan/libdvdread/blob/master/src/dvd_input.c#L275 This will obviously fail in a static-only configuration. To fix the problem add libdvdcss as hard dependency to this package. Fixes http://autobuild.buildroot.net/results/415/41534b70a66c6297652f0944f9ecc7e780b26c45/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: replace += by =.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libiio: libiio network backend needs threadsRomain Naour2016-07-021-0/+4
| | | | | | | | | | | When libiio network backend is enabled, NEED_THREADS is set in the build system and require a toolchain with treads support. Fixes: http://autobuild.buildroot.net/results/cfc/cfc70094d8f4008f4e660250b1b90a35a2ab384d Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* babeld: New packageMaxime Hadjinlian2016-07-026-0/+96
| | | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: use $(INSTALL) instead of install.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* memcached: bump to version 1.4.28Gustavo Zacarias2016-07-023-6/+4
| | | | | | | Removes the 64-bit atomic intrinsics constraint previously introduced. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* liboping: bump to version 1.9.0Gustavo Zacarias2016-07-022-2/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu: update aarch64 to linux 4.6.3Gustavo Zacarias2016-07-023-5/+5
| | | | | | | | The console problem goes away with qemu 2.6.0 so it seems it's now a requirement, update readme.txt accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/pc_x86_64_{bios, efi}_defconfig: bump to linux 4.6.3Gustavo Zacarias2016-07-022-2/+2
| | | | | | | To match it's friendly qemu counterpart. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/qemu: bump to linux 4.6.3Gustavo Zacarias2016-07-0222-22/+22
| | | | | | | | In order to keep them in sync with the new configs, and avoid shipping a vulnerable kernel. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libuio: fix build with muslRomain Naour2016-07-021-0/+57
| | | | | | | | | | | | limits.h header is missing in attr.c, base.c and helper.c to provide PATH_MAX. Fixes: http://autobuild.buildroot.net/results/702/7023104e6018ea46c54073ddbe5119d0f66ae5a3 Signed-off-by: Romain Naour <romain.naour@smile.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libuio: disable WerrorRomain Naour2016-07-021-1/+1
| | | | | | | | | Disable -Werror to avoid build issues caused by warnings. Signed-off-by: Romain Naour <romain.naour@smile.fr> Reported-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libuio: fix build with external intl libraryRomain Naour2016-07-021-1/+10
| | | | | | | | | | | | When intl library is not provided by the libc, libuio forgets to link with -lintl. Fixes: http://autobuild.buildroot.net/results/8f7/8f715b4e9b826dac13f3d49da25576e6e1d79449 [Peter: simplify using LIBUIO_LIBS as suggested by Yann] Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* a20_ollinuxino: Accommodate U-Boot environment on SD-cardPeter Korsgaard2016-07-021-0/+1
| | | | | | | | | As described by http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout The space betweem 544KB..1MB is reserved / used for the u-boot environment, so mark it as such to make sure genimage doesn't put other partitions here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pcduino: Accommodate U-Boot environment on SD-cardPeter Korsgaard2016-07-021-0/+1
| | | | | | | | | As described by http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout The space betweem 544KB..1MB is reserved / used for the u-boot environment, so mark it as such to make sure genimage doesn't put other partitions here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepipc: Accommodate U-Boot environment on SD-cardPeter Korsgaard2016-07-021-0/+1
| | | | | | | | | As described by http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout The space betweem 544KB..1MB is reserved / used for the u-boot environment, so mark it as such to make sure genimage doesn't put other partitions here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cubieboard2: Accommodate U-Boot environment on SD-cardAlexey Brodkin2016-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to current "include/configs/sunxi-common.h" U-Boot environment is stored on SD-card with offset 544 kB and its size is limited as 128 kB. Given memory layout of sunxi boards: 1. SPL 2. U-Boot 3. U-Boot environment 4. Partitions (see http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout for details) we need to make sure the first real partition starts at least with 544+128 kB offset. Adding a small safety gap let's put the first partition with offset 1MB from the beginning of SD-card. Otherwise current setup gets broken as soon as one saves U-Boot environment with "saveenv" which basically overwrites FAT partition with zImage and board no longer boots into Linux kernel. [Peter: extend description, add padding to u-boot partition instead] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Erico Nunes <nunes.erico@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Carlos Quijano <carlos@crqgestion.es> Cc: Andi Shyti <andi@etezian.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/busybox: support spaces in module aliases in mdevAndy Shevchenko2016-07-021-1/+1
| | | | | | | | | | | | | | | | | The new change which enabled automatic module loading on boot does not handle the cases when module alias includes spaces. It prevents modules to be loaded since script fails: % find /sys/ -name modalias | xargs sort -u sort: /sys/devices/platform/Fixed: No such file or directory First alias in question is "platform:Fixed MDIO bus". Amend the script to support above like cases. Fixes: 07f46c2b6dae ("package/busybox: support automatic module loading with mdev") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: Force enable blkidMaxime Hadjinlian2016-07-021-0/+1
| | | | | | | | Since systemd select BR2_PACKAGE_UTIL_LINUX_LIBBLKID, we can safely force this option. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: Add optional libxkbcommon supportMaxime Hadjinlian2016-07-021-0/+7
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for qrencodeMaxime Hadjinlian2016-07-021-1/+7
| | | | | | | | The support of qrencode depends of the journal gateway feature as it is used to display the key used to seal the journal. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for libidnMaxime Hadjinlian2016-07-021-0/+7
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: Disable IMA supportMaxime Hadjinlian2016-07-021-0/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: Disable the test coverageMaxime Hadjinlian2016-07-021-0/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for auditMaxime Hadjinlian2016-07-021-0/+7
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: remove unnecessary make optsGabe Evans2016-07-021-4/+0
| | | | | | | | These flags were originally needed to support uClibc in earlier releases. Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: only create 'systemd-journal' groupGabe Evans2016-07-021-4/+4
| | | | | | | | | | | systemd-journal is a group used for controlling user access to the journal when used with tools like journalctl. While we're at it, sort the users list to improve readability. Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: use 'menuconfig'Gabe Evans2016-07-021-1/+1
| | | | | | | | | systemd has a bunch of options now, so use 'menuconfig' to the group the options in a submenu. Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for hibernationGabe Evans2016-07-022-0/+14
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for polkitGabe Evans2016-07-022-0/+17
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for coredumpGabe Evans2016-07-022-0/+16
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for localedGabe Evans2016-07-022-0/+15
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for timedatedGabe Evans2016-07-022-0/+16
| | | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> [Maxime: Add default y] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for hostnamedGabe Evans2016-07-022-0/+15
| | | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> [Maxime: add default y] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for importdGabe Evans2016-07-022-0/+21
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for machinedGabe Evans2016-07-022-0/+15
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for logindGabe Evans2016-07-022-0/+13
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for rfkillGabe Evans2016-07-022-0/+14
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for backlightGabe Evans2016-07-022-0/+14
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for random-seedGabe Evans2016-07-022-0/+16
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for firstbootGabe Evans2016-07-022-0/+15
| | | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> [Maxime: Add default y] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for sysusersGabe Evans2016-07-022-0/+14
| | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/systemd: add optional support for tmpfilesGabe Evans2016-07-022-0/+17
| | | | | | | Signed-off-by: Gabe Evans <gabe@hashrabbit.co> [Maxime: Add default y] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/valijson: indentation cleanupJerzy Grzegorek2016-07-021-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libcoap: indentation cleanupJerzy Grzegorek2016-07-021-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jsmin: add menuconfig entry for host variantJulien Floret2016-07-022-0/+12
| | | | | Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* reproducibility: override locale and timezoneGilles Chanteperdrix2016-07-021-0/+8
| | | | | | | | | | | And export BR2_REPRODUCIBLE for post-build / post-image scripts. [Peter: Extend commit message, move export together with our other exports, add comment explaining why we override local/timezone] Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* reproducibility: introduce config knobGilles Chanteperdrix2016-07-021-0/+11
| | | | | | | | | | Making the builds reproducible involves turning off build timestamps, which some users may find annoying. So make the reproducible builds optional. Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* audit: bump to version 2.6.2Thomas Petazzoni2016-07-022-2/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{libsepol,libselinux}: fix build on ancient distrosYann E. MORIN2016-07-022-0/+48
| | | | | | | | | | | | | Ancient distros (especially enterprise-grade still in use) do not accept ln --relative. Revert the upstream commit, since the problem it was trying to fix is not applicable in the context of Buildroot (even with a merged /usr). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Adam Duskett <Aduskett@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud