Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Thomas PetazzoniThomas Petazzoni
f4dc73568b0lz4: pass {TARGET,HOST}_CONFIGURE_OPTS in the environment{TARGET,HOST}_CONFIGURE_OPTS are currently passed as $(MAKE) argument, which causes some CPPFLAGS/CFLAGS defined by the package build system to be overridden, leading to build failures. This commit changes the lz4 package to pass {TARGET,HOST}_CONFIGURE_OPTS through the environment to avoid this issue. Fixes: http://autobuild.buildroot.net/results/2a578a9c462463fde802c999156723494fe1b14d/ ...
Fabio EstevamFabio Estevam
b718c776ca1linux-headers: bump 4.{4, 9, 10}.x seriesSigned-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
30b865042c1linux: bump default version to 4.10.6Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
8ac4d34e510package/gdb: extract Xtensa overlay as post-extract hook... like it is done for gcc. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
a1aeddf25b4package/binutils: extract Xtensa overlay as post-extract hook... like it is done for gcc. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
2b34da9b9d9package/gcc: use macro to extract Xtensa overlaySigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
b0cd0b907ddpackage/gdb: use macro to extract Xtensa overlaySigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
96f57fa5e43package/binutils: use macro to extract Xtensa overlaySigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
8eba8e144c5arch/xtensa: add macro to extract the overlaySigned-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
725f05967d6package/gcc: use the Xtensa variables... instead of re-computing them over-and-over-again. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
0a4ecbbf7a9package/gdb: use the Xtensa variables... instead of re-computing them over-and-over-again. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
12d97d01db7package/binutils: use the Xtensa variables... instead of re-computing them over-and-over-again. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
bcecbed654carch/xtensa: add definitions for the Xtensa overlayCurrently, we have four packages that need to use the Xtensa overlay: binutils, gcc-initial, gcc-final and gdb. However, they all use three different ways to check for, and use the overlay. Furthermore, two of them define the same variable: XTENSA_CORE_NAME is defined both by binutils and gdb In order to sanitise that, have the Xtensa architecture export the appropriate variables: the name of ...
Yann E. MORINYann E. MORIN
8efa2d8de92core: include arch-specific definitionsAllow architectures to define variables and helper macros. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
c9e5b04230ftoolchain/helpers.mk: remove unused argument of check_arm_abiThe check_arm_abi function takes as second argument the path to the cross-readelf, but does not use it. Therefore, this commit gets rid of this unnecessary argument. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ilya KuzmichIlya Kuzmich
3b328897f5dtoolchain-external: improve musl external checkThe current test to verify if the toolchain uses musl or not is based on checking if /lib/libc.so or /lib/libm.so exist in the sysroot. However, some toolchains (notably Crosstool-NG ones) put these libraries in /usr/lib/. To fix this, build a minimal C program and check if the program interpreter contains /lib/ld-musl. Signed-off-by: Ilya Kuzmich <ilya.kuzmich@gmail.com> Signed-off-by: Thoma...
Thomas PetazzoniThomas Petazzoni
9397bd643d2toolchain-external: fix definition of TOOLCHAIN_EXTERNAL_READELFTOOLCHAIN_EXTERNAL_READELF is defined to $(TOOLCHAIN_EXTERNAL_CROSS)readelf$(TOOLCHAIN_EXTERNAL_SUFFIX), where TOOLCHAIN_EXTERNAL_SUFFIX is .br_real for Buildroot toolchains. However, this is bogus, because readelf is not wrapped by the Buildroot toolchain wrapper, so "<arch>-readelf.br_real" never exists. Therefore, it should simply be defined as $(TOOLCHAIN_EXTERNAL_CROSS)readelf. Currently,...
Peter KorsgaardPeter Korsgaard
5a6315d30cdjo: new packageSigned-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rodrigo RebelloRodrigo Rebello
8cd1554ee16htop: use correct ncurses config script nameThe ncurses config script can have different names depending on the configuration (e.g. wchar support enabled/disabled). So, use $(NCURSES_CONFIG_SCRIPTS) from the ncurses package as it contains the proper name. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rodrigo RebelloRodrigo Rebello
b3e4ed92380slang: use correct ncurses config script nameThe ncurses config script can have different names depending on the configuration (e.g. wchar support enabled/disabled). So, use $(NCURSES_CONFIG_SCRIPTS) from the ncurses package as it contains the proper name. Fixes: http://autobuild.buildroot.net/results/c97554c05e121c76407be53ba37924cfcb658e9d/ http://autobuild.buildroot.net/results/b0a31a3491a30ee0d6e6e7dbba68a86f0e00943d/ http://a...
Pawel SikoraPawel Sikora
472b07ea8ffxenomai: bump version to 3.0.3- Bump Xenomai version to 3.0.3 - Remove patch 0001-bfin-remove-inline-keyword.patch for version 2.6.4, as it is already included in upstream - Add upstream patch fixing gcc 6.x build issue of cyclictest. Signed-off-by: Pawel Sikora <sikor6@gmail.com> [Thomas: add patch fixing gcc 6.x build issue.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Karoly PadosKaroly Pados
397db2fd5d6linux-firmware: Add missing firmware for the carl9170 driverFor a long time now Atheros USB AR9170 devices have been using the carl9170 driver which relies on the carl9170-1.fw firmware file. This firmware is available in linux-firmware but it wasn't currently installed by Buildroot. Signed-off-by: Karoly Pados <kp@tec4data.at> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Andrey SmirnovAndrey Smirnov
d2afa01f76cpython3: Bump version to 3.6.1Update all appropriate version numbers as well as SHAs and MD5s as well as repbasing BR's patches on top of 3.6.1 codebase (new github repo tree, v3.6.1 tag was used). Note that patch: [PATCH] Change the install location of _sysconfigdata.py was dropped due to the fact taht build system now adds platform specific suffix to sysconfigdata's name, so each platform's file should have a unique ...
Danomi ManchegoDanomi Manchego
f48f1a89a0cqt: add enable for truetype font installationCurrently, qt.mk installs DejaVu/Vera TrueType fonts when Qt is configured for freetype support. However, some users may prefer to limit the installed fonts to only Qt's prerendered fonts (micro, fixed, helvetica, etc.). Or, there may be a preference to use seperately installed TrueType fonts. This commit adds a switch to explicitly control the installation of the TrueType fonts, similar to the...
Rodrigo RebelloRodrigo Rebello
197e473ce0avnstat: bump to version 1.17Also remove patch that has been merged upstream, disable AUTORECONF since we're no longer patching configure.ac and get rid of hack involving the install target as the 'install-data-hook' in Makefile.am now avoids running 'vnstat --showconfig' on the host in case of cross-compilation. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-el...
Rahul JainRahul Jain
c57793e8956ustream-ssl: bump versionSigned-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rahul JainRahul Jain
d604bca2dfduhttpd: bump versionSigned-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rahul JainRahul Jain
8ca80b3cf2clibuci: bump versionChange upstream location Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rahul JainRahul Jain
130be80d349ubus: bump versionrebase 0001-Install-server-and-client-examples patch on latest version. Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rahul JainRahul Jain
bdf31bb5e58libubox: bump versionSigned-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jeroen RooversJeroen Roovers
65e6f6ff2adopenvpn: Add explicit support for external lz42.4.0 added lz4 support. Make that choice explicit or the bundled compat-lz4 "stub" will be used. Signed-off-by: Jeroen Roovers <jer@airfi.aero> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
9ecbe727aa2openvpn: bump version to 2.4.1--disable-eurephia configure option doesn't exist, so remove it. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
00968bcac06package/ntp: fix build for toolchains without sspntp defaults to use ssp support http://bk1.ntp.org/ntp-stable/sntp/harden/README by using these flags http://bk1.ntp.org/ntp-stable/sntp/harden/linux If the toolchain lacks SSP support this patch forces ntp to use an empty set of flags: http://bk1.ntp.org/ntp-stable/sntp/harden/default Fixes http://autobuild.buildroot.net/results/1d5/1d58bd8745b22c8eb71fea4c7255d3ace69f6f7a/ Signed-off-by: ...
Jeroen RooversJeroen Roovers
5408fc925d0lz4: version v1.7.5Signed-off-by: Jeroen Roovers <jer@airfi.aero> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
afb585468b3busybox: fix mdev.confmdev does not set "/dev/snd" and "/dev/input" group and permission propery, because with commit c3cf1e30a3022453311a7e9fe11d94c7a381640e (May 2013!) the behavior of mdev has changed. The device name is now taken directly from the uevent file and does no longer match the old rule. Fix the rules for "/dev/snd" and "/dev/input" according to the example given in [1]. [1] http://lists.busybox.net...
Vicente Olivert RieraVicente Olivert Riera
df813867008libinput: bump version to 1.7.0Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
bb4f4011160lft: bump version to 3.78Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
ab9842e360aupmpdcli: add user to the audio groupupmpdcli runs as user and group upmpdcli. In order to allow it to access the ALSA devices add it to the audio group. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
c76aeccb58dtcpreplay: bump version to 4.2.1Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Acked-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sébastien SzymanskiSébastien Szymanski
c6bca8cef03fs/ext2: Remove support for auto-calculation of rootfs sizeAuto-calculation of the rootfs size cannot be done in a reliable way as it depends on the host filesystem and is broken on non ext4 host (see bugs [1] [2]). So let the user specify the size he wants for his rootfs. [1] https://bugs.busybox.net/show_bug.cgi?id=8831 [2] https://bugs.busybox.net/show_bug.cgi?id=9496 Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-b...
Fabrice FontaineFabrice Fontaine
a655a74d1aacjson: bump to version 1.4.4Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
12dd82e8522package/enlightenment: bump to version 0.21.7Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Guo RenGuo Ren
54242226f03board/csky: fixup gdb instructions in readme.txtThe gdbinit file assumes the .dtb file is in the current directory, so let's start gdb from output/images. Signed-off-by: Guo Ren <ren_guo@c-sky.com> [Thomas: improved commit description.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
1a602f3c2eekmscube: Bump to latest version to fix mips64el errorsBuilding kmscube for mips64el leads to the following build error: cube-tex.c: In function 'get_fd_rgba': cube-tex.c:230:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < texh; i++) { ^ cube-tex.c:230:2: note: use option -std=c99 or -std=gnu99 to compile your code cube-tex.c: In function 'get_fd_y': cube-tex.c:261:2: error: 'for' loop initial declara...
Chris PackhamChris Packham
34fab3c0490tcpreplay: Bump version to v4.2.0Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Adam DuskettAdam Duskett
113fc1042canginx-naxsi: bump to 0.55.3Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
81de172d11druby: bump version to 2.4.1Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Adam DuskettAdam Duskett
f87bffabc85janus-gateway: bump to v0.2.2In addition, a new option sample-event-handler has been added. It has been disabled by default in the .mk file, as it requires libcurl. Support for it can be added later. While at it, remove a trailing space. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
84bc1fb5320imagemagick: bump version to 7.0.5-3Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Vicente Olivert RieraVicente Olivert Riera
4513cf094b3linux: bump default version to 4.10.5Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>