Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Ricardo MartincoskiRicardo Martincoski
ad35a3a43d6docs/manual: size of tab in package descriptionExplicitly state that one tab counts for 8 columns in package description, leaving 62 characters to the text itself. Update the text and the example in the two places where the Config.in format is described. Also mention a newline is expected between the help text itself and the upstream URL. This blob can help developers to understand the expected formatting. Also, it can be referenced by rev...
Ricardo MartincoskiRicardo Martincoski
8e87d76c126check-package: check *.mk filesWarn when there are obvious indentation errors: - the number of expect tabs is not yet checked since it is more complex to achieve; - the content inside define ... endef should be indented with tab(s), see [1]; - line just after a backslash should be indented with tab(s), see [2]; - other lines should not be indented, see [3]; - ignore empty lines and comments. Warn when there is no well-fo...
Ricardo MartincoskiRicardo Martincoski
23b0b4c0281check-package: check *.patch filesWarn when the name of the patch file does not start with number (apply order), see [1]. Warn when the patch was generated using git format-patch without -N, see [2]. Warn when the patch file has no SoB, see [3]. [1] http://nightly.buildroot.org/#_providing_patches [2] http://patchwork.ozlabs.org/patch/704753/ [3] http://nightly.buildroot.org/#_format_and_licensing_of_the_package_patches Signe...
Ricardo MartincoskiRicardo Martincoski
6c931bbf5f1check-package: check *.hash filesCheck each hash entry (see [1]) and warn when: - it does not have three fields; - its type is unknown; - its length does not match its type; - the name of the file contains a directory component. [1] http://nightly.buildroot.org/#adding-packages-hash Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thoma...
Ricardo MartincoskiRicardo Martincoski
c6bf3239cb1check-package: check whitespace and empty linesCreate 3 new check functions to warn when: - there are consecutive empty lines in the file, see [1]; - the last line of the file is empty, see [2]; - there are lines with trailing whitespace, see [3]. Apply these functions to Config.*, *.mk and *.hash, but not for *.patch files since they can contain any of these and still be valid. [1] http://patchwork.ozlabs.org/patch/682660/ [2] http://pat...
Ricardo MartincoskiRicardo Martincoski
111132903d3support/scripts/check-package: new scriptCreate the infra to check the style of new packages before submitting. The overall function of the script is described inside a txt file. It is designed to process the actual files and NOT the patch files generated by git format-patch. Also add the first check function, to warn if a file (Config.*, *.mk, *.hash, *.patch) has no newline at the last line of the file, see [1]. Basic usage for si...
Benoît AllardBenoît Allard
6e432d5ecb4syslinux: build with the target toolchainUntil now, the host toolchain was used to build syslinux, as it was not possible to build a 32-bit syslinux with a x86-64 toolchain. However, syslinux requires gnu-efi, and gnu-efi is built using the target toolchain. Mixing different toolchains doesn't work well, so this commit changes the syslinux package to use the target toolchain for syslinux as well. This is made possible by patches 0003...
Michael TrimarchiMichael Trimarchi
a4d8252ee94configs/beaglebone_qt5: increase size of ext4 filesystem imageIn commit c6bca8cef0310bc649240b451989457ce94a8358, the auto-calculation logic of the ext4 filesystem size was removed. The default size of 60MB is too small for the beaglebone_qt5_defconfig, should it should be increased. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas....
Thomas PetazzoniThomas Petazzoni
6510f55d42fautofs: fix Git formatting of patchThe patch 0001-include-linux-nfs.h-directly-in-rpc_sub.patch was Git formatted, except that a Upstream status statement was added above the patch, which makes it unapplicable by "git am". So fix this by putting the Upstream status statement where it should be. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
f5da1951ad1pkg-python: ignore user site-packages directoryAccording to PEP 370 Python will also search for the packages in the user site-packages directory. This can affect build reproducibility. The solution is to use PYTHONNOUSERSITE=1 for all Python packages, i.e. both host and target variants. Fixes bug #9791. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jack BreeseJack Breese
2be9ba9f582gnupg: enable support for SHA-256 and SHA-512 hashesSigned-off-by: Jack Breese <jack@kumunetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>2 Jira Issues
Michael TrimarchiMichael Trimarchi
61038e36b65uboot: qstrip BR2_TARGET_UBOOT_CUSTOM_DTS_PATHWe need to avoid failing of copy of custom dts using cp -f <> command. So, just qstrip the variable as is done for other configuration options. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Tested-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter SeidererPeter Seiderer
c5d142e719eqt5declarative: fix examples compile without qt widgets moduleFixes: .../qt5declarative-5.8.0/examples/quick/demos/photoviewer/photoviewer.pro Project ERROR: Unknown module(s) in QT: widgets Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matthias FritzscheMatthias Fritzsche
a2f0640e016batman-adv: bump version to 2017.0.1Signed-off-by: Matthias Fritzsche <txt.file@txtfile.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
a1953d0ee2epackage/linux-headers: bump 3.2.x and 4.{4, 9, 10}.x seriesSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
0534c121ed0linux: bump default version to 4.10.9Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
2033a4a95b8package/libpciaccess: bump version to 0.13.5Add additional md5, sha1 & sha256 hashes according to buildroot docs: http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash > If upstream provides more than one type of hash (e.g. sha1 and sha512), > then it is best to add all those hashes in the .hash file. Removed patch 0001, applied upstream: https://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=6bd2f7f92eae...
Bernd KuhlsBernd Kuhls
10bd658658apackage/libpthread-stubs: bump version to 0.4libdrm 2.4.77 needs it since https://cgit.freedesktop.org/mesa/drm/commit/?id=63120172668610cebfd01e89f67e73037037dfd9 Fixes: http://autobuild.buildroot.net/results/732/732652f34f4865462007a3ebeb40d6642fde028b/ http://autobuild.buildroot.net/results/b5d/b5d7667737c92de5d19313ec6bb0ec9ce81707ea/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazz...
Fabrice FontaineFabrice Fontaine
f78b2c13d1amosquitto: enable WITH_ADNS for glibc buildsWITH_ADNS option has been added in version 1.4.11 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice FontaineFabrice Fontaine
d098e18d145mosquitto: bump to version 1.4.11- This version requires a patch (sent upstream) to remove -lanl from all Linux builds as this library is only needed for adns support - sha512 must be computed locally as eclipse.org does not give it for this version Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
06988e58ee7package/libdrm: bump version to 2.4.78Add additional md5, sha1 & sha256 hashes according to buildroot docs: http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash > If upstream provides more than one type of hash (e.g. sha1 and sha512), > then it is best to add all those hashes in the .hash file. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Rahul BedarkarRahul Bedarkar
b4f86780319DEVELOPERS: update email address of Rahul BedarkarI'm no longer with Imagination Technologies. Update email address to an active one. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
49a1e65bdf3ethtool: bump to version 4.10Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
08b42319e86ethtool: update homepage linkSigned-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
83ba0c6b6c2python-pillow: bump version to 4.1.0Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
b04415f58f9lft: bump version to 3.79Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
d2ea2479e50icu: legal-info: refer to the real license fileLicense.html now just contains the string: The ICU license is now in plain text format, see <a href="./LICENSE">LICENSE</a>. Update links and software appropriately. So refer directly to that file instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
2843b970e74freetype: legal-info: include docs/LICENSE.TXTLICENSE.TXT gives an overview and explains in detail that freetype is dual licensed under the FTL and GPLv2+, so also include it in the license files. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Eric Le BihanEric Le Bihan
2e06eaa8db5jemalloc: bump version to 4.5.0Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Thomas: use release tarball, which avoids the need for autoreconf.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
80e2a546588gst1-plugins-base: remove legacy freetype handlingIn 2010 commit 32d319e6f "gst-plugins-base: ensure <stdint.h> is used" introduced a typo (missing backslash) that made the code ineffective. In 2013 commit f8e7fdcd3 "gst1-plugins-base: add gstreamer1 base plugins" copied the code. It can be confirmed by looking at the output of: $ make printvars | grep '^GST1_PLUGINS_BASE_CONF_ENV\|^FT2_CONFIG' FT2_CONFIG=/bin/false ac_cv_header_stdint_t="st...
Ricardo MartincoskiRicardo Martincoski
a51b54fba97tesseract-ocr: fix typo in variable nameTESSERACT_OCF_CONF_OPTS ^ Found using [1]: check-package --include-only TypoInPackageVariable $(find * -type f) and manually fixed. [1] http://patchwork.ozlabs.org/patch/729672/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
729f4701db8python-pylibftdi: use package name for .mk fileFound using [1]: check-package --include-only TypoInPackageVariable $(find * -type f) and manually fixed. [1] http://patchwork.ozlabs.org/patch/729672/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
35e95bb745fpython-pylibftdi: check hashCurrently the hash is not checked, returning this message: WARNING: no hash file for pylibftdi-0.15.0.tar.gz Rename the .hash file to use the package name. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
4ef04c476c7package: remove trailing backslashOccurrences were searched using [1]: check-package --include-only TrailingBackslash $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729669/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
250f27ac422package: add missing empty line after headerOccurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
0c21ee46a79package: normalize separator size to 80Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
6eb5cf144f0package: remove consecutive empty linesOccurrences were searched using [1]: check-package --include-only ConsecutiveEmptyLines $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
9576defc4b8package: remove empty line at end of fileOccurrences were searched using [1]: check-package --include-only EmptyLastLine $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ricardo MartincoskiRicardo Martincoski
6107a75d5e4package: remove trailing whitespaceOccurrences were searched using [1]: check-package --include-only TrailingSpace $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas De SchampheleireThomas De Schampheleire
a7fda62eec2toolchain-external: fix handling of ld.soCommit ba6bac138331cea449592f877e558f84176a70bf made a change in copying of the dynamic loader, with the goal of reducing toolchain-specific fixups. Any ld*.so file found in the toolchain's lib directory would be copied to the staging/lib directory. For the toolchains that previously needed fixup, this new behavior is fine. The reason they needed fixup was that the normal copy action did not i...
Bernd KuhlsBernd Kuhls
137407a7f9apackage/libdrm: bump version to 2.4.77Replace sha256 hash by sha512. Removed patch 0003, applied upstream: https://cgit.freedesktop.org/mesa/drm/commit/?id=6796859fcce7b9d7157f066a8b0dac3ede6438dd Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
4fab48e133bpackage/libvpx: bump version to 1.6.1Rebased patch 0001. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo CompagnucciAngelo Compagnucci
31d4fa76f0flinux: Add CIP SLTS selection optionThis patch adds an easy way to select the CIP project SLTS kernel within the kernel menu. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> [Thomas: remove BR2_CIP_KERNEL_REPO_URL option.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
b0448016ba9python-pudb: bump to version 2017.1.2Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Semyon KolganovSemyon Kolganov
81fe75c855ffmt: new packageSigned-off-by: Semyon Kolganov <semenak94@mail.ru> [Thomas: - add entry to DEVELOPERS file - add missing wchar dependency - minor tweaks.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vlad ZakharovVlad Zakharov
b2fa3dd459cconfigs: bump linux kernel to 4.10.8 in snps_archs38_vdk_defconfigWith this commit we update snps_archs38_vdk_defconfig with the following: - bump linux kernel version to 4.10.8 - set up host linux headers to 4.10 Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
762cd7cdcbfsupport/test-pkg: print number of toolchains and progressSigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
0520b19e4bfdocs/manual: document the test-pkg scriptSigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
00b1f4c0d23docker-engine: bump to version 17.04.0-ceSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
2aef84a6359docker-containerd: bump to version 422e31ce907fd9c3833a38d7b8fdd023e5a76e73This is a runtime dependency of docker-engine in version 17.04.0-ce Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>