AuthorCommitMessageCommit dateIssues
Andrey SmirnovAndrey Smirnov
40edddc8ccfpackage/python-ipython: Reformat help text to avoid warningsReformat 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>
Thomas PetazzoniThomas Petazzoni
811cdea0834python-simplegeneric: fix descriptionUse the description from https://pypi.python.org/pypi/simplegeneric. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Andrey SmirnovAndrey Smirnov
4c5688cfc69package/python-simplegeneric: New packageAdd '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>
Andrey SmirnovAndrey Smirnov
e816c8243fapackage/python-decorator: new packageAdd '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>
Thomas PetazzoniThomas Petazzoni
ab56ce15c18rapidjson: needs C++ supportFixes: http://autobuild.buildroot.net/results/ac989c119e4ea90b8318795fe9cf8c3e9395a354/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
4d11848a21dlibqmi: fix patch for canonicalize_file_name() issueThe 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/res...
Bernd KuhlsBernd Kuhls
97bebe2d001package/kodi-skin-confluence: new packageSigned-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>GPL-2
J EvansJ Evans
426fd787fa4ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKSSigned-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>
Matt WeberMatt Weber
c78b65c4f16libqmi: musl compat canonicalize_file_nameAdds 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 `...
Matt WeberMatt Weber
f4891c398e5uboot-tools: disable libfdt swig wrapperThe 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 ...
Rahul BedarkarRahul Bedarkar
a598a7109c3tinyxml2: fix build in static libs configurationtinyxml2 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 exec...
Peter KorsgaardPeter Korsgaard
15a31470b03linux-headers: bump 4.{4,9,10}.x seriesSigned-off-by: Peter Korsgaard <peter@korsgaard.com>
Gaël PORTAYGaël PORTAY
9bbea36e3e6configs: add raspberrypi3 64bits defconfigThis 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-of...
Gilad Ben-YossefGilad Ben-Yossef
634655b6281openssh: add support for HW SSL enginesEnable 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 <pet...
Baruch SiachBaruch Siach
1f94f1aaab2rpi-bt-firmware: new packageAdd 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 packag...
Baruch SiachBaruch Siach
add51b89bfbpicocom: force target LDFLAGSThis 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>
Baruch SiachBaruch Siach
738544208aapicocom: bump to version 2.2Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
40a5d253787dtc: bump version to 1.4.4Adds 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.we...
Baruch SiachBaruch Siach
920c7f47067empty: bump to version 0.6.20bDrop upstream patch. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
077ee247af0moarvm: bump version to 2017.04Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
e810284ccb0package/rapidjson: switch to CMakeUpcoming 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: Ber...
Bernd KuhlsBernd Kuhls
b4da02a8192package/opencv: bump version to 2.4.13.2Removed 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>
Baruch SiachBaruch Siach
22b01ab9bfadaemon: new packageSigned-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
a13a388dd44configs/raspberrypi3: use correct CPUWe 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...
David GrazianoDavid Graziano
cf9a5c729f4libcsv: new packagelibcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. Signed-off-by: David Graziano <david.graziano@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
41a235112fcpython-netaddr: change setup type to setuptoolsThe latest netaddr version switched to setuptools. Fixes: http://autobuild.buildroot.net/results/e9b/e9b0013abe7e866fd224593f90ec30bdc809151f Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois PerradFrancois Perrad
62bf7468a40luajit: bump to version 2.0.5Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Adam DuskettAdam Duskett
b5219885cecpackage/y*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter y in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
a139295ce96package/x*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter x in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Peter KorsgaardPeter Korsgaard
2fb8f972588docs/website: update for 2017.02.2Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
87ddf24d2aaUpdate for 2017.02.2[Peter: drop Makefile changes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 799aed7a181e82a6446403b7abe77119622a6779) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adam DuskettAdam Duskett
83b27df7685package/w*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter w in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
759fb83b460package/v*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter v in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
a2b31892a88package/u*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter u in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
168be5c2dbfpackage/t*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter t in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
c44cfa2bc31package/s*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter s in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
2db9d93282apackage/r*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter r in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
cf1c12bdba0package/q*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter q in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Peter KorsgaardPeter Korsgaard
0d18d1d9c0dlinux-headers: bump 4.4.x series to 4.4.65Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Samuel MartinSamuel Martin
00f367cc2a3linux-header: bump to 4.11 kernel versionSigned-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Samuel MartinSamuel Martin
a381d855053toolchain: add 4.11.x choice for headersSigned-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Samuel MartinSamuel Martin
0de48480ecfboard: add stm32f429-disc1 configThis change renders the stm32f429discovery a bit more generic and reuse most of its settings for the stm32f429-disc1 board. Cc: Waldemar Brodkorb <wbx@openadk.org> Cc: Davide Viti <zinosat@tiscali.it> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
gilles.talis@gmail.comgilles.talis@gmail.com
833466aeecbfdk-aac: bump to version 0.1.5Also, remove the compile flags to make it build with GCC6 as it was added upstream Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adam DuskettAdam Duskett
289137ed619package/p*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter p in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
3483a98d01bpackage/o*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter o in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
f998e0d092dpackage/n*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter n in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
5f14d036324package/m*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter m in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
190b2b409ccpackage/l*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter l in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
6acd0a542e2package/k*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter k in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...
Adam DuskettAdam Duskett
b206a2733bbpackage/j*/Config.in: fix ordering of statementsThe check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter j in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by...