Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Thomas De SchampheleireThomas De Schampheleire
dd72ecc0dbdgawk: add missing comment for toolchain option dependenciesSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
02dc29cbba8udev: add missing comment for toolchain option dependenciesSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
bd6f2371a2bp11-kit: add missing comment for dynamic library supportSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
9235bb17a68qt5quick1: add missing comment for toolchain option dependenciesSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
39fb8b70184tzdata: add missing comment for toolchain option dependenciesSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
f05e3c9ab61mongrel2: add missing comment for toolchain option dependenciesSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
aa593ddbc19package: add <pkg>_VERSION_MAJOR variableSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
dffcc7034e5imagemagick: bump to version 6.8.7-10Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Anders DaranderAnders Darander
12a9c3f2953ktap: update to v0.4Add a check for BR2_PACKAGE_ELFUTILS; if this is enabled, then try to link against libelf from the elfutils package. This allows ktap to resolve symbols in userspace. The new FFI functionality in ktap is not exposed, as it currently only supports x86_64... Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by:...
Peter KorsgaardPeter Korsgaard
f7f241b5eacgnupg: bump versionAnd drop patch now upstream. Security fix (CVE-2013-4576), see: http://lists.gnupg.org/pipermail/gnupg-devel/2013-December/028102.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>CVE-2013
Christophe Vu-BrugierChristophe Vu-Brugier
cd14635258cmdadm: pass CHECK_RUN_DIR=0 to the Makefile in order to fix build failureThis commit should fix build failures of mdadm 3.3: http://autobuild.buildroot.net/results/b4a/b4abc317d07b073f8be870ff0e7fee8f8c65f2ff/ http://autobuild.buildroot.net/results/79e/79e6c5081a5197c4f4647db497fbd1e27f29714d/ http://autobuild.buildroot.net/results/224/2242f8284aa4bdbb0ab959a6a6464f20fa043e2f/ Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Peter Ko...
Vicente Olivert RieraVicente Olivert Riera
16e3c09442fqt5base: Add support for MIPS64 BigEndianThis patch adds support for MIPS64 BigEndian platforms and has already been merged upstream: https://github.com/qtproject/qtbase/commit/cea101bd10cc158b97d5fbf45b33dad9b649c08b Now we can remove the restriction on the Config.in to disable the selection of this packages on MIPS64 BigEndian platforms. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaar...
Vicente Olivert RieraVicente Olivert Riera
e4a839277f7qt5: version bump-bump version to 5.2.0 -remove unneeded patches -remove invalid configure options [Peter: uclibc-no-lfs + qatomic patches still needed, new patch for uClibc] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
60e9010ec84qt5webkit: disable for MIPS64qt5webkit is not currently supported on MIPS64 platforms, so disable the possibility of selecting this package in that platform. In the future the following changes would be needed to fix this problem: A new Source/JavaScriptCore/assembler/MacroAssemblerMIPS64.h file needs to be created in order to add support for MIPS64 and MacroAssembler.h needs to be modified to include that file in case of...
Axel LinAxel Lin
69d33ae5334git: bump to version 1.8.5.2Fixes since v1.8.5.1: * "git diff -- ':(icase)makefile'" was unnecessarily rejected at the command line parser. * "git cat-file --batch-check=ok" did not check the existence of the named object. * "git am --abort" sometimes complained about not being able to write a tree with an 0{40} object in it. * Two processes creating loose objects at the same time could have failed unne...
Gary BissonGary Bisson
4cf02e6bfeclibroxml: fix staging install directory pathSigned-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
8fc5ea00438sawman: Link using gcc instead of ldUsing ld may cause a link failure due to using the default emulation linker which is configured when building the linker in binutils. Using gcc instead will pass the appropriate -m value because the compiler knows the ABI you are using. Here is an example of the failure: ld: .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o: ABI is incompatible with that of the selected emulation ld: failed to me...
Vicente Olivert RieraVicente Olivert Riera
218b4ec6bccblackbox: merge patch and fix linkage problem-Merge the current blackbox-0.70.1-configure.patch to a new one named blackbox-001-Fix-configure-ac.patch that will patch configure.ac instead and also will add -lpthreads to LIBS to fix a linkage problem. -Force autoreconf to generate the new configure script using the new patched configure.ac file. Fixes: http://autobuild.buildroot.net/results/a97/a979cc079706be2012fb4b6c72894aca636adfb6...
Vicente Olivert RieraVicente Olivert Riera
4623f36bb2fblackbox: rename patches to add sequence numbersSigned-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Paul CercueilPaul Cercueil
ebda9ae661elibdrm: Disable vmwgfx if specified by configSigned-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Paul CercueilPaul Cercueil
8e7dacf766fnodejs: Bump to version 0.10.12This makes building on mipsel possible (hard-float variant only). [Peter: also adjust dependenciess for comment] Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Paul CercueilPaul Cercueil
b1e4bf079d8systemd: Replace busybox' binaries only if applicablePreviously, the package would overwrite busybox' binaries even if Busybox was set in the config as the default init system. Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
a0469f5bac4bustle: bump versionSigned-off-by: Peter Korsgaard <peter@korsgaard.com>
Alexandre BelloniAlexandre Belloni
07a4accf5d7ti-uim: Add new package[Peter: wrap help text, use full git hash, fix file header, drop license file] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Anton BlanchardAnton Blanchard
ae6e4febf6eAdd hypervisor consoles (hvc)Add /dev/hvc* devices, and add them to securetty. These are required for ppc64 virtual consoles. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Anders DaranderAnders Darander
aaef2cad852linux.mk: enable options for ktapCertain tracing related options are required to be able to build ktapvm.ko, enable those. Enable CONFIG_FUNTCTION_TRACER as otherwise, CONFIG_EVENT_TRACING won't stick. (Some tracer needs to be enabled for this). [Peter: add a note to ktap Config.in explaining this is done] Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
3c2107bb6c6cups: disable php extensionSuch an old cups version isn't compatible with newer PHP series, so just disable it. Fixes: http://autobuild.buildroot.net/results/2dc/2dc985fc7cff6bd5d20fc074db4f6f7997dd81f5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
2727ec51ad4knock: bump git snapshotSigned-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Matt WeberMatt Weber
dfa3c83181bsmcroute: new packageSigned-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Sean Gerhardt <sagerhar@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
906ab08f946knock: really fix github macro argumentsSomehow I ended up dropping the package name when I fixed the version, breaking download. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
76ad808a503php: bump to version 5.5.7Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
7f05f73e44dlibpcap: add upstream patch to fix runtime issue when TPACKET_V3 isn't supportedlibpcap would fail to initialize on Linux when compiled against kernel headers with TPACKET_V3 support but running on kernel without: "can't get TPACKET_V3 header len on packet socket: Invalid argument" Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
9e8015d4651pkg-generic.mk: handle packages under toolchainE.G. for toolchain-buildroot / toolchain-external. Now these packages are correctly handled by make source / external-deps. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
879058a16eaMakefile: don't use parallel make when calling back into buildrootThe source-check / external-deps make targets ends up calling recursively into buildroot's Makefile, causing make to display a warning: make[2]: warning: -jN forced in submake: disabling jobserver mode. We don't support toplevel parallel make, so get rid of the warning using MAKE1 instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
0e2d0ad03d6oprofile: fix install for avr32There is no perf_events support in the kernel for avr32. The oprofile package makefile hard codes the list of binaries to install. Unfortunately, this hard-coded list contains pe_profiling/operf, which is only built when perf_events support is available. Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/492/492659bc252395a62e62e6005ed0e86e582dcada/ Sign...
Christophe Vu-BrugierChristophe Vu-Brugier
ed1ab10e766mdadm: bump to version 3.3Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
abe6a13ceaezyre: bump git snapshotSigned-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
3b19406686dneardal: bump to recent git snapshotAlso remove a local patch which has now been accepted upstream. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
f0456995daaneard: bump version to 0.14Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
540a4619ad2libtpl: bump git snapshotSigned-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
603c4658285poco: disable on avr32Fixes http://autobuild.buildroot.net/results/8695f8d4412c78d9d58518d73d55ab490f2a6dc7/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
tremtrem
8163d3d0851apf27: update configuration- move kernel 3.8.3 to 3.12.5 - enable pwm_imx in the kernel configuration - add u-boot Acked-by: Eric Jarrige <eric.jarrige@armadeus.org> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yegor YefremovYegor Yefremov
5d23c700e2dxconsole: add new packageSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Arnaud AujonArnaud Aujon
560fe85bf7fRemove deprecated package netkitbase and netkittelnet[Peter: fixup Config.in.legacy indentation] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Frank HunlethFrank Hunleth
472f629fa92erlang: bump to version R16B03Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
b47c8cc8aa5manual: clarify format of comments about dependency on Linux kernelSigned-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De SchampheleireThomas De Schampheleire
8da745f04a0Config.in files: unification of comments about dependency on Linux kernelThis patch lines up the comments of packages that need a Linux kernel to be built by buildroot, to the format: foo needs a Linux kernel to be built Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
ee2ce3ba3b9configs/qemu: bump relevant kernel/headers versionsSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
27bc8868f24pkg-python: improve error handlingMake the python packing a bit easier to use by providing a detailed error message if <pkg>_SETUP_TYPE isn't set to a valid value. At the same time adjust the error message used when <pkg>_SETUP_TIME isn't set to list the exact variable name that should be set, and don't talk about 'Unknown' as it isn't printed when the variable isn't set (or is set to the empty string). Signed-off-by: Peter K...
Ryan BarnettRyan Barnett
68f2291309epython-pysnmp-mibs: new packageSigned-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>