Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-19 11:08:15 to 2014-10-19 20:28:18 UTC [more...]

[Buildroot] [PATCH 00/15] CMake janitor
 2014-10-19 20:28 UTC  (18+ messages)
` [Buildroot] [PATCH 01/15] package/pkg-cmake.mk: globally disable doc, examples and tests
` [Buildroot] [PATCH 02/15] package/pkg-cmake.mk: disable colouring the output
` [Buildroot] [PATCH 03/15] package/clapack: cleanup configure options
` [Buildroot] [PATCH 04/15] package/flann: "
` [Buildroot] [PATCH 05/15] package/libsoxr: "
` [Buildroot] [PATCH 06/15] "
` [Buildroot] [PATCH 07/15] package/libubox: cleanup dependencies
` [Buildroot] [PATCH 08/15] package/libubox: cleanup configure options
` [Buildroot] [PATCH 09/15] "
` [Buildroot] [PATCH 10/15] package/libuci: "
` [Buildroot] [PATCH 11/15] "
` [Buildroot] [PATCH 12/15] package/ne10: "
` [Buildroot] [PATCH 13/15] package/opencv: "
` [Buildroot] [PATCH 14/15] package/polarssl: "
` [Buildroot] [PATCH 15/15] docs/manual: update cmake-package infrastructure section

[Buildroot] [PATCH 1/3] qemu-system: new package
 2014-10-19 20:27 UTC  (8+ messages)

[Buildroot] [PATCH 00/31] Removal of BR2_GCC_TARGET_TUNE and other arch/ updates
 2014-10-19 20:08 UTC  (32+ messages)
` [Buildroot] [PATCH 01/31] ffmpeg: remove dangling reference to BR2_arm10
` [Buildroot] [PATCH 02/31] libplayer: fix typo on BR2_nios2
` [Buildroot] [PATCH 03/31] arch/arm: add blind options to know the ARM architecture
` [Buildroot] [PATCH 04/31] ffmpeg: use the new BR2_ARM_CPU_ARM* options
` [Buildroot] [PATCH 05/31] gst-ffmpeg: "
` [Buildroot] [PATCH 06/31] gst-ffmpeg: allow usage of ARMv6 optimizations on ARMv7 platforms
` [Buildroot] [PATCH 07/31] gst1-libav: use the new BR2_ARM_CPU_ARM* options
` [Buildroot] [PATCH 08/31] gst1-libav: allow usage of ARMv6 optimizations on ARMv7 platforms
` [Buildroot] [PATCH 09/31] mplayer: use BR2_ARM_CPU_ARM* options
` [Buildroot] [PATCH 10/31] libplayer: use BR2_ARM_CPU_ARM* option
` [Buildroot] [PATCH 11/31] nettle: use the BR2_ARM_CPU_ARM* options
` [Buildroot] [PATCH 12/31] nodejs: use "
` [Buildroot] [PATCH 13/31] qt5: use the "
` [Buildroot] [PATCH 14/31] speex: use "
` [Buildroot] [PATCH 15/31] vo-aacenc: use the "
` [Buildroot] [PATCH 16/31] webkit: use "
` [Buildroot] [PATCH 17/31] valgrind: use the "
` [Buildroot] [PATCH 18/31] x264: use the BR2_ARM_CPU_ARMV7A option
` [Buildroot] [PATCH 19/31] libnspr: "
` [Buildroot] [PATCH 20/31] toolchain-external: use BR2_ARM_CPU_ARM* options
` [Buildroot] [PATCH 21/31] dhcpcd: do not pass --target option
` [Buildroot] [PATCH 22/31] arch/arm: do not distinguish revisions of ARM1136JF-S
` [Buildroot] [PATCH 23/31] arch/arm: remove BR2_GCC_TARGET_ARCH definitions on ARM
` [Buildroot] [PATCH 24/31] ffmpeg: use arch and cpu instead of tune
` [Buildroot] [PATCH 25/31] arch/x86: get rid of BR2_GCC_TARGET_TUNE
` [Buildroot] [PATCH 26/31] arch/sparc: "
` [Buildroot] [PATCH 27/31] arch/powerpc: "
` [Buildroot] [PATCH 28/31] arch/m68k: "
` [Buildroot] [PATCH 29/31] gcc: do not use BR2_GCC_TARGET_TUNE anymore
` [Buildroot] [PATCH 30/31] toolchain-external: "
` [Buildroot] [PATCH 31/31] arch: remove the BR2_GCC_TARGET_TUNE option

