Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Martin BarkMartin Bark
81bb80c89d8package/nodejs: Update openssl to use NODEJS_CONF_OPTSSigned-off-by: Martin Bark <martin@barkynet.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin BarkMartin Bark
be0d8ecc276package/nodejs: Update icu to use NODEJS_CONF_OPTSSigned-off-by: Martin Bark <martin@barkynet.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin BarkMartin Bark
af37338488dpackage/nodejs: Add NODEJS_CONF_OPTSMost packages in buildroot pass a FOO_CONF_OPTS variable into the configure script. Transition nodejs to follow this convention. Signed-off-by: Martin Bark <martin@barkynet.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter SeidererPeter Seiderer
48e57209ff8wiringpi: new packageSigned-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Joao PintoJoao Pinto
f3106fd6117configs/arm_juno: adding CMA support to the kernelThis patch adds CMA to the juno's default kernel config that is in board/arm/juno. This is critical if the user decides to config video resolution to 1920x1080. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
4e4545246f4configs/pc_x86_64_{bios, efi}_defconfig: new samplesAdd two new sample defconfigs oriented towards real PC targets. It adds two variants for BIOS and EFI boot strategy. On the build side we enable eudev to autoload relevant kernel modules/support when necessary. It adds a bunch of drivers and extra filesystem support which is by no means extensive/complete, mostly geared towards the hardware i've got at hand to test with. This is accomplished...
Yann E. MORINYann E. MORIN
fe0fcb1d7bdpackage/omxplayer: new packageOMXplayer uses openMAX on the RPi to play videos with hardware acceleration. Compared to using a gstreamer pipe, OMXplayer uses a complete "tunnel-mode", in which the video is piped (after demuxing) into the hardware, all the way down to the display, whereas gstreamer composes the video using the eglgles sink, which uses mem-to-mem copies. So, when playing a locally-stored 1080p video, OMXpla...
Julien CORJONJulien CORJON
7dfb844357dqt5connectivity: add bluez5_utils option for QtBluetooth submoduleSigned-off-by: Julien Corjon <corjon.j@ecagroup.com> [Thomas: simplify ifneq conditions in the .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Julien CORJONJulien CORJON
f19ff45d262qt5connectivity: add QtNfc submoduleSigned-off-by: Julien Corjon <corjon.j@ecagroup.com> [Thomas: - remove useless 'depends on' on toolchain features, since we now depend on bluez_utils/neard - remove the QT5CONNECTIVITY_INSTALL_TARGET_QMLS variable, and directly use QT5CONNECTIVITY_INSTALL_TARGET_BLUETOOTH_QMLS and QT5CONNECTIVITY_INSTALL_TARGET_NFC_QMLS in QT5CONNECTIVITY_INSTALL_TARGET_CMDS.] Signed-off-by: Thoma...
Thomas PetazzoniThomas Petazzoni
6be3a59628fvpnc: add patches to fix build with the musl C libraryThis commit adds three patches that are needed to fix build issues on musl: - <error.h> not available on musl - structure redefinitions due to direct inclusion of kernel headers - missing <sys/ttydefaults.h> inclusion Patches have been submitted upstream: http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2016-June/004186.html Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electr...
Thomas PetazzoniThomas Petazzoni
b989436447dvpnc: bump to newer upstream versionWhile the official upstream has not published any new tarball, they have continued to update their Subversion repository with additional changes. This commit therefore updates the vpnc package to a newer version, using the Github repository that replicates the original Subversion repository. Since the update required some updates to the patches, we took this opportunity to split them in more f...
Kieran BinghamKieran Bingham
88437f6feb1gst1-plugins-good: Add support for V4L2 probed devicesThe V4L2 module of gst-plugins-good provides an extra option to allow probing for extra devices at plugin load time. This will enable features such as video conversion using the V4L2 M2M api Signed-off-by: Kieran Bingham <kieran@bingham.xyz> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin BarkMartin Bark
dc725e763c8package/nodejs: bump version to 6.2.1See https://nodejs.org/en/blog/release/v6.2.1/ Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin BarkMartin Bark
7d0702a2bd5package/nodejs: add icu supportSigned-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois PerradFrancois Perrad
65512bf8befficl: add missing -fPICfix http://autobuild.buildroot.net/results/dec/dec926ad7d7880c385835ba7b380dd41fd7f3762/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
82c19697b4awebp: minor improvementsFollowing commit e47638f8dca29b0d9b729edbaeaa11a08f9957fa, this commit makes a few additional cosmetic improvements to the webp package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
4d1337e3abde2fsprogs: fix build failure of subst.csubst.c is built for the host, but uses defines calculated by the configure script using the cross-compiler. By passing BUILD_CFLAGS, we help subst.c include the proper header files, and therefore avoid the build failure. Fixes: http://autobuild.buildroot.org/results/2a66280800b8aa16fee2701b3f345aa24bb13c35/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Akihiko OdakiAkihiko Odaki
e47638f8dcawebp: allow to enable demuxSigned-off-by: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
5e230f4b89fpython-flask: bump to version 0.11Change download location and rework dependencies, i.e. select Python's zlib support and python-click package and remove unneeded build-time dependencies. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
3cf0742ac11python-werkzeug: bump to version 0.11.10Change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
84884cd5ae9python-psutil: bump to version 4.2.0Change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
c0397f8b8a3python-serial: bump to version 3.1Change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
946249ff02fser2net: bump to version 2.10.1Remove upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
ee1ea821166imx53loco: Fix post-image.sh permissionFix post-image.sh permission to avoid the following error: >>> Executing post-image script board/freescale/imx53loco/post-image.sh /bin/bash: board/freescale/imx53loco/post-image.sh: Permission denied Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
fe63652bbfcmongrel2: allow to build for sparcWith uClibc-ng 1.0.15 sparc support got context functions. Tested with qemu-system-sparc. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
ca3b3c37b80libsigsegv: enable for sparcNow that uClibc-ng 1.0.15 is in use, we can reenable this package as context functions are available. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
e748e303dadntp: security bump to version 4.2.8p8Fixes: CVE-2016-4957 - Crypto-NAK crash CVE-2016-4953 - Bad authentication demobilizes ephemeral associations CVE-2016-4954 - Processing spoofed server packets CVE-2016-4955 - Autokey association reset CVE-2016-4956 - Broadcast interleave Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2016
Gustavo ZacariasGustavo Zacarias
7100fa724e1iw: bump to version 4.7Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
73763ab9afcweston: drop autoreconfIt's unnecessary as pointed by Thomas P. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
240cb9663dflinux-headers: bump 3.{18, 14, 12}.x and 4.{1, 4, 5}.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Max FilippovMax Filippov
3aa3b892abapackage/make: fix hash type (md5 instead of sha1)Fixes: http://autobuild.buildroot.net/results/133cdeaa0644405568c3e8fc003d73c4570fbc82/ http://autobuild.buildroot.net/results/e162f46458f4948c75550d47710bee92f1602273/ http://autobuild.buildroot.net/results/7ca74c9ea36321e1940ee2707af5745b7d4498d2/ Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin....
Fabio EstevamFabio Estevam
00bd9daf0e7linux-headers: Bump to 4.6.1 kernelSigned-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
8e8b3197919gdb: bump 7.11.x branch to 7.11.1This commit bumps our gdb 7.11 version to the latest 7.11.1 release. See https://sourceware.org/ml/gdb/2016-06/msg00000.html for the release announcement. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
c12e1e9d01eqlibc: unbreak legal-info after version bumpFixes: http://autobuild.buildroot.org/results/12f/12f89408935143050a27d92f4b6796d50da07da1/ The recent version bump to v2.4.1 forgot to update the name of the license file which has been renamed upstream (and reindented/copyright year updated, but is otherwise identical). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Geoff LevandGeoff Levand
8e2bf3cb58fpackage/go: Enable MIPS supportEnable go language support for mips64 and mips64el (mips64le), which were added in go-1.6.2. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
e6b4c466317package/qlibc: bump version to 2.4.1This patch depends on http://patchwork.ozlabs.org/patch/624729/ Rebased 0002-obey-destdir.patch using upstream commit. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
c3af51bc06epackage/tinc: bump version to 1.0.28This patch can be applied after the release of buildroot 2016.05. Removed 0001-musl.patch, applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Frank HunlethFrank Hunleth
61c6825c267libconfuse: bump to version 3.0Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
b2229ff2b5fpackage/tvheadend: bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
baeb0a3053flinux: Bump default to version 4.6.1Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
f253c146deauclibc: update to 1.0.15The Linuxthreads support got reorganized. LT.new is removed, LT.old is the default for Linuxthreads. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
2b6c126c64dpackage/dtv-scan-tables: bump versionSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
61dd71243d4package/imagemagick: bump version to 6.9.4-6Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
86365cbe9f3libiio: fix legal infoFixes: http://autobuild.buildroot.org/results/778/7789da71553bb633cbea6db83faeee061155b9f8/ The license file is now called COPYING.txt. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
d1411eca3fepackage/giflib: bump version to 5.1.4Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
577021e81b0MMerge branch 'next'Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
5386c61796flibinput: bump to version 1.3.1Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
fb6e2101cd9weston: bump to version 1.11.0Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
07fadf15b1ewayland-protocols: bump to version 1.4Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
6cedca2ec69wayland: bump to version 1.11.0Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>