Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Alexey BrodkinAlexey Brodkin
131300e6f1dsystem: run getty on boot console by defaultWe used to specify explicitly serial port with all its settings for init to instantiate getty. This limits usecases when the same one rootfs could be used. For example following cases won't work well with hardcoded serial console settings: * On the same board other serial port is expected to be used * The same rootfs is intended to be used on different boards with different serial ports ...
Jörg KrauseJörg Krause
67813024444boot/uboot: Remove obsolete CONFIG_NOSOFTFLOAT flagThis flag seems to be obsolete. There is no piece of code in the U-Boot source tree referencing CONFIG_NOSOFTFLOAT. Unfortunatly the use of this flag is not documented here. Maybe it's about this old workaround: http://lists.denx.de/pipermail/u-boot/2007-March/020282.html However, this patch has been declined: http://www.denx.de/wiki/view/U-Boot/PatchStatus?rev=1.27 Since no other configure ...
Romain NaourRomain Naour
8c9a66cba37package/sane-backends: rename patches to the new naming conventionSigned-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
be6798ace75python3: make the ossaudiodev module optionalLike was done for the 'python' package, also make the ossaudiodev module optional for 'python3'. ossaudiodev is always disabled for host-python3, and a new option is added to enable it for the target python3. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
9b79f2a637fpython: add an option to make the ossaudiodev module optional for the targetNow that we have a configure option in Python to enable/disable the ossaudiodev module, this commit adds a configuration option to the target Python to explicitly enable/disable this module. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Zoltan GyarmatiZoltan Gyarmati
9c335f1838epython: disable building ossaudiodev module for host-pythonThis module is not needed to build the target Python, and can cause some build issues on certain systems (when <linux/soundcard.h> does not contain the OSS related definitions). Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Zoltan GyarmatiZoltan Gyarmati
1ad8036ef2apython: add patch to make ossaudiodev module optionalThis module causes some build failures in certain setups and is not very useful. Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
bb60ad9ba4eboards/raspberrypi: update readme with Device Tree instructionsSigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
23da43ae124configs: add a DT-enabled Raspberry Pi defconfigThis is an example of a Device-Tree-enabled Raspberry Pi defconfig. We have to use a 3.18-based kernel for that, but there are a few limitations: - we can not use the minimalist RPi defconfig bundled with the kernel, namely bcmrpi_quick_defconfig, because it is not DT-enabled, and sets CONFIG_ARM_PATCH_PHYS_VIRT to 'n', which prompts a value for CONFIG_PHYS_OFFSET, as it as no d...
Bernd KuhlsBernd Kuhls
bc13478bd2epackage/vnstat: New package[Thomas: - Rename the VNSTAT_INSTALL_VNSTATI to VNSTAT_INSTALL_VNSTATI_CMDS, and use 'define ... endef'. - Use full paths for the destinations when using $(INSTALL)] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Alex SuykovAlex Suykov
ecf332e50fbdillo: remove poisoned paths from configureFixes http://autobuild.buildroot.net/results/10f/10f7ba386a13753c942139b8bc13ca74d8932f3a/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
668efc5fbf1package/gd: Add explicit support for tiffThis ensures reproducible builds. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter SeidererPeter Seiderer
9b2bbe3422dlinux: add fbtft kernel extensionTested with RaspberryPi B+ and PiTFT Mini Kit - 320x240 2.8" TFT (see [1] and [2]) and the following target configuration changes: - cmdline.txt: add 'fbcon=map:10 fbcon=font:VGA8x8' - add /etc/modules-load.d/fbtft.conf with 'fbtft_device' - add /etc/modprobe.d/00-fbtft.conf with 'options fbtft_device name=adafruit28 rotate=90 gpios=dc:25' [1] http://h65951.serverkompetenz.net/PeterSeiderer/up...
Bernd KuhlsBernd Kuhls
ce36c35c420package/ffmpeg: bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
01c5c473c39python-pyftpdlib: new package[Thomas: remove empty new line at end of .mk file.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
0ae1ab3ed51openntpd: bump to version 5.7p1Also: * Add hash file * Tweak the initscript to use a pidfile to avoid nasty warnings Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
86ebf8026c8configs/olimex_imx233_olinuxino: bump kernel to version 3.18.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio PorceddaFabio Porcedda
2c6077635adlibsvgtiny: update source urlAs source url use the git repository instead of the unavaiable svn repository. Also because the git repository does not include the netsurf core buildsystem source that are needed to build this package add as dependency the netsurf-buildsystem package and use those files through a symbolink link. This fix the following error: svn: E670002: Unable to connect to a repository at URL 'svn://svn....
Fabio PorceddaFabio Porcedda
adeb2f117cenetsurf-buildsystem: new packageThis is the NetSurf project shared build system, used by various NetSurf sub-projects like the libsvgtiny project. [Thomas: use cp -dpfr instead of just cp -r, to match what we do in other Buildroot packages.] Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
958c224c566package/rpi-firmware: install DTB blobsAdd an option to install all the DTBs: - standard DTBs for standalon A/B and A+/B+ models; - overlay DTBs for the 'hats' addon boards. Install the DTBs as per the traditional layout expected by all RPi users, that is: - base DTBs alongside the other boot files; - overlay DTBs in a sub-directory. This requires the user provide a specially configured Linux defconfig file, as the default...
Yann E. MORINYann E. MORIN
7a6cf0485c1package/rpi-firmware: add DT-aware marking scriptThe Raspberry Pi can boot a kernel with device tree support. But at the same time, the RPi folks wante to keep the old-fashioned, ATAG-based way of booting (don't ask...). So, the bootloader needs to know whether the kernel it is loading has DT support or not. For that, it looks at the end of the kernel image for a magic footer. If found, it loads a device tree and sets the registers appropria...
Yann E. MORINYann E. MORIN
0b0b3525483boards/raspberrypi: don't document non-existent filesThose files were previously installed, but that's no longer the case since we select in the menuconfig which version of the bootloader we install. [Thomas: fix minor typo in commit log.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
62ffb640b6abootstrap: new package[Thomas: add 'cp -dpfr' instead of a convuluted use of 'tar c' + 'tar x' do not a copy.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
8e29b46b60fbtrfs-progs: bump to version 3.18.1Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
05b5b5d38b6newt: cleanup patchesThis commit slightly cleans up the newt patches: use Git formatted patches, improve title and description. This was done in preparation for the upstream submission of those patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
d8ceb223fe6newt: bump version to 0.52.18Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Alex SuykovAlex Suykov
51eeca9f975newt: avoid poisoned pathsFixes http://autobuild.buildroot.net/results/cb908f73b14e1510bea890167b3927afbf708d6f/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois PerradFrancois Perrad
6aa156fa1f5lua: add a upstream patch[Thomas: fix minor typo in commit title.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
0dbc17abcb5package/xz-utils: does not require threadsCommit 799c12e (xz-utils: needs threads) tried to fix an autobuild failure by requiring threads. But xz-utils can be configured without thread support (even though it is one of the most prominent selling-points of the latest release!). [Thomas: use --{enable,disable}-threads instead of --enable-threads={yes,no}, to match what we generally do in most autotools packages.] Signed-off-by: "Yann E...
Peter KorsgaardPeter Korsgaard
53e5f5e1d0djpeg-turbo: bump versionSigned-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
799c12ebe6cxz-utils: needs threadsIt's one of the major features of the 5.2.0 release. Fixes: http://autobuild.buildroot.net/results/e86/e86e97ff7887f1bdc6bf913498392ff50f56ea88/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
9d81bf79573xz: fix stray hashSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
c67a6b2b00dlinux: bump default to version 3.18.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
d83ce6cc2e4linux-headers: bump 3.{18, 17, 14, 10}.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
785843017c8(e)glibc: add security patches for CVE-2014-9402Fixes CVE-2014-9402 - denial of service in getnetbyname function. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2014
Gustavo ZacariasGustavo Zacarias
5169d2b87cf(e)glibc: add security patches for CVE-2014-6040Fixes CVE-2014-6040 - crash in code page decoding functions (IBM933, IBM935, IBM937, IBM939, IBM1364). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2014
Clayton ShotwellClayton Shotwell
37d78971061checkpolicy: new package[Thomas: - Indicate in the Config.in help text that this policy compiler is SELinux related. - Rewrap Config.in help text and remove trailing white space. - Add a comment in the .mk file to indicate why we're passing DESTDIR= at build time.] Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Th...
Karoly KaszaKaroly Kasza
611523d825dirqbalance: new packageIrqbalance is a daemon to help balance the cpu load generated by interrupts across all of a systems cpus. [Thomas: - Add upstream URL in Config.in help text. - Fix indentation of init script.] Signed-off-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
db42620061apython-tornado: bump to 4.0.2Add a hash file. Also remove obsolete Python dependency statement. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
f9c69675528libqmi: bump to 1.10.6Add locally computed hash file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
5c5c58a19aflibmbim: bump to 1.10.2Add locally computed hash file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bjørn ForsmanBjørn Forsman
8e3dcdcdfaepackage/mke2img: "/bin/bash" => "/usr/bin/env bash" shebangFor portability. All other Buildroot scripts (i.e. scripts that run on host) already use the "/usr/bin/env bash" shebang. This change is needed for NixOS, which lacks a global /bin/bash. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
04f99f96597openssl: security bump to version 1.0.1kFixes: CVE-2014-3571 - DTLS segmentation fault in dtls1_get_record CVE-2015-0206 - DTLS memory leak in dtls1_buffer_record CVE-2014-3569 - no-ssl3 configuration sets method to NULL CVE-2014-3572 - ECDHE silently downgrades to ECDH [Client] CVE-2015-0204 - RSA silently downgrades to EXPORT_RSA [Client] CVE-2015-0205 - DH client certificates accepted without verification [Server] CVE-2014-8275 - ...2 Jira Issues
Gustavo ZacariasGustavo Zacarias
fe95534bb49mpfr: security bump to patchlevel 11Fixes CVE-2014-9474 - buffer overflow in mpfr_strtofr. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2014
Gustavo ZacariasGustavo Zacarias
6a570acfca5dillo: zlib is a mandatory dependencyFixes: http://autobuild.buildroot.net/results/10f/10f7ba386a13753c942139b8bc13ca74d8932f3a/ Also reorder variables a bit and ditch duplicate addition. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Paul CercueilPaul Cercueil
6c782df7b82libiio: Drop requirement of threading support in the toolchainThe libiio library will compile fine with a toolchain that doesn't support threads (tested with br-arm-full-nothread.config). Only the IIOD program requires support for threading. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
b2bb550f2b9wireshark: security bump to version 1.12.3Fixes: CVE-2015-0559, CVE-2015-0560 - The WCCP dissector could crash. CVE-2015-0561 - The LPP dissector could crash. CVE-2015-0562 - The DEC DNA Routing Protocol dissector could crash. CVE-2015-0563 - The SMTP dissector could crash. CVE-2015-0564 - Wireshark could crash while decypting TLS/SSL sessions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <...CVE-2015
Gustavo ZacariasGustavo Zacarias
d71a51d0e57libcurl: security bump to version 7.40.0Fixes: CVE-2014-8150 - When libcurl sends a request to a server via a HTTP proxy, it copies the entire URL into the request and sends if off. If the given URL contains line feeds and carriage returns those will be sent along to the proxy too, which allows the program to for example send a separate HTTP request injected embedded in the URL. CVE-2014-8151 - libcurl stores TLS Session IDs in its ...CVE-2014
Gustavo ZacariasGustavo Zacarias
d67e592ee67guile: needs autorecofIt's patching configure.ac and triggering an automatic autoreconf which doesn't end well. Fixes: http://autobuild.buildroot.net/results/14f/14f502687f6344a85e67b37efe9b00b8c586a266/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
1221df7bc63glibc: add debug symbols when BR2_ENABLE_DEBUGSigned-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>