[Buildroot] [PATCH 1/2] package/liblog4c-localtime: use numbered patches
 2014-10-19 19:49 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/liblog4c-localtime: Fix build with BR2_ENABLE_DEBUG=yes

[Buildroot] [PATCHv2 buildroot-test 00/11] autobuild-run improvements
 2014-10-19 19:44 UTC  (13+ messages)
` [Buildroot] [PATCHv2 buildroot-test 01/11] autobuild-run: check-requirements does not need to know the login details
` [Buildroot] [PATCHv2 buildroot-test 02/11] autobuild-run: convert regular function comments into docstrings
` [Buildroot] [PATCHv2 buildroot-test 03/11] autobuild-run: create main method to locally-scope all variables
` [Buildroot] [PATCHv2 buildroot-test 04/11] scripts: add python module docopt
` [Buildroot] [PATCHv2 buildroot-test 05/11] autobuild-run: use docopt for argument parsing
` [Buildroot] [PATCHv2 buildroot-test 06/11] autobuild-run: add option --make-opts for custom Buildroot options
` [Buildroot] [PATCHv2 buildroot-test 07/11] autobuild-run: use **kwargs to avoid explicit parameter passthroughs
` [Buildroot] [PATCHv2 buildroot-test 08/11] autobuild-run: set LC_ALL=C to not use locale settings of host machine
` [Buildroot] [PATCHv2 buildroot-test 09/11] autobuild-run: improve the logic to generate build-end.log
` [Buildroot] [PATCHv2 buildroot-test 10/11] autobuild-run: save config.log files for failed package
` [Buildroot] [PATCHv2 buildroot-test 11/11] autobuild-run: extend TODO list

[Buildroot] [PATCH 1/1] package/libhid: Fix build with BR2_ENABLE_DEBUG=yes
 2014-10-19 19:37 UTC 

[Buildroot] [PATCH v4 1/4] gst-ffmpeg: add option to select GPL vs LGPL build
 2014-10-19 19:33 UTC  (4+ messages)
` [Buildroot] [PATCH v4 2/4] gst-ffmpeg: add --pkg-config to internal libav configure options
` [Buildroot] [PATCH v4 3/4] gst-ffmpeg: expand package description to describe libav usage
` [Buildroot] [PATCH v4 4/4] gst-ffmpeg: change config to menuconfig, like other gst plugins

[Buildroot] [PATCH 1/1] package/ipset: Fix compile error
 2014-10-19 19:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] autobuild-run: Include the config.log file (when it exists) in the tarball
 2014-10-19 19:13 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] xserver_xorg-server: Change default to X.org modular server on supported platforms
 2014-10-19 18:51 UTC 

[Buildroot] [PATCH v2 1/1] package/mesa3d: Fix uClibc build with BR2_ENABLE_DEBUG=yes
 2014-10-19 18:05 UTC 

[Buildroot] [PATCH 01/16] uclibc: add hash file
 2014-10-19 17:38 UTC  (33+ messages)
` [Buildroot] [PATCH 02/16] zlib: "
` [Buildroot] [PATCH 03/16] nettle: "
` [Buildroot] [PATCH 04/16] libcurl: "
` [Buildroot] [PATCH 05/16] libidn: "
` [Buildroot] [PATCH 06/16] rsync: "
` [Buildroot] [PATCH 07/16] pptp-linux: "
` [Buildroot] [PATCH 08/16] usbutils: "
` [Buildroot] [PATCH 09/16] libevent: "
` [Buildroot] [PATCH 10/16] cifs-utils: add hash
` [Buildroot] [PATCH 11/16] acl: add hash file
` [Buildroot] [PATCH 12/16] attr: "
` [Buildroot] [PATCH 13/16] bridge-utils: "
` [Buildroot] [PATCH 14/16] eglibc/glibc: "
` [Buildroot] [PATCH 15/16] openvpn: "
` [Buildroot] [PATCH 16/16] mdadm: "

[Buildroot] [PATCH 1/5] openvpn: add hash file
 2014-10-19 17:26 UTC  (11+ messages)
` [Buildroot] [PATCH 2/5] pppd: "
` [Buildroot] [PATCH 3/5] mpfr: "
` [Buildroot] [PATCH 4/5] gmp: "
` [Buildroot] [PATCH 5/5] mpc: "

[Buildroot] [git commit] mpc: add hash file
 2014-10-19 17:25 UTC 

[Buildroot] [git commit] gmp: add hash file
 2014-10-19 17:25 UTC 

[Buildroot] [git commit] mpfr: add hash file
 2014-10-19 17:25 UTC 

[Buildroot] [git commit] pppd: add hash file
 2014-10-19 17:25 UTC 

[Buildroot] [git commit] openvpn: add hash file
 2014-10-19 17:24 UTC 

[Buildroot] [PATCH 1/2] hostapd: add hash
 2014-10-19 17:24 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] wpa_supplicant: "

[Buildroot] [git commit] wpa_supplicant: add hash
 2014-10-19 17:24 UTC 

[Buildroot] [PATCH v4] libevent: Use github call & fix patch
 2014-10-19 17:21 UTC 

[Buildroot] [PATCH 1/1] package/beecrypt: Replace work-around to fix gcc-4.7 compile error
 2014-10-19 17:07 UTC 

[Buildroot] [git commit] sqlite: bump to version 3.8.7
 2014-10-19 17:05 UTC 

[Buildroot] [RFC/PATCH v4 00/12] package/kodi: Bump version to 14.0a4-Helix
 2014-10-19 16:54 UTC  (13+ messages)
` [Buildroot] [RFC/PATCH v4 01/12] package/ffmpeg: Add Kodi patchset
` [Buildroot] [RFC/PATCH v4 02/12] Rename XBMC to Kodi - part I - move files
` [Buildroot] [RFC/PATCH v4 03/12] Rename XBMC to Kodi - part II - rename variables
` [Buildroot] [RFC/PATCH v4 04/12] package/kodi: Bump version to 14.0a4-Helix
` [Buildroot] [RFC/PATCH v4 05/12] xbmc-pvr-addons: Bump version for Helix-compatibility
` [Buildroot] [RFC/PATCH v4 06/12] package/xbmc-addon-xvdr: "
` [Buildroot] [RFC/PATCH v4 07/12] package/kodi: New option to enable support for optical drives
` [Buildroot] [RFC/PATCH v4 08/12] package/kodi: Enable install to STAGING_DIR, needed for audioencoder addons
` [Buildroot] [RFC/PATCH v4 09/12] package/kodi-audioencoder-flac: New package
` [Buildroot] [RFC/PATCH v4 10/12] package/kodi-audioencoder-lame: "
` [Buildroot] [RFC/PATCH v4 11/12] package/kodi-audioencoder-vorbis: "
` [Buildroot] [RFC/PATCH v4 12/12] package/kodi-audioencoder-wav: "

[Buildroot] [PATCH v2 1/1] package/beecrypt: Fix build with BR2_ENABLE_DEBUG=yes, no need for expert mode anymore
 2014-10-19 16:47 UTC 

[Buildroot] [PATCH 1/1] package/beecrypt: Fix build with BR2_ENABLE_DEBUG=yes
 2014-10-19 16:37 UTC  (6+ messages)
` [Buildroot] [PATCH 1/1] package/mesa3d: Fix uClibc "

[Buildroot] [PATCH 1/1] package/findutils: Fix compile error
 2014-10-19 16:24 UTC 

[Buildroot] [git commit] mdadm: add hash file
 2014-10-19 15:36 UTC 

[Buildroot] [git commit] bridge-utils: add hash file
 2014-10-19 15:36 UTC 

[Buildroot] [git commit] attr: add hash file
 2014-10-19 15:36 UTC 

[Buildroot] [git commit] acl: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] cifs-utils: add hash
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] libevent: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] usbutils: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] pptp-linux: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] rsync: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] libidn: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] libcurl: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] nettle: add hash file
 2014-10-19 15:35 UTC 

[Buildroot] [git commit] zlib: add hash file
 2014-10-19 15:34 UTC 

[Buildroot] [git commit] uclibc: add hash file
 2014-10-19 15:34 UTC 

[Buildroot] [PATCH v3 1/2] pps-tools: new package
 2014-10-19 15:29 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] infra: Move --enable/--disable-debug to package/Makefile.in
 2014-10-19 15:26 UTC  (3+ messages)

[Buildroot] [git commit] ntp: Adding pps support to ntpd
 2014-10-19 15:23 UTC 

[Buildroot] [git commit] pps-tools: new package
 2014-10-19 15:22 UTC 

[Buildroot] [PATCH] pkg-stats: add statistics about hash files
 2014-10-19 15:21 UTC  (2+ messages)

[Buildroot] [git commit] pkg-stats: add statistics about hash files
 2014-10-19 15:20 UTC 

[Buildroot] [PATCHv2] tar: bump to version 1.28
 2014-10-19 15:19 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/3] infra: Move --enable/--disable-debug to package/Makefile.in
 2014-10-19 15:19 UTC  (4+ messages)

[Buildroot] [git commit] tar: bump to version 1.28
 2014-10-19 15:17 UTC 

[Buildroot] [PATCH v2] yaml-cpp: new package
 2014-10-19 15:11 UTC  (2+ messages)

[Buildroot] [git commit] infra: Remove --disable-gtk-doc from packages, already defined in pkg-autotools.mk
 2014-10-19 15:08 UTC 

[Buildroot] [git commit] infra: Move --enable/--disable-debug to package/Makefile.in
 2014-10-19 15:07 UTC 

[Buildroot] [PATCH v3] libevent: Use github call & fix patch
 2014-10-19 15:06 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/alsa-utils: Fix gettext related build error
 2014-10-19 14:49 UTC 

[Buildroot] [PATCH 1/1] package/alsa-utils: alsamixer optionally depends on gettext
 2014-10-19 14:45 UTC 

[Buildroot] [PATCH] connman: bump to version 1.26
 2014-10-19 14:42 UTC  (2+ messages)

[Buildroot] [PATCH] cppdb: enable postgresql support
 2014-10-19 14:41 UTC  (2+ messages)

[Buildroot] [git commit] cppdb: enable postgresql support
 2014-10-19 14:41 UTC 

[Buildroot] [PATCH] mx53loco_defconfig: refresh
 2014-10-19 14:39 UTC  (2+ messages)

[Buildroot] [PATCH v3] rpi-userland: bump revision for musl compile fixes
 2014-10-19 14:37 UTC  (3+ messages)
` [Buildroot] [PATCH v4] rpi-userland: bump revision and add patch to fix compile with musl

[Buildroot] [git commit] rpi-userland: bump revision and add patch to fix compile with musl
 2014-10-19 14:29 UTC 

[Buildroot] [PATCH v2 1/1] package/cdrkit: download from alternate site
 2014-10-19 14:29 UTC  (2+ messages)

[Buildroot] [git commit] package/cdrkit: download from alternate site
 2014-10-19 14:28 UTC 

[Buildroot] [PATCH 1/2] xserver_xorg-server: Bump version to 1.16.1
 2014-10-19 14:26 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libpciaccess: Add optional support for zlib

[Buildroot] [git commit] package/libpciaccess: Add optional support for zlib
 2014-10-19 14:26 UTC 

[Buildroot] [git commit] xserver_xorg-server: Bump version to 1.16.1
 2014-10-19 14:25 UTC 

[Buildroot] [PATCH] configs/qemu: update to the latest possible kernel version
 2014-10-19 14:22 UTC  (2+ messages)

[Buildroot] [git commit] configs/qemu: update to the latest possible kernel version
 2014-10-19 14:22 UTC 

[Buildroot] [PATCH 1/2] package/alsa-utils: Switch ALSA_UTILS_SITE to official site
 2014-10-19 14:20 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/alsa-lib: Switch ALSA_LIB_SITE "

[Buildroot] [git commit] package/alsa-lib: Switch ALSA_LIB_SITE to official site
 2014-10-19 14:18 UTC 

[Buildroot] [git commit] package/alsa-utils: Switch ALSA_UTILS_SITE to official site
 2014-10-19 14:18 UTC 

[Buildroot] [PATCH 1/6] radvd: bump to version 2.8
 2014-10-19 13:38 UTC  (6+ messages)
` [Buildroot] [PATCH 6/6] tar: bump to version 1.28

[Buildroot] [PATCH 1/1] package/alsa-utils: Link against libintl if needed
 2014-10-19 13:22 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/cdrkit: download from svn
 2014-10-19 13:20 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] packages: VERSION should reflect tag name
 2014-10-19 11:57 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] geoip: Remove useless variable

[Buildroot] [PATCH 1/1] package/avahi: use upstream-provided systemd files
 2014-10-19 11:29 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/2] xlib_libpciaccess: Rename package to libpciaccess
 2014-10-19 11:27 UTC  (3+ messages)

[Buildroot] [git commit] bandwidthd: Version bump to handle indirect deps properly
 2014-10-19 11:22 UTC 

[Buildroot] [git commit] avahi: do not install S05avahi-setup.sh in systemd setup
 2014-10-19 11:13 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox