Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Gustavo ZacariasGustavo Zacarias
a31a66802a7freetype: security bump to version 2.5.3 Fixes CVE-2014-2240. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com...
Jerzy GrzegorekJerzy Grzegorek
938f7a4f740smack: fix _VERSION and _SITE variable Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by:...
Gustavo ZacariasGustavo Zacarias
d20fdb8b305acpid: bump to version 2.0.22 Switch to upstream sourceforge page/download. Signed-off-by: Gustavo Zacarias <gustav...
Yann E. MORINYann E. MORIN
78369e3a773package/linux-firmware: install missing symlink-target files AS reported by ovf on IRC, some of the firmwares we ins...
Yann E. MORINYann E. MORIN
82d685d3393package/linux-firmware: fix typo in variable name Remove a trailing _ leftover from: c0d82bd3 (package/linux-firmwar...
Eric Le BihanEric Le Bihan
bf4d3ebf286sunxi-mali: add missing GLchar definitions. The GLES and GLES2 header files provided by sunxi-mali do not define the...
Romain NaourRomain Naour
6ef45ec1422libdrm: needs threads libdrm select libpthread-stubs that needs threads support. Fixes: http://autobuild.buildroot....
Fatih AşıcıFatih Aşıcı
467122e64a5qt5base: fix no-opengl build with egl Fixes: http://autobuild.buildroot.net/results/8ed/8eddd934bd80fdbcdf7a9dbf5...
Thomas PetazzoniThomas Petazzoni
8104fd72ed6mysql: disable maintainer mode The maintainer mode enables additional gcc warnings, including -Werror, which causes ...
Eric Le BihanEric Le Bihan
b019490adf5system: add ability to pass additional users tables. A new entry has been added to the "System Configuration" menu t...
Eric Le BihanEric Le Bihan
773ee9797adsmack: new package. SMACK stands for Simplified Mandatory Access Control Kernel. It is a Linux Security Module which...
Eric Le BihanEric Le Bihan
57155c6b6a7libcap: add menu entry to install tools. libcap provides a set of tools to manipulate capabilities, among which `set...
Peter SeidererPeter Seiderer
04e6fe28912postgresql: bump version to 9.3.4 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni ...
Peter SeidererPeter Seiderer
85dc7d01c15postgresql: change readline and zlib to be real optional selections Signed-off-by: Peter Seiderer <ps.report@gmx.net...
Samuel MartinSamuel Martin
cb39b46f600util-linux: fix chfn/chsh missing dependencies chfn/chsh utilities need linux-pam. Fixes: http://autobuild.buildr...
Thomas PetazzoniThomas Petazzoni
e3de3ae58e8mplayer: fix ARM floating point related build failures This commit fixes two separate, but related build failures: ...
Thomas PetazzoniThomas Petazzoni
95264cc0ca8util-linux: do not install bash completion files In most embedded systems, there is not much point in installing bas...
Daniel NyströmDaniel Nyström
42ec5e049afe2tools: new package E2tools is a simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext...
Thomas PetazzoniThomas Petazzoni
dc4d0e2f5ccvo-aacenc: pass -marm to build non-Thumb2 compatible assembly vo-aacenc has some hand-written assembly that cannot b...
Brian BeattieBrian Beattie
eb5e8d6ee2esunxi-tools: bump version Signed-off-by: Brian Beattie <beattie@beattie-home.net> Signed-off-by: Thomas Petazzoni <t...
Brian BeattieBrian Beattie
c5090657f61sunxi-boards: bump version Signed-off-by: Brian Beattie <beattie@beattie-home.net> Signed-off-by: Thomas Petazzoni <...
Thomas PetazzoniThomas Petazzoni
c946a78996clibstrophe: fix detection of libxml2 This commit adds a patch to libstrophe to fix a typo that prevented a proper de...
Thomas PetazzoniThomas Petazzoni
5035af0cbb6jack2: needs C++ support Fixes: http://autobuild.buildroot.org/results/ede/ede17f2fdb9b5cd4b974ef820d95b0eba863c4...
Thomas PetazzoniThomas Petazzoni
f9db7e6865ecppcms: does not build on static library only, needs dlopen() Fixes: http://autobuild.buildroot.org/results/5ee/5...
Thomas PetazzoniThomas Petazzoni
f565796fbb2Revert "host-nodejs: use g++ as linker" This reverts commit ea737fb100785b3b5756dad320db04062261fd04, which in the e...
Thomas PetazzoniThomas Petazzoni
dd5e620ac82pkg-utils: introduce a make-based LOWERCASE function Until now, our UPPERCASE function was implemented purely in mak...
Peter SeidererPeter Seiderer
ad2e796df3bpostgresql: new package Based on suggested new package by Marco Trapanese ([1]). [1] http://lists.busybox.net/piper...
Ivan SergeevIvan Sergeev
d4f4e01ace9python: fix readline extension compilation with readline 6.3 Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>...
Thomas PetazzoniThomas Petazzoni
286ee8001c0python3: do not rely only on LIBRARY_PATH for old compilers The cross-compilation improvements integrated in Python ...
Thomas PetazzoniThomas Petazzoni
616dd6245bepython: do not rely only on LIBRARY_PATH for old compilers The cross-compilation improvements integrated in Python r...
Will WagnerWill Wagner
6b1ca27b1a5yaffs2: new filesystem type [Thomas: remove BR2_TARGET_ROOTFS_YAFFS_PATH option, rename to yaffs2 instead of yaffs.]...
Will WagnerWill Wagner
f27831ae132yaffs2utils: new package [Thomas: remove target variant of the package, use labelled version 0.2.9 instead of latest...
Dima ZavinDima Zavin
1f9a0b38159grub2: add a configuration option to embed a config file Add an option for embedding a config file directly in grub....
Fabio PorceddaFabio Porcedda
1990e79f143Makefile: target-generatelocales: add toolchain dependency The target depends on the toolchain so add it as a depend...
Fabio PorceddaFabio Porcedda
d174c6f8b6eMakefile: toolchain-eclipse-register: add toolchain dependency The "toolchain-eclipse-register" target needs the too...
Samuel MartinSamuel Martin
7105008a7f9gst1-plugins-bad: fix missing dependency for opencv plugin Gstreamer1 opencv plugin requires opencv's contrib module...
Samuel MartinSamuel Martin
fb80d283412nodejs: add a patch forcing link command to use CXX Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-b...
Samuel MartinSamuel Martin
8b62ac17434nodejs: add sequence number to the patch filenames Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by...
Thomas PetazzoniThomas Petazzoni
ac7f60d8726syslinux: remove host variant The host variant of syslinux wasn't exposed anywhere, so the only way to use it was to...
Frank HunlethFrank Hunleth
8e0d4118982syslinux: install helper programs to the host Even though syslinux is built for the target, it does create helper pr...
Yann E. MORINYann E. MORIN
38b81eb1725support: properly check bash is available The current check is broken, as it only checks if the user's login shell i...
Thomas PetazzoniThomas Petazzoni
a0df19d2e5elinux-headers: remove obsolete Config.in help paragraph In commit 971e331c54e08e82b4ed28a4eca8305933fa1cb0 ('package...
Baruch SiachBaruch Siach
cbe4b0a71fdjansson: needs math library libjansson.so doesn't list libm in its NEEDED header. Fixes the following nftables confi...
Baruch SiachBaruch Siach
783c8f5acb1mesa3d: needs NPTL threading Strictly speaking, linuxthreads (new) should be enough, since it includes pthread_barri...
Paul CercueilPaul Cercueil
5bbe82c4ff4util-linux: Add config switches for some more binaries Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-of...
Yann E. MORINYann E. MORIN
384d601d4eapackage/mesa3d: always enable openGL Currently, we only pass --enable-opengl is at least one DRI driver is enabled, ...
Francois PerradFrancois Perrad
0c6b1c24d16luacrypto: luarocks conversion Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petaz...
Francois PerradFrancois Perrad
54b6cd11341luafilesystem: bump rockspec revision Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thoma...
Francois PerradFrancois Perrad
7bfb9f207becgilua: bump rockspec revision Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petaz...
Francois PerradFrancois Perrad
afef09eab3ewsapi: bump to version 1.6.1 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzo...
Francois PerradFrancois Perrad
90c72d8e817orbit: bump to version 2.2.1 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzo...
Francois PerradFrancois Perrad
e1356cf7d4cluajson: bump to version 1.3.3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petaz...
Francois PerradFrancois Perrad
c31b5be362ecoxpcall: bump to version 1.15.0 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Pet...
Francois PerradFrancois Perrad
d7ab6c28212cosmo: bump to version 14.03.04 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Peta...
Yann E. MORINYann E. MORIN
994fcc4a2b0graphs: store and keep intermediate 'dot' program for graph-depends Currently, graph-depends (and PKG-graph-depends)...
Hadrien BouttevilleHadrien Boutteville
8709cb950c5libuci: remove MMU dependency with Lua binding The Lua binding option of libuci doesn't need the MMU. Signed-off-by...
Davide VitiDavide Viti
ebff54e5108qhull: new package Signed-off-by: Davide Viti <d.viti@infosolution.it> Signed-off-by: Thomas Petazzoni <thomas.petaz...
Davide VitiDavide Viti
57a283acba3apr: add missing comment about needed dynamic library support Signed-off-by: Davide Viti <d.viti@infosolution.it> Si...
Romain NaourRomain Naour
bc377429deelttng-libust: add python as optional dependency Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by...
Romain NaourRomain Naour
c3d4382dba3lttng-tools: bump version to 2.4.1 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Peta...
Romain NaourRomain Naour
1068b673752lttng-modules: bump version to 2.4.1 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Pe...
Romain NaourRomain Naour
a478fcd423dlttng-libust: bump version to 2.4.1 fixes: http://autobuild.buildroot.net/results/a6f/a6f5550cc63260126cb66a954af60f...
Romain NaourRomain Naour
7e0b264d072liburcu: bump version to 0.8.4 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzon...
Yann E. MORINYann E. MORIN
dd612131140sdl: disable x11 in host-sdl We do not need an X11-capable host SDL, so just disable X11 support. This currently wo...
Bernd KuhlsBernd Kuhls
3b70b626185xapp_xwd: Add missing dependency xlib_libxkbfile Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea...
Gustavo ZacariasGustavo Zacarias
126d5b5bb84nmap: make ndiff conditional on python2 ndiff only works when target python2 is available, so disable it completely ...
Fatih AşıcıFatih Aşıcı
7a3861f23f8qt5base: Remove feature test for posix_fallocate in sqlite code It's already checked by the build system more accura...
Thomas PetazzoniThomas Petazzoni
40988f82426squashfs: do not build on !MMU systems Fixes: http://autobuild.buildroot.org/results/273/2738934fc23219a33fe1e07b...
Thomas PetazzoniThomas Petazzoni
53e5b44c153openpgm: requires compiler intrinsics not available with Blackfin ADI toolchains Fixes: http://autobuild.buildroo...
Thomas PetazzoniThomas Petazzoni
e7a31657938zmqpp: exclude old Sourcery PowerPC toolchains that don't have C++0x zmqpp needs some fairly advanced C++0x features...
Thomas PetazzoniThomas Petazzoni
656cdc367e6dmalloc: disable on Microblaze with debugging symbols There is a Microblaze compiler issue when debugging symbols ar...
Arnout VandecappelleArnout Vandecappelle
6f9fbfdd7fflibtool: use a different way to avoid autoreconfiguration In 4268d39, a patch was added to update libtool.m4 for MIP...
Yann E. MORINYann E. MORIN
9806bf5a9a2Makefile: rename USER_HOOKS_EXTRA_ENV to EXTRA_ENV This variable contains extra environment variables that we can no...
Bernd KuhlsBernd Kuhls
e49a0c656a1xapp_xdriinfo: depends on the virtual package libgl Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978e...
Yann E. MORINYann E. MORIN
b12f0a05907package/vlc: depends on the virtual package libgl Currently, vlc depends on mesa3d to provide the openGL support. W...
Yann E. MORINYann E. MORIN
ab1a236a076package/libevas: switch dependency from mesa3d to _HAS_LIBGL We now have a virtual package that represents availabil...
Yann E. MORINYann E. MORIN
dbc989558c2package/mesa3d: with a DRI driver, is a full OpenGL provider Make mesa3d a provider for full OpenGL, as soon as a DR...
Yann E. MORINYann E. MORIN
3cc6f24ed76package/libgl: introduce as a new virtual package for full-openGL providers Currently, only mesa3d is such a full-op...
Yann E. MORINYann E. MORIN
6ef1e8735ebpackage/xorg-server: do not force-select xf86driproto for mesa3d This is already handled by mesa3d itself. Signed-o...
Yann E. MORINYann E. MORIN
c0d7d1c5bb5package/mesa3d: only enable full OpenGL when a DRI driver is enabled Full OpenGL is only provided when: - a DRI dr...
Yann E. MORINYann E. MORIN
ca2176efaf7package/mesa3d: simplify the code enabling full-OpenGL Currently, full-OpenGL is enabled by checking that at least o...
Yann E. MORINYann E. MORIN
dcec14b7f4cpackage/mesa3d: add comment for when OpenGL EGL is not available OpenGL EGL needs udev support, so add a comment sta...
Yann E. MORINYann E. MORIN
c65d7e55a6apackage/mesa3d: DRI drivers depend on X.org It does not make sense to build DRI drivers without X.org. Signed-off-b...
Yann E. MORINYann E. MORIN
7c4765f574fpackage/mesa3d: re-arrange menu items Make mesa3d a menuconfig, ie. a sub-menu on the boolean option. Move drivers ...
Yann E. MORINYann E. MORIN
50af49ed649package/x11-video-drivers: do not select, but depends on mesa3d Currently, X.Org drivers that need mesa3d forcibly s...
Yann E. MORINYann E. MORIN
0ecf3f78dd8package/xdriver_xf86-video-ati: only select libdrm if the DRI driver is enabled The xf86 radeon driver does not need...
Yann E. MORINYann E. MORIN
661139f9180package/libdrm: radeon does not depend on x86 Thomas reported that the libdrm-radeon dependency on x86 (32- or 64-bi...
Alexey BrodkinAlexey Brodkin
39d4609226blibglib2: fix compilation for aarch64 and arc Copied from here - https://github.com/openembedded/oe-core/blob/master...
Sven NeumannSven Neumann
5416acb98cbkexec: bump to version 2.0.6 Remove two patches which have been included upstream. Signed-off-by: Sven Neumann <neu...
Bernd KuhlsBernd Kuhls
4e53d44976fxbmc: Fix compile error with missing host-gettext autoreconf -vif lib/cpluff autoreconf: Entering directory `lib/cpl...
Vicente Olivert RieraVicente Olivert Riera
c5e50dabf81qt5script: Check for QtGui before building the examples Adding an upstream patch to fix an autobuild failure. qsdbg...
Jerzy GrzegorekJerzy Grzegorek
bbcf2806b96zeromq: bump to version 4.0.4 Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas P...
Jerzy GrzegorekJerzy Grzegorek
1e44d90c7d0imagemagick: bump to version 6.8.9-0 Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: T...
Bernd KuhlsBernd Kuhls
7e069112f18sqlite: version bump 3.8.4.3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <t...
Gustavo ZacariasGustavo Zacarias
d01461f3365nftables: new package Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <tho...
Gustavo ZacariasGustavo Zacarias
97db0593633libnftnl: bump to version 1.0.1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Peta...
Thomas PetazzoniThomas Petazzoni
2b4b0ce9f2alibsigsegv: not available on Microblaze Fixes: http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124...
Yann E. MORINYann E. MORIN
7e2ba248c62package/mesa3d: fix improper dependency of blind option Currently, the blind option BR2_PACKAGE_MESA3D_DRI_DRIVER de...
Eric Le BihanEric Le Bihan
77d6e6ac2a7liblogging: enable systemd compatibility libs If systemd is chosen as init system, liblogging will enable the instal...
Eric Le BihanEric Le Bihan
596b42f7d69systemd: add option to enable compatibility libs Since systemd 209, some libraries have been merged into libsystemd....
Fabio PorceddaFabio Porcedda
7d6e415cc91luajit: needs for 32bit archictectures a 32bit host gcc For 32 bit archictectures the luajit package needs a host co...
Fabio PorceddaFabio Porcedda
5f70a007c8etoolchain: add a hidden config option to enable the toolchain package The usual way to enable a package using the pa...
Bernd KuhlsBernd Kuhls
690d8ff5bcfhost-libxml2: Prefer python2 when python3 is also installed Fixes mesa3d build errors: http://autobuild.buildroot.ne...
Samuel MartinSamuel Martin
57eb048c302Makefile: add PATH to the USER_HOOKS_EXTRA_ENV This can be useful for post-{build,image} scripts, in case some host-...
Samuel MartinSamuel Martin
aa0b88a0ca6pkg-cmake.mk: add PATH in the configure command environment Because BR_PATH is not exported in the environment befor...
Samuel MartinSamuel Martin
b989976475einfra: remove unused {TARGET, HOST}_PATH definition Since the variables TARGET_PATH and HOST_PATH are not used anymo...
Samuel MartinSamuel Martin
84455017408*.mk: replace (TARGET|HOST)_PATH by BR_PATH Thanks to the 2 previous patches of the series, BR_PATH contains all loc...
Samuel MartinSamuel Martin
c7d660b18e4Makefile: add $(HOST_DIR)/sbin to BR_PATH Extend BR_PATH because a few host-packages install programs in this locati...
Samuel MartinSamuel Martin
caa329bffdaMakefile: introduce BR_PATH Since the HOST_PATH and TARGET_PATH variables almost contain the same things, let's fact...
Baruch SiachBaruch Siach
f98721c2abbmtd: fix build against recent uClibc 0.9.33 Commit fae7cc33a1 added a local rpmatch() implementation. However, the r...
Samuel MartinSamuel Martin
ea737fb1007host-nodejs: use g++ as linker Fixes: http://autobuild.buildroot.net/results/f6b/f6b80ae32acf7f89bb1c12999679ff1be...
Luca CeresoliLuca Ceresoli
e4d72729f81agent++: need dynamic library support Required by SNMP++. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Sign...
Luca CeresoliLuca Ceresoli
15c5284d981snmp++: need dynamic library support Fixes: http://autobuild.buildroot.net/results/7b9/7b9ec11514219e5f315df0b3020...
alex.bennee@linaro.orgalex.bennee@linaro.org
8986a221172package: add Boehm-Demers-Weiser gc library This is needed for applications like Zile [Thomas: - use $(...) instea...
Thomas PetazzoniThomas Petazzoni
f4897a9eb3alibatomic_ops: introduce a BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS hidden option In preparation to the introduction of p...
Samuel MartinSamuel Martin
537ec1c3c88host-python-pyrex: use the HOST_*_NEEDS_HOST_PYTHON infrastructure python-pyrex does not support python3. So, using...
Samuel MartinSamuel Martin
40218a16526nodejs: force python interpreter nodejs build system is based on python, and it does not support python3. This patc...
Samuel MartinSamuel Martin
bde585518e3nodejs: use the standard configure/make options Also cleanup leading whitespace. Note that overloading LD in requir...
Bernd KuhlsBernd Kuhls
8813aa2f898xserver_xorg-server: Compile fix for mips64 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thom...
Bernd KuhlsBernd Kuhls
deaab1032d5xserver_xorg-server: Bump version to 1.15.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thom...
Bernd KuhlsBernd Kuhls
9989d1f28ebxproto_xproto: Bump version to 7.0.26 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Pet...
Davide VitiDavide Viti
5fefbceeb68flann: new package [Thomas: changed license from BSD to BSD-3c, to be more specific.] Signed-off-by: Davide Viti <z...
Sagaert JohanSagaert Johan
b782798c159jquery-mobile : new package Since version 1.4 jquery-mobile includes the core-jquery. No need for extra dependencies...
Gustavo ZacariasGustavo Zacarias
ba00621b71cjquery-ui: switch to sources.buildroot.net Switch to sources.buildroot.net cached zipfile. Upstream changed the zipf...
Gustavo ZacariasGustavo Zacarias
f475b9fc8eelibcurl: drop polarssl support As of curl 7.36.0 it doesn't support polarssl < 1.3 any longer. Fixes: http://autobui...
Gustavo ZacariasGustavo Zacarias
b5fa54ecf51openvpn: bump to version 2.3.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petaz...
Gustavo ZacariasGustavo Zacarias
1bf512e9fffflac: needs wchar Fixes: http://autobuild.buildroot.net/results/873/873a1b3551c5fe04fa477fd682ff91fecdd41606/ Signe...
Vicente Olivert RieraVicente Olivert Riera
66e41680868fdk-aac: Disable for MIPS I, II, III and IV This package uses the 'msub' instruction which is available only in mips...
Samuel MartinSamuel Martin
9791ae2a490flite: new package [Thomas: rewrap Config.in help text, and use proper format for wchar comment according to the Bui...
Bernd KuhlsBernd Kuhls
0fcd010a2dbmutt: Add options for imap/pop3 support, enable optional iconv/OpenSSL support [Thomas: keep a normal 'config' inste...
Bernd KuhlsBernd Kuhls
dbd0244ff62mutt: Bump version to 1.5.23 removed upstream applied patch mutt-02-automake.patch http://dev.mutt.org/trac/changese...
Samuel MartinSamuel Martin
c50e7439d91openpgm: make its build system python2/python3 friendly This patch fixes build issue when python3 is enabled, and ho...
Samuel MartinSamuel Martin
bd67fdee792omniorb: force python interperter Omniorb build-system requires python2 interpreter. By default, it looks for pytho...
Thomas PetazzoniThomas Petazzoni
cd32da8f793toolchain-external: add Linaro ARM big endian toolchain Linaro has started to release ARM big endian toolchains, so ...
Thomas PetazzoniThomas Petazzoni
0d740d81955toolchain-external: bump Linaro AArch64 toolchains Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons....
Thomas PetazzoniThomas Petazzoni
6283788656atoolchain-external: remove useless info in help text of Linaro ARM toolchains The information "To use this toolchain...
Thomas PetazzoniThomas Petazzoni
d2c54e603c7toolchain-external: bump Linaro ARM toolchains Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
a89f14e0f1csupport/graphs: fix comparisons agains None As Samuel said: In Python, None is a singleton, and it is recommende...
Baruch SiachBaruch Siach
c6f86d593c6gd: bump to version 2.1.0 Drop obsolete/applied patches. Refresh the rest, and add sequence numbers. Add a patch fi...
Baruch SiachBaruch Siach
b6e3ada833bfswebcam: bump version to 20140113 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <...
Baruch SiachBaruch Siach
fd212ffebb2fswebcam: disable static build fswebcam doesn't play nicely with static build as it doesn't track its indirect depen...
Ezequiel GarcíaEzequiel García
e48ef3f5227toolchain-external: Introduce kernel headers sanitization The Nios-II Sourcery external toolchain (the only Nios-II ...
Romain NaourRomain Naour
51f5c91c095lttng-libust: Disable liblttng-ust-dl with uClibc. According to uClibc commit [1], dlinfo is not available in recent...
Thomas PetazzoniThomas Petazzoni
f6bf71b7dfalttng-tools: mark as affected by gcc bug 58595 Fixes: http://autobuild.buildroot.org/results/6a6/6a66a389035939af...
Thomas PetazzoniThomas Petazzoni
be4f30a4ffetoolchain: add option to declare toolchains affected by gcc PR 58595 Signed-off-by: Thomas Petazzoni <thomas.petazzo...
Thomas PetazzoniThomas Petazzoni
4285df4cdd3gcc: add fix for PR 58595 to gcc 4.7.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
f312bb16805gcc: add fix for PR 58595 to gcc 4.8.2 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
88f1a664410linux: bump to version 3.14.1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazz...
Gustavo ZacariasGustavo Zacarias
d91d988be80linux-headers: bump 3.{4, 10, 13, 14}.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-...
Yann E. MORINYann E. MORIN
ef8b8d950f3graphs: make graphs with lots of packages nicer to look at Some magic numbers obtained with trial-and-error and succ...
Yann E. MORINYann E. MORIN
ede3e5fec39support/graph-depends: don't show toolchain dependency for all packages Al packages depend on 'toolchain'. Currently...
Yann E. MORINYann E. MORIN
bb068823abcmanual: document BR2_GRAPH_DEPTH Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thom...
Yann E. MORINYann E. MORIN
12c5e68ea80support/graph-depends: add option to limit the depth of the graph Currently, the complete dependency chain of a pack...
Yann E. MORINYann E. MORIN
3d37950ec17support/graph-depends: use argparse to parse argv[] Currently, we are using a crude, ad-hoc parsing of argv[]. This ...
Yann E. MORINYann E. MORIN
22d05901c37Makefile: rename non-user-facing variable Variables should be prefixed with BR_ when they are not user-facing. As a...
Yann E. MORINYann E. MORIN
d48eb62608aconfigs: bump raspberrypi_defconfig to use the latest stable kernel Bump raspberrypi_defconfig to use the latest rev...
Yann E. MORINYann E. MORIN
be92f003ba9package/rpi-firmware: bump revision Of utmost importance, this bump allows to overclock the RPi to even higher frequ...
Yann E. MORINYann E. MORIN
70fada81958package/rpi-userland: bump revision Fixes and enhancements for: - camera : preview, white balance, padding-removal...
Vicente Olivert RieraVicente Olivert Riera
34df9c717a0vlc: select libvorbis when opus is also selected If BR2_PACKAGE_OPUS is selected then vlc will be built with support...
Gustavo ZacariasGustavo Zacarias
a65605d28d8iproute2: bump to version 3.14.0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Pet...
Gustavo ZacariasGustavo Zacarias
84a179166dbruby: bump to 1.9.3-p545 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <...
Baruch SiachBaruch Siach
fae7cc33a11mtd: fix build against uClibc Add a rpmatch() implementation when uClibc is missing one. Fixes: http://autobuild.bu...
Baruch SiachBaruch Siach
054c162f84acppcms: needs threads Fixes: http://autobuild.buildroot.net/results/d61/d618de68c8a50a932e85bdefb23c40e86790dc6c/ S...
alex.bennee@linaro.orgalex.bennee@linaro.org
515527a9bdblibatomic_ops: mark as supporting aarch64 [Thomas: fix typo in the patch: BR2_aarch64 -> BR2_aarch64.] Signed-off-b...
Andrew BarnesAndrew Barnes
924c9328d36rtai: install to staging Building RTAI userspace applications requires having the RTAI headers and libraries install...
Thomas PetazzoniThomas Petazzoni
97fba4cd24dpython3: correctly fix PYTHON3_PATH Commit 6251ccf03254f832c6e6ba0203ad46c18f217ca9 ('python3: fix the value of PYTH...
ANDY KENNEDYANDY KENNEDY
811ea79e3b6pciutils: allow installation of static library when BR2_PREFER_STATIC_LIB [Thomas: rework according to Arnout commen...
Cédric ChépiedCédric Chépied
d66f773aa7fznc: new package ported patch from Cédric Chépied: http://patchwork.ozlabs.org/patch/306896/ [Thomas: added comment...
Yann E. MORINYann E. MORIN
9f263e44741pacage/xbmc-addon-xvdr: new package Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <...
Yann E. MORINYann E. MORIN
b6fd7634679package/xbmc-pvr-addons: new package [Thomas: fix minor typo in comments "his own files" -> "its own files"] Signed...
Luca CeresoliLuca Ceresoli
8956779d5d2exim: use a more standard build-time configuration Buildroot currently ships a very minimal build configuration file...
Anton KolesovAnton Kolesov
baf637df7c0linphone: arc: Undefine __arc__ when building for ARC processors This patch is similar to 821a6d63. Libexosip2 defin...
Thomas PetazzoniThomas Petazzoni
2fd2c71523crsh-redone: make rsh-redone.mk more Buildroot conventional This commit slightly adjusts rsh-redone.mk to better matc...
Thomas PetazzoniThomas Petazzoni
ace1e420385rsh-redone: remove code related to rcp While there is a rcp.c in the source tree, the Makefile does not have a rule ...
Andreas EhmannsAndreas Ehmanns
b7e5163ea28rsh-redone: enable rshd and rlogind [Thomas: add dependency on linux-pam for rshd and rlogind, adjust commit message...
Eric Le BihanEric Le Bihan
36ed6bec090mesa3d: fix khrplatform.h installation. Mesa3D only installs khrplatform.h if EGL support is enabled, whereas this h...
Bernd KuhlsBernd Kuhls
017f53d3658package/pkg-python.mk: Fix typo Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni...
Bernd KuhlsBernd Kuhls
2cdffa66bc9libdrm: version bump 2.4.53 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <th...
Peter KorsgaardPeter Korsgaard
9f049a8a877kmod: python support works with python 3.x as well Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
231d1ec17ebgst-fsl-plugins: fix typo in comment Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Maarten ter HuurneMaarten ter Huurne
75d03d1bb9dpython-pygame: Make installation of examples optional They take up 1.5 MB in the target file system. Signed-Off-By:...
Matt WeberMatt Weber
c8b281354c9pypcap: new package Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@k...
Matt WeberMatt Weber
d26482762capyrex: new package Pyrex is a language that allows you to mix python and C code in a single .pyx description file. ...
Gustavo ZacariasGustavo Zacarias
e913527b94ednsmasq: bump to version 2.69 Now with DNSSEC support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Si...
Fabio PorceddaFabio Porcedda
812647df0d1barebox: bump to version 2014.04.0 Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Kor...
Gustavo ZacariasGustavo Zacarias
230d1af54ecflac: bump to version 1.3.0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard...
Peter KorsgaardPeter Korsgaard
e4a021d63cdkmod: bump version And add optional support for the python bindings. Signed-off-by: Peter Korsgaard <peter@korsgaar...
Peter KorsgaardPeter Korsgaard
35df2e155cclibfslcodec: needs a (e)glibc based toolchain The package contains prebuilt binaries linked against glibc. Signed-o...