summaryrefslogtreecommitdiffstats
path: root/DEVELOPERS
Commit message (Collapse)AuthorAgeFilesLines
* DEVELOPERS: Add myself to several packages.Adam Duskett2019-02-261-0/+4
| | | | | Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/zynq_zybo: remove defconfigThomas Petazzoni2019-02-221-4/+0
| | | | | | | | | | | | | | | | This defconfig was added in October 2016 and was never updated since then. It currently fails to build because U-Boot is too old and doesn't build with host-openssl in version 1.1.x. On February 13, 2019, the original submitter was notified, but didn't reply, so let's remove the defconfig for this platform. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/165766194 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* DEVELOPERS: update email address for Gary BissonGary Bisson2019-02-201-1/+1
| | | | | Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* DEVELOPERS: add entry for zynq_zybo_defconfigThomas Petazzoni2019-02-151-0/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/mongodb: new packageFabrice Fontaine2019-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Here is the list of the changes compared to the removed mongodb 3.3.4 version: - Remove patch (not applicable anymore) - Add patch (sent upstream) to fix openssl build with gcc 7 and -fpermissive - Remove 32 bits x86 platforms, removed since version 3.4: https://docs.mongodb.com/manual/installation/#supported-platforms - Change license: since October 2018, license is SSPL: - https://www.mongodb.com/community/licensing - https://jira.mongodb.org/browse/SERVER-38767 - gcc must be at least 5.3 so add a dependency on gcc >= 6 - Add a dependency on host-python-xxx modules: https://github.com/mongodb/mongo/blob/r4.0.6/docs/building.md - Use system versions of boost, pcre, snappy, sqlite, yaml-cpp and zlib instead of embedded mongodb ones - Add hash for license files Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mongodb: remove packagePeter Korsgaard2019-02-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/dd4/dd412fae45a84e44e7e6a49f8cdb124d0851c1df/ The mongodb version used (3.3.4) is no longer supported by upstream and fails to build with openssl 1.1.1x. On top of that it uses internal copies of boost, pcre and zlib instead of the system ones. Bumping the version to 3.4.19 (which is still supported until September 2019) has been tried, but it: - No longer builds for 32bit ARM - Doesn't build without extra patches, E.G.: https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch?h=rocko - Doesn't build with the system version of boost (1.69.0) - Also fails to build with openssl-1.1.1x So it looks like mongodb needs to be bumped to the 3.6.x series (which changes the license to the SSPL) - Or simply dropped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/rock64: new defconfigMichał Łyszczek2019-02-061-0/+2
| | | | | | | | | | | | Configuration contains: - building tpl, spl and u-boot (forked u-boot repository) - booting from SD card and network via PXE - working ethernet, usb and uart - minimal rootfs with busybox - ready to flash SD card image Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/brcm-patchram-plus: new packageVadim Kochan2019-02-061-0/+3
| | | | | | | | | | Add tool which allows to setup broadcom bluetooth device via UART. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/qtuio: remove packagePeter Korsgaard2019-02-061-1/+0
| | | | | | | | | The qtuio package uses the obsolete qt4 package, which we are about to remove, so remove qtuio as well. CC: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/python-pyqt: remove packagePeter Korsgaard2019-02-061-1/+0
| | | | | | | | | The python-pyqt package uses the obsolete qt4 package, which we are about to remove, so remove python-pyqt as well. CC: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/rcw: new packageParesh Chaudhary2019-02-061-0/+1
| | | | | | | | | | | This package adds NXP Layerscape and QoriQ reset config word (RCW) / pre-bootloader (PBL) generation support. The RCW is used to setup clocking and IO allocations and then launches the next stage of boot (usually u-boot). Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/gst1-shark: new packageChris Packham2019-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | GstShark leverages GStreamers newest instrumentation subsystem by installing a set of custom hooks to the trace points. A variety of data analytics are extracted and presented to the user in a graphical, friendly way. https://developer.ridgerun.com/wiki/index.php?title=GstShark https://github.com/RidgeRun/gst-shark Signed-off-by: Chris Packham <judge.packham@gmail.com> Cc: Wolfgang Grandegger <wg@grandegger.com> Cc: João Victor Oliveira <jv.oliveirag@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Cc: Igor Miranda <igorcmiranda3110@gmail.com> [Thomas: - fix package prompt to be gtk1-shark in Config.in - license is LGPL-2.1+, not LGPL-2.1 - add entry to DEVELOPERS file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/gerbera: new packageFabrice Fontaine2019-02-061-0/+1
| | | | | | | | | | | | | | | A free media server. Stream your media to devices on your home network. https://gerbera.io Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: - fix S99gerbera to be compliant with the init script pattern that was recently put in place - add -l option in init script for logging - license code is GPL-2.0] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/luacrypto: remove packagePeter Korsgaard2019-02-061-1/+0
| | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/afd/afdc598b80356a8301d890232466de421f7779d5/ Luacrypto fails to build with openssl 1.1.x. The package has not seen any functional changes since it was added in 2013 and has no reverse dependencies. The upstream repository (https://github.com/starius/luacrypto) explicitly states: this project is deprecated, use luaossl So remove the package. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pamtester: new packageCarlos Santos2019-02-041-0/+1
| | | | | | | | | | | | | | Utility for testing pluggable authentication modules (PAM) facility. While specifically designed to help PAM module authors to test their modules, that might also be handy for system administrators interested in building a centralised authentication system using common standards such as NIS, SASL and LDAP. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Peter: drop spelling fix patch] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/utp_com: new packageVincent Prince2019-02-041-0/+1
| | | | | | | | | | This tool is used to send commands to imx6 based hardware using NXP's UTP protocol. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/intel-gmmlib: new packageLouis-Paul Cordier2019-02-041-0/+3
| | | | | | Signed-off-by: Louis-Paul Cordier <lpdev@cordier.org> [Thomas: updated DEVELOPERS file, bump to 18.4.1.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/rtc-tools: new packageThomas Petazzoni2019-01-161-0/+1
| | | | | | | | | | | This package contains a set of tools to manipulate RTC devices. They are written and maintained by the RTC subsystem Linux kernel maintainer, Alexandre Belloni. Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot/shim: new packagePeter Korsgaard2019-01-121-0/+1
| | | | | | | | | | | | | | | | | This commit adds a package for 'shim', an EFI bootloader for secure boot chain loading. While gnu-efi supports 32bit ARM, this is currently broken in shim. Patches to fix this have been submitted upstream but are not included here for now. https://github.com/rhboot/shim/pull/162 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Thomas: use BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS, add separate depends on to exclude ARM32 build.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add Thomas De Schampheleire for xenomaiThomas De Schampheleire2019-01-081-0/+1
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu_riscv32_virt: new defconfigMark Corbin2019-01-061-0/+2
| | | | | | | | | | | Add RISC-V 32-bit defconfig for QEMU virt machine. Tested with QEMU 2.12.1 Signed-off-by: Mark Corbin <mark.corbin@embecosm.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: regenerate .gitlab-ci.yml, update DEVELOPERS file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libeastl: new packageMatt Weber2018-12-311-0/+1
| | | | | | | | | | | | | | | | | This patch adds the Entertainment Arts Standard Template Library. The initial version uses the latest hash so that the aarch64 support is included vs Buildroot having to apply the aarch64 support patch. Signed-off-by: Maury Anderson <maury.anderson@rockwellcollins.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Thomas: - add missing BR2_INSTALL_LIBSTDCPP dependency - use the github helper instead of the git site method, and adjust hash consequently - drop INSTALL_TARGET_CMDS, the default cmake-package implementation works fine] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/exempi: new packageIlya Averyanov2018-12-301-0/+3
| | | | | | | | | | | | | Signed-off-by: Ilya Averyanov <averyanovin@gmail.com> [Thomas: - add missing dependencies on expat and zlib - add missing depends on C++ and dynamic library support, and the corresponding Config.in comment - add the missing entry to the DEVELOPERS file - add the missing hash for the license file - adjust indentation in the Config.in file - use --disable-unittest instead of --enable-unittest=no.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: remove Sebastien BourdelinThomas Petazzoni2018-12-301-7/+0
| | | | | | | | | | | | | | | | His e-mail address is no longer valid. Sending an e-mail to this address says (yes, the actual text is in French): Veuillez prendre note que cette adresse n'est plus valide à la suite du départ de l'employé. which means: Please take note that this address is no longer valid following the employee departure. Therefore, it does not make sense to list Sebastien in our DEVELOPERS file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lua-std-normalize: new packageJames Hilliard2018-12-301-0/+1
| | | | | | | | | | | Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: - add entry to DEVELOPERS file - drop useless dependency in Config.in - fix path to license file - add hash of license file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lua-std-debug: new packageJames Hilliard2018-12-301-0/+1
| | | | | | | | | | | Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: - drop unneeded dependency in Config.in file - add entry in DEVELOPERS file - fix location of license file - add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: remove Vicente Olivert RieraThomas Petazzoni2018-12-221-13/+0
| | | | | | | | | | | Vicente is no longer working at Imgtec, and his e-mail is now bouncing: <Vincent.Riera@imgtec.com>: host mxa-00376f01.gslb.pphosted.com[185.132.180.163] said: 550 5.1.1 User Unknown (in reply to RCPT TO command) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/orangepi_lite2: new defconfigJagan Teki2018-12-161-0/+2
| | | | | | | | | | | Add initial support for Orangepi Lite2 board with below features: - U-Boot 2018.09 - Linux 4.19.0-rc8 - Default packages from buildroot Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/orangepi_one_plus: new defconfigJagan Teki2018-12-161-0/+2
| | | | | | | | | | | Add initial support for Orangepi One Plus board with below features: - U-Boot 2018.09 - Linux 4.19.0-rc8 - Default packages from buildroot Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libpagekite: new packageArnout Vandecappelle (Essensium/Mind)2018-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpagekite is a C implementation of the backend of the PageKite relay protocol. It allows external access to embedded devices without public IP address. There is a bundled version of libev but we prefer to use the global libev library. Although the configure script has a --without-openssl option, it doesn't actually build without openssl. Patch 0001-configure.ac-fix-handling-of-with.patch is needed because we want to explicitly pass --with and --without options, even if they are the default. The way the AC_ARG_WITH macros were used, --with and --without both had the effect of enabling the option. Patch 0002-configure.ac-use-AS_HELP_STRING-for-with-openssl.patch is not needed for Buildroot, but it is part of the same upstream PR and would generate a conflict for the next patch. Patch 0003-configure.ac-use-pkg-config-for-openssl.patch is needed to pass -lz (needed by openssl) in static compilation. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@smile.fr> [Thomas: - As noticed by Romain Naour, fix the prompt of the package in the Config.in - Add entry to DEVELOPERS file - Drop the dependency on BR2_bfin, since this architecture has been dropped from Buildroot.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add intel-microcode and pcm-tools to my watch listCarlos Santos2018-12-131-0/+2
| | | | | Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/netsurf: new packageFrancois Perrad2018-12-101-0/+1
| | | | | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: - rename BR2_PACKAGE_NETSURF_FRAMEBUFFER to BR2_PACKAGE_NETSURF_SDL, and use "sdl" everywhere instead of "framebuffer", since really SDL can display on something else than the framebuffer - use a "depends on BR2_PACKAGE_LIBGTK2" instead of a "depends on BR2_PACKAGE_XORG7 + many other depends on + select BR2_PACKAGE_LIBGTK2" - use PKG_CONFIG_HOST_BINARY for the pkg-config path] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-sentry-sdk: new packageJoseph Kogut2018-12-101-0/+1
| | | | | | Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-aiorwlock: new packageJames Hilliard2018-12-091-0/+1
| | | | | | | | Read write lock for asyncio. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-aiojobs: new packageJames Hilliard2018-12-091-0/+1
| | | | | | | | Jobs scheduler for managing background task (asyncio). Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-aiohttp-remotes: new packageJames Hilliard2018-12-091-0/+1
| | | | | | | | Control remote side information. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-aiohttp-jinja2: new packageJames Hilliard2018-12-081-0/+1
| | | | | | | | Jinja2 template renderer for aiohttp.web Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-aiohttp-security: new packageJames Hilliard2018-12-081-0/+1
| | | | | | | | Security for aiohttp.web. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-aiohttp-sse: new packageJames Hilliard2018-12-081-0/+1
| | | | | | | | Server-sent events support for aiohttp. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-aiohttp-session: new packageJames Hilliard2018-12-081-0/+1
| | | | | | | | Sessions for aiohttp.web. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* DEVELOPERS: add entry for aarch64_efi_defconfigThomas Petazzoni2018-12-081-0/+2
| | | | | | | | | Erico Nunes recently contributed this defconfig, we can safely assume he is willing to maintain it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* DEVELOPERS: add entry for the bananapi_m2_ultra_defconfigThomas Petazzoni2018-12-081-0/+2
| | | | | | | | Lothar contributed this board not long ago, so let's assume he is willing to take care of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* DEVELOPERS: drop Bryan Brinsko entryThomas Petazzoni2018-12-061-3/+0
| | | | | | | | | | His e-mail @rockwellcollins.com is bouncing: <bryan.brinsko@rockwellcollins.com>: host mail05.rockwellcollins.com[205.175.227.28] said: 550 #5.1.0 Address rejected. (in reply to RCPT TO command) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: update my e-mailGaël PORTAY2018-12-061-1/+1
| | | | | Signed-off-by: Gaël PORTAY <gael.portay@collabora.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add myself for asteriskBernd Kuhls2018-12-031-0/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/clinfo: new packageValentin Korenblit2018-12-031-0/+1
| | | | | | | | | | | | This tool allows to verify if the OpenCL environment is set up correctly and provides information related to the supported OpenCL platforms. Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr> Signed-off-by: Valentin Korenblit <valentinkorenblit@gmail.com> [Thomas: - use the libopencl virtual package - add LICENSE to the license files] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/python-wtforms: new packageGrzegorz Blach2018-12-031-0/+1
| | | | | | | | | | A flexible forms validation and rendering library for Python web development. https://wtforms.readthedocs.io/ Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add entry for package/docker-cli/Thomas Petazzoni2018-12-031-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/libtorrent-rasterbar: new packagePhilipp Richter2018-12-011-0/+3
| | | | | | | | | | | libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. https://www.libtorrent.org/ Signed-off-by: Philipp Richter <richterphilipp.pops@gmail.com> [Thomas: license is BSD-3c, not BSD-2c] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/mini-snmpd: new packageAlexander Sverdlin2018-11-301-0/+3
| | | | | | | | | Mini SNMPd is a minimal implementation targeted at small or embedded UNIX systems with limited resources. Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> [Thomas: add hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud