Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Yann E. MORINYann E. MORIN
bbceda5654fpackage/linux-firmware: fix incorrect line-continuationPartially fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/47806089 And add myself to the list of devloppers for it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
ff0ebec8a99support/dockerfile: add directives to run as non-rootCurrently, our jobs on the gitlab-ci infra are running as root, which is problematic for two reasons: - this is not the usual way Buildroot is built; - it may miss issues where running as non-root is problematic. So, complement our Dockerfile with directives to add a new user and run everything as that user, as demonstrated by this build job: https://gitlab.com/ymorin/buildroot-ci/-/j...UTF-8
Jörg KrauseJörg Krause
fc7dbd5a329mpd: bump to version 0.20.15Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
2037b3f3c0euboot-tools: bump to version 2018.01Drop patch 0004-uboot-tools-disable-pylibfdt.patch. The issue addressed by this patch has been fixed in upstream commit 15b97f5c5e6d88e0560c6928f3acd01c999a494d. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
1b069b2224buboot: bump to version 2018.01Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Johannes SchmitzJohannes Schmitz
523688ae5c6board/ci20: create a SD card imageAdd a genimage.cfg to create a working sdcard.img for the ci20 hardware. We also need a uboot-env.txt to create the partition for the uboot environment. Update the board/ci20/readme.txt with the related information. Remove the tftp netboot description from the readme as it is already to complicated for a basic bootable example. Signed-off-by: Johannes Schmitz <johannes.schmitz1@gmail.com> Si...
Jörg KrauseJörg Krause
735158d55aeboost: bump to version 1.66.0Drop the metaparse module as it is header only library now. No need for legacy handling as the module is available unconditionally in Boost. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
0e162b932d6package/ti-cgt-pru: bump to 2.2.1See: http://www.ti.com/tool/download/PRU-CGT-2-2 The ti-cgt-pru v2.1.x installer are affected by a bug with recent distribution (Fedora 27 and Ubuntu 17.10) using kernel 4.13 or 4.14 with a glibc 2.26. The installer is stuck in a futex(wait) system call. While at it, add license hash. Fixes: http://autobuild.buildroot.net/results/68f/68f60ad38d9b6eae83b5d233966616a25d8c9391 Signed-off-by: R...
Romain NaourRomain Naour
b6d39f8c034support/config-fragments: br-powerpc-internal-full: remove old optionBR2_TOOLCHAIN_BUILDROOT_INET_IPV6 has been removed with the commit [1]. Since this option is still in br-powerpc-internal-full config-fragment, the powerpc configuration is droped by autobuild-run script: WARN: toolchain can't be used Missing: BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y [Sat, 06 Jan 2018 03:03:43] WARN: failed to generate configuration [1] 4bcacfd2c05f45171c011d4af7731c6f84881...
Yegor YefremovYegor Yefremov
d2ac1ec6f44scanpypi: get license names from SPDX databaseUse spdx_lookup package to compare packages' license file texts with SPDX database. This feature is optional. Bonus: fix wrong indentation. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gary BissonGary Bisson
3cd1908292cimx-gpu-viv: fix compiling issues with EGL_API_FBJust like the previous commit did: c9ecdd2b96 gpu-viv-bin-mx6q: fix compiling issues with EGL_API_FB Difference is that in latest package, eglvivante.h is included after a EGL_API_FB check in eglplatform.h, giving the following error: /.../sysroot/usr/include/EGL/eglplatform.h:146:10: fatal error: X11/Xlib.h: No such file or directory #include <X11/Xlib.h> Also, this patch introduce IMX_GPU...
Sergio PradoSergio Prado
dbe64f4691edaq: fix build against the musl C libraryMusl doesn't have <sys/unistd.h>, so let's change to <unistd.h>. Fixes: http://autobuild.buildroot.net/results/054f6581f67338b28af4dc2203b285ae1055581c http://autobuild.buildroot.net/results/99ec5d70b2ecf3a17fd5b5461d3e6b8ec0d22bfa Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
6c35c0196bfswupdate: bump to version 2017.11Remove upstream patch 0001-Fix-SHA256-hash-verification.patch. Re-enable support for Lua 5.1 and LuaJIT, which was removed in version 2017.09 because of compatibility issues [1]. Meanwhile, the issues have been resolved upstream [2]. Note, that `CONFIG_HANDLER_IN_LUA` is now supported by Lua 5.1/LuaJIT, too. Add a fixup command `SWUPDATE_SET_LUA_VERSION` to set the correct base name for the ...
Thomas PetazzoniThomas Petazzoni
5e23eb5da7bsystem: only expose getty options for busybox and sysvinitOnly busybox and sysvinit handle the BR2_TARGET_GENERIC_GETTY_TERM and BR2_TARGET_GENERIC_GETTY_OPTIONS options; the other init systems do not. So, protect those options behind appropriate dependencies on busybox or sysvinit. Fixes #10301. Reported-by: Michael Heinemann <posted@heine.so> Suggested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@fre...
Peter SeidererPeter Seiderer
8377641062flinux-firmware: add support for intel iwlwifi 9xxxSigned-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter SeidererPeter Seiderer
d7a649dea9clinux-firmware: bump version to 65b1c68Changes since last version (17e6288): 02d857e linux-firmware: DMC firmware for skylake v1.27 00a92a3 nfp: update firmware for Agilio CX SmartNICs c752e24 nfp: change firmware directory layout b39260f nfp: add firmware for tc-flower 89c6211 linux-firmware: intel: Add Cannonlake audio firmware 71a4800 amdgpu: update vega10 vce firmware 30946b9 amdgpu: add firmware for Raven 73d13...
Peter KorsgaardPeter Korsgaard
40f4191f2a1mcookie: correct wrong memset argumentFixes #10216 Building mcookie generates a warning about possible wrong arguments to memset: mcookie.c:207:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ctx is a pointer to a structure, so the code should use the size of ...
Thomas PetazzoniThomas Petazzoni
6f1c11f79a6lz4: install programs as well as librariesPrior to commit 8ad38a4fc2007df4bee9a941aed46c8771b6a84c ("package/lz4: bump version to r131"), the lz4 package was installing both libraries and programs, but this commit changed the behavior to only install libraries. The contributor might have been confused by the fact that the build command was "$(MAKE) ... -C $(@D) liblz4", suggesting that only the library was built. But since the install...
Fabrice FontaineFabrice Fontaine
bdfb180d58acjson: bump to version 1.7.1Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice FontaineFabrice Fontaine
3a2b6041690boinc: bump to version 7.8.5Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
d5381b820f5libsodium: bump to version 1.0.16Add pgp signature reference. Cc: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
97ec1ddd5aegnupg2: bump to version 2.2.4Add license hash. Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
bf0f8fae145libgcrypt: bump to version 1.8.2Add license hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
c4e1ca283b6e2fsprogs: bump to version 1.43.8Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Martin KepplingerMartin Kepplinger
bc8098ebbb8tslib: update to 1.15As usual, https://github.com/kergoth/tslib/releases has the changelog summary. This release includes a new plugin "invert" that is being built by default; so we add that to the list of statically compiled in plugins for static builds. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
84e835ea926busybox: don't remove S01logging when CONFIG_SYSLOGD is disabledThe current busybox.mk explicitly removes S01logging if CONFIG_SYSLOGD is disabled in the Busybox configuration. However: - This causes the removal of the S01logging script potentially installed by another package (currently syslog-ng, rsyslog and sysklogd can all install a S01logging script). - We generally don't try to clean-up stuff that we may have installed in a previous make ...
Thomas PetazzoniThomas Petazzoni
28d5ca9c96fpackage/kmsxx: don't install static libraries when BR2_SHARED_STATIC_LIBS=yThe kmsxx build system can only build either shared libraries *or* static libraries, not both. Therefore, the build currently fails when BR2_SHARED_STATIC_LIBS=y because we try to install the static libraries, that haven't been built. We fix this by not installing the static libraries when BR2_SHARED_STATIC_LIBS=y, making BR2_SHARED_STATIC_LIBS=y essentially the same as BR2_SHARED_LIBS=y for t...
Thomas PetazzoniThomas Petazzoni
054a2f2e49axfsprogs: fix upstream submission linkThe oss.sgi.com mailing list archives are no longer available, point to spinics.net instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
c427ce4d9f5package/avahi: fix typo in avahi_tmpfiles.confThere is an obvious typo in avahi_tmpfiles.conf: avahi-autoipd is badly spelled. Fixes bug #10641. Reported-by: Michael Heinemann <posted@heine.so> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
19ab5952fafpackage/intel-microcode: security bump to version 20180108Quoting releasenote: "Intel Processor Microcode Package for Linux 20180108 Release -- Updates upon 20171117 release -- IVT C0 (06-3e-04:ed) 428->42a SKL-U/Y D0 (06-4e-03:c0) ba->c2 BDW-U/Y E/F (06-3d-04:c0) 25->28 HSW-ULT Cx/Dx (06-45-01:72) 20->21 Crystalwell Cx (06-46-01:32) 17->18 BDW-H E/G (06-47-01:22) 17->1b HSX-EX E0 (06-3f-04:80) 0f->10 SKL-H/S R0 ...
Bernd KuhlsBernd Kuhls
c425a925b40package/{mesa3d, mesa3d-headers}: bump version to 17.3.2Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois PerradFrancois Perrad
ae0ffc2f04bconfigs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot versionsSigned-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adrian Perez de CastroAdrian Perez de Castro
4c5bc08ba31webkitgtk: security bump to version 2.18.5This is a maintenance release of the current stable WebKitGTK+ version, which contains mitigations for CVE-2017-5753 and CVE-2017-5715, the vulnerabilities known as the "Spectre" attack. It also contains a fix which allows building the reference documentation with newer gtk-doc versions. Release notes can be found in the announcement: https://webkitgtk.org/2018/01/10/webkitgtk2.18.5-release...CVE-2017
Fabio EstevamFabio Estevam
f932dc96260linux-headers: bump 4.{4, 9, 14}.x seriesSigned-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio EstevamFabio Estevam
b52d8100a04linux: bump default to version 4.14.13Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Evgeniy DidinEvgeniy Didin
c208203618ctoolchain: bump ARC prebuild toolchain to arc-2017.09There might be subtle differences between uClibc configuration compared to Buildroot's one. Native RPC now is disabled because uClinc-ng has removed it. Signed-off-by: Evgeniy Didin <didin@synopsys.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: arc-buildroot@synopsys.com Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-elec...
Thomas PetazzoniThomas Petazzoni
4f4af171d8cpython-networkmanager: remove default <pkg>_SOURCE variable<pkg>-<pkg-version>.tar.gz is the default value, so there's no need to explicitly specify it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
20dd7b8fa82daq: remove default <pkg>_SOURCE variable<pkg>-<pkg-version>.tar.gz is the default value, so there's no need to explicitly specify it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
e7652635faffs/tar: add option for lz4 compressionSigned-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
09525797542fs/ext2: add option for lz4 compressionSigned-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
2c7c71825f3fs/cpio: add option for lz4 compressionSigned-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter KorsgaardPeter Korsgaard
51fa8d8e289fs/common.mk: support lz4 compressionSimilar to the other compressors. Notice that we use the -l (legacy format) for Linux kernel initrd compatibility. Lz4 decompression is supported by the Linux kernel since 3.11. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
390780d5626dependencies: correct dependencies for top-level parallel buildCommit 4932c8a7cc94277b3d53cecd935f725b91cfa9fe introduced the core-dependencies target to make sure that the dependencies.sh script runs before we attempt to compile any host tool, so that the absence of a compiler is properly detected. However, this relied on the left-to-right evaluation of dependencies. This will no longer be true when we enable top-level parallel build. Fix this by letting...
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
42decc07ce3core-dependencies: remove unneeded HOSTCCdependencies.sh uses HOSTCC_NOCCACHE directly, and this variable is exported from the top-level Makefile, so there is no need to pass HOSTCC to it. HOSTCC is not used at all in dependencies.sh. Thus, we also no longer need to apply the HOSTCC override for core-dependencies. The core-depencies rule doesn't use HOSTCC or HOSTCXX. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind...
Olivier SchonkenOlivier Schonken
917de0f7322cups-filters: new packageSigned-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: - add missing select BR2_PACKAGE_JPEG - use jpeg instead of libjpeg - sort selects alphabetically - fix Config.in comment dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Olivier SchonkenOlivier Schonken
c93f56d4659libjpeg: add pkg-config file for libjpegSigned-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: change to automatically set the version in the generated .pc file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
06608f7e0bbCHANGES: update after removal of source-checkSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Maxime HadjinlianMaxime Hadjinlian
bf28a165d99pkg-{download, generic}: remove source-checkThis feature is not used by anyone in the core developpers and makes a drastic simplification of the pkg-download infrastructure harder. The future patch will move much of what's in the current pkg-download.mk file into the dl-wrapper which is a shell script. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thoma...
Peter SeidererPeter Seiderer
4d6b8ea78dblibopenssl: do not leak the compiler path (reproducible builds)Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
4fbd28e217arygel: fix UI buildAdd a patch to avoid failing on a configure error if UI example can't be built if libgtk3 is available but not gst1-plugins-base (gstreamer-video is only needed for UI example, not for rygel UI) Fixes: - http://autobuild.buildroot.net/results/6c659aadfc418c0a27a93284eb34d75e2b0dc169 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni...