Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Gustavo ZacariasGustavo Zacarias
dc59c553fd1xlib_libdmx: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
67bb94082bcxlib_libXcomposite: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
d781c1996b1xlib_libXaw: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
e79f09e37bexlib_libXmu: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
e7abfc15685xlib_libXpm: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
569006ee593xlib_libICE: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
01ae48fa53dxlib_libxkbfile: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
f3f2383d945xlib_libXft: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
0b472f648d3xlib_libXi: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
f77e04656a0xlib_libXau: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
910d6bdc2eexlib_libFS: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
4d1704a484cxlib_libXv: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
1e420b53e6elibxcb: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
11889aaa0bblibiconv: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
9f5b2d7b47cgdk-pixbuf: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
fc41a4bcd5dlibffi: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
337cbce8934enchant: add hash fileSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
9b19145d462espeak: fix legal infoThe file is License.txt, not License.txt (so, the other english). Fixes: http://autobuild.buildroot.net/results/a8b/a8b2b93e96901fe4fdfb64e1941c5c45bd52c742/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
4fc07f9cf60libmicrohttpd: bump to version 0.9.40Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
c765a7faa56ntp: security bump to version 4.2.8p2Fixes: CVE-2015-1798 - ntpd accepts unauthenticated packets with symmetric key crypto. CVE-2015-1799 - Authentication doesn't protect symmetric associations against DoS attacks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2015
Masahiro YamadaMasahiro Yamada
6bf9e23332bMakefile: remove extra ifdef/endif of top MakefileThe GNU make's origin function know undefined variable well, so the outer ifdef/endif conditional checking is unneeded. >From `info make` documentation, origin will return `undefined' if VARIABLE was never defined. `command line' if VARIABLE was defined on the command line. ... Therefore, $(origin V) will get a value anyway, killing ifdef/endif is viable and safe. Furthermo...
Baruch SiachBaruch Siach
39956bbae7elirc-tools: needs threadsFixes: http://autobuild.buildroot.net/results/c20/c20a98dfacfa79579a0d401e081f2cca13a7a7b0/ http://autobuild.buildroot.net/results/0fe/0fe9b4a3a5128844886e4bf89b5bc0d3008b43aa/ http://autobuild.buildroot.net/results/482/4826409b3d3177eff3e7f2c3b7360058c73fd406/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Johan SagaertJohan Sagaert
f72480cf124libvpx: name the supported formats.Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
c9674d2f4feconfigs/raspberrypi: remove BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBSBR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS became ineffective in commit a5ce7590c4b (package/rpi-firmware: bump version), and was removed in commit 4e92ffdc47cc (rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS). Remove it from the Pi configs. Also, remove the now obsolete comment in these config files. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Si...
Baruch SiachBaruch Siach
c306225e5aaboard/raspberrypi: document RPi-2 defconfigDocument the correct defconfig for ARMv7 based RPi-2. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
8921893f7bdboard/raspberrypi: readme: add a missing wordCc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
f4b8e7a413ebluez_utils: add patch to fix musl build issueFixes: http://autobuild.buildroot.org/results/e87/e87b45035077c26b786ebd111050d3ec278910bb/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
7a03f0c89dcat91bootstrap3: make sure AT91BOOTSTRAP3_KCONFIG_FILE is always definedFor some (silly?) reason, the kconfig-package infra always wants <pkg>_KCONFIG_FILE to be defined. So let's do like barebox does: use a temporary AT91BOOTSTRAP3_SOURCE_CONFIG variable, and assign it to AT91BOOTSTRAP3_KCONFIG_FILE. This way, the latter is always defined, even if to the empty value. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
7916b97594fMakefile: add help for linux-update-defconfig targetSigned-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mauro CondarelliMauro Condarelli
2016cb30f10boot/at91bootstrap3: migrate to pkg-kconfigIn at91bootstrap3, defconfig files are spread out in various sub-directories, so we can't easily construct the path to those defconfig files. As it turns out, there are no two defconfig files named the same; they all contain at least the board name, plus some extra info. And there is always only one directory depth below board/ where all defconfig files are to be found. Also, at91bootstrap3's...
Yann E. MORINYann E. MORIN
aa3a409b057support/download: do not warn about missing hash file for repositoriesWhen downloading from a repository, we explicitly pass no hash file, because we can't check hashes in that case. However, we're still printing a message that there is a missign hash file. Beside being a bit annoying (since we can't do anything about it), it may also be wrong, especially for packages for which we support multiple versions, with some being downloaded via a git clone and others ...
Romain NaourRomain Naour
6f9f75af2a2package/thrift: fix libtool warningBackport an upstream patch. [Thomas: slightly fix the patch according to Arnout comments.] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
18c8efe90bapackage/thrift: reorders alphabetically the dependencies.Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
ca735d8a0b8package/ipmiutil: do not build docFixes: http://autobuild.buildroot.org/results/2ec/2ecfb1143ba89ffa5cdc8096bb175b2c396c4670/ http://autobuild.buildroot.org/results/c49/c497fc446140694084922d51fe6be308ce5c1c1a/ http://autobuild.buildroot.org/results/434/434b156b5c9b5c7b65ffe6174cf4e029e7e3ffd8/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons....
Yann E. MORINYann E. MORIN
2e340beb613package/vlc: bump to 2.2.0Since we bumped FreeRDP, vlc no longer builds: http://autobuild.buildroot.org/results/8d9/8d91e3ffccee753135e9d0faa2b1ae00875606c9/ http://autobuild.buildroot.org/results/e1f/e1f6526d1a4ac2c95998793efea2188faa708e29/ Fix that by bumping vlc to 2.2.0, as vlc-2.1.6will never support this new version of FreeRDP. Add dependency on kernel headers >= 3.7, because it needs DTV_STREAM_ID. I s...
Jerzy GrzegorekJerzy Grzegorek
0f90c7bbee5swig: change the name of variable SWIG_MAJOR to SWIG_VERSION_MAJORSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jerzy GrzegorekJerzy Grzegorek
d9e12fb31d3lockdev: change the name of variable LOCKDEV_MAJOR to LOCKDEV_VERSION_MAJORSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
f66004ded74espeak: disable for static-only buildsThe Makefile wants to unconditionally build a shared library, and since it's probably not a package that relevant in static-only scenarios, let's simply disable it. Fixes: http://autobuild.buildroot.org/results/b84/b84f56cdc22f333b95e0894084a800be53aefd26/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Maxim MikityanskiyMaxim Mikityanskiy
7105393e4cepackage/samba: use FHS dirsClean up system directories by making samba conform to FHS and by using subdirectories e.g. /var/log/samba and /var/run/samba instead of /var/log and /var/run. Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
97eeb54598cpkg-generic: declare phony targets as suchThis commit improves the pkg-generic package infrastructure so that it declares all the <pkg>-<something> targets as PHONY, which they actually are. [Thomas: - add some missing phony targets, noticed by Yann E. Morin; - put one target per line, order alphabetically. Makes it easier to spot missing targets.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
3831c976d0bpkg-generic: implement <pkg>-all-{source, legal-info, external-deps} targetsIn order to implement the global 'make source', 'make legal-info' and 'make external-deps' using the package infrastructure logic, this commit introduces a set of per-package targets that allow to recursively run the source/legal-info/external-deps actions on the dependencies of a given package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" ...
Thomas PetazzoniThomas Petazzoni
0dd232e9c7dMakefile: directories are not PHONY targetsThe global .PHONY specification in the main Makefile is describing a number of directory targets as being PHONY, which doesn't make much sense. PHONY targets are targets that do not exist on the filesystem, and which make should always consider as not being up-to-date, so that the commands associated to these targets are always executed by make when the command is invoked, even if a file with t...
Thomas PetazzoniThomas Petazzoni
cb686165d22Makefile: remove dubious commentThis comment is a left-over from previous code changes, and it doesn't make much sense where it is placed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thomas PetazzoniThomas Petazzoni
31d12a84087pkg-generic: implement a <pkg>-external-deps targetThis commit implements a new <pkg>-external-deps target in the pkg-generic package infrastructure. This target simply displays the list of file names that are needed for <pkg> to build (source tarball, patches, extra downloads). In the case of the usage of <pkg>_OVERRIDE_SRCDIR, the path to the overriden source directory is displayed, prepended by file://. This matches what the code is current...
Thomas PetazzoniThomas Petazzoni
a5fd21d2e58docs/manual: update documentation about applying patchesThe Buildroot manual is currently wrong when describing how patches are applied: it says that <packagename>-*.patch is applied, and that <packagename>-<seq>-*.patch is the recommended name for patches. This is incorrect, since we're now using just <seq>-*.patch. This commit adjusts the documentation accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by:...
Thomas PetazzoniThomas Petazzoni
0eba4759fabpackages: apply custom patches using *.patch instead of <pkg>-*.patchSeveral packages have some logic to apply custom patches that existed before the BR2_GLOBAL_PATCH_DIR mechanism: at91bootstrap, at91bootstrap3, barebox, uboot and linux. Currently, the logic of those packages to apply custom patches is to match <package-name>-*.patch, which is not consistent with what we've done for patches stored in the package directory, and for patches stored in BR2_GLOBAL_P...
Ryan BarnettRyan Barnett
ea8edb95144i2c-tools: add support to build python extensionAdd a config option to build the python bindings for i2c-tools - py-smbus. The steps for building the python bindings is the same as the distutil steps that are a part of the python infrastructure. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> CC: Baruch Siach <baruch@tkos.co.il> CC: Yann E. MORIN <yann.morin.1998@free.fr> Signe...
Ryan BarnettRyan Barnett
37b8360a5a6i2c-tools: add hash fileSigned-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Johan SagaertJohan Sagaert
54d70feddeflibwebsockets: bump version to v1.4-chrome43-firefox-36dropped upstream patch 0001 renamed patch 0002 -> 0001 added hash details : https://github.com/warmcat/libwebsockets/blob/master/changelog Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
5ec45823c17jsoncpp: don't build testsFixes: http://autobuild.buildroot.net/results/a0f/a0f60a1df243bdae875f12668011a53a70071ee6/ http://autobuild.buildroot.net/results/f88/f8885520b5892d49164c88a974e7dffc1c3c2ce0/ http://autobuild.buildroot.net/results/448/448745830f58496e6dcdf48e2ad57650b4744909/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>