Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-01 21:20:36 to 2016-02-02 19:57:26 UTC [more...]

[Buildroot] [PATCH 00/18] Erlang 18 and native atomic ops
 2016-02-02 19:57 UTC  (6+ messages)
` [Buildroot] [PATCH 18/18] erlang: make libatomic_ops optional
  ` [Buildroot] [PATCH v2 00/18] Erlang 18 and native atomic ops

[Buildroot] [PATCH 1/2] scanpypi: new utility
 2016-02-02 19:54 UTC  (4+ messages)

[Buildroot] [PATCH 00/19] Changes needed to compile crossbar
 2016-02-02 19:38 UTC  (41+ messages)
` [Buildroot] [PATCH 01/19] python-jinja2: bump to 2.8
` [Buildroot] [PATCH 02/19] python-characteristic: new package
` [Buildroot] [PATCH 03/19] python-cbor: "
` [Buildroot] [PATCH 04/19] python-click: "
` [Buildroot] [PATCH 05/19] python-lmdb: "
` [Buildroot] [PATCH 06/19] python-mistune: "
` [Buildroot] [PATCH 07/19] python-netaddr: "
` [Buildroot] [PATCH 08/19] python-pycparser: python runtime added
` [Buildroot] [PATCH 09/19] python-pygments: new package
` [Buildroot] [PATCH 10/19] python-pynacl: "
` [Buildroot] [PATCH 11/19] python-pytrie: "
` [Buildroot] [PATCH 12/19] python-service-identity: "
` [Buildroot] [PATCH 13/19] python-shutilwhich: "
` [Buildroot] [PATCH 14/19] python-treq: "
` [Buildroot] [PATCH 15/19] python-txaio: "
` [Buildroot] [PATCH 16/19] python-msgpack: bump to 0.4.7
` [Buildroot] [PATCH 17/19] python-pyasn-modules: new package
` [Buildroot] [PATCH 18/19] python-autobahn: "
` [Buildroot] [PATCH 19/19] python-crossbar: "

[Buildroot] [git commit] python-netaddr: new package
 2016-02-02 19:36 UTC 

[Buildroot] [PATCH v6 00/13] Relocatable SDK / build machine leaks
 2016-02-02 18:17 UTC  (9+ messages)
` [Buildroot] [PATCH v6 07/13] support/scripts: add fix-rpath script + a bunch of helpers
` [Buildroot] [PATCH v6 08/13] core: add HOST_SANITIZE_RPATH_HOOK to TARGET_FINALIZE_HOOKS
` [Buildroot] [PATCH v6 09/13] core: add {TARGET, STAGING}_SANITIZE_RPATH_HOOK "
` [Buildroot] [PATCH v6 10/13] package/speex: remove no longer needed hook

[Buildroot] [PATCH v2] gr-osmosdr: new package
 2016-02-02 17:37 UTC 

[Buildroot] [git commit] python-mistune: new package
 2016-02-02 17:02 UTC 

[Buildroot] glibc and --enable-kernel
 2016-02-02 16:56 UTC  (7+ messages)

[Buildroot] [git commit] python-click: new package
 2016-02-02 16:54 UTC 

[Buildroot] Regular Buildroot patchwork sessions
 2016-02-02 16:38 UTC 

[Buildroot] [PATCH] yajl: Bump version to 2.1.0
 2016-02-02 16:38 UTC 

[Buildroot] Python packages
 2016-02-02 16:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lcdproc: fix musl build
 2016-02-02 16:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] vala: add vala/valac wrapper
 2016-02-02 16:01 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] libgee: new package
` [Buildroot] [PATCH 3/3] granite: "

[Buildroot] [PATCH 1/2] package/iprutils: bump version to 2.4.10
 2016-02-02 16:01 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/iprutils: Fix musl build

[Buildroot] [PATCH] socat: security bump to version 2.0.0-b9
 2016-02-02 15:59 UTC  (3+ messages)

[Buildroot] [PATCH v2] socat: security bump to version 2.0.0-b9
 2016-02-02 15:59 UTC 

[Buildroot] [PATCH v2 1/2] package/kodi: not available using a musl-based toolchain
 2016-02-02 15:55 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/iperf3: fix musl build
 2016-02-02 15:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/lshw: bump version to B.02.17
 2016-02-02 15:53 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/lshw: fix musl build

[Buildroot] [git commit] python-cbor: new package
 2016-02-02 15:34 UTC 

[Buildroot] [PATCH v3 00/18] Rework atomic handling
 2016-02-02 15:31 UTC  (19+ messages)
` [Buildroot] [PATCH v3 01/18] icu: libatomic is only available starting from gcc 4.8
` [Buildroot] [PATCH v3 02/18] toolchain: add BR2_TOOLCHAIN_HAS_{SYNC_x, ATOMIC} hidden booleans
` [Buildroot] [PATCH v3 03/18] docs/manual: document usage of BR2_TOOLCHAIN_HAS_SYNC_x
` [Buildroot] [PATCH v3 04/18] json-c: needs __sync_val_compare_and_swap_4
` [Buildroot] [PATCH v3 05/18] pulseaudio: remove BR2_ARCH_HAS_ATOMICS dependency
` [Buildroot] [PATCH v3 06/18] apache, apr: fix atomic handling
` [Buildroot] [PATCH v3 07/18] jack2: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbol
` [Buildroot] [PATCH v3 08/18] libtorrent: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbols
` [Buildroot] [PATCH v3 09/18] gauche: disable on SPARC(64), remove atomics dependency
` [Buildroot] [PATCH v3 10/18] cairo, harfbuzz: rework atomic dependencies
` [Buildroot] [PATCH v3 11/18] squid: rework atomic handling
` [Buildroot] [PATCH v3 12/18] thrift: remove BR2_ARCH_HAS_ATOMICS dependency
` [Buildroot] [PATCH v3 13/18] msgpack: rework "
` [Buildroot] [PATCH v3 14/18] arch: remove BR2_ARCH_HAS_ATOMICS option
` [Buildroot] [PATCH v3 15/18] glog: fix atomic built-in problem
` [Buildroot] [PATCH v3 16/18] openal: fix atomic handling
` [Buildroot] [PATCH v3 17/18] freerdp: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency
` [Buildroot] [PATCH v3 18/18] neard: "

[Buildroot] [PATCH v2] toolchain: add a harmless link when sysroot detection is not accurate
 2016-02-02 15:30 UTC  (5+ messages)

[Buildroot] Why is libbsd limited to ARM, x86 and x86_64?
 2016-02-02 15:30 UTC 

[Buildroot] [PATCH 1/1] package/mraa: fix musl build
 2016-02-02 15:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openipmi: fix musl build
 2016-02-02 15:24 UTC  (2+ messages)

[Buildroot] [PATCH] toolchain: add gdb wrapper that automatically passes the gdbinit file
 2016-02-02 15:23 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/qt5/qt5base: fix musl build
 2016-02-02 15:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/psmisc: fix musl build
 2016-02-02 15:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/libndp: bump version to 1.5
 2016-02-02 15:03 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/libndp: fix musl build

[Buildroot] [PATCH 1/1] package/lvm2: fix musl build
 2016-02-02 15:03 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/lirc-tools: fix musl build
 2016-02-02 15:03 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/rsyslog: fix musl buil
 2016-02-02 14:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/squeezelite: fix musl build
 2016-02-02 14:44 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/sysklogd: fix musl build
 2016-02-02 14:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/gpsd: bump version to 3.16
 2016-02-02 13:42 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/2] package/sconeserver: bump version to fix musl build

[Buildroot] [PATCH] nfs-utils: Fix autobuilders issues
 2016-02-02 13:34 UTC 

[Buildroot] [PATCH 1/2] package/smack: bump version to 1.1.0
 2016-02-02 13:24 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/smack: fix musl build

[Buildroot] [PATCH 1/1] package/wipe: fix musl build
 2016-02-02 13:10 UTC  (2+ messages)

[Buildroot] [PATCH 0/6] Bump sigrok packages
 2016-02-02 13:06 UTC  (3+ messages)
` [Buildroot] [PATCH 3/6] package/libsigrok: fix musl build

[Buildroot] [PATCH v3] support/scripts: add size-stats-compare script
 2016-02-02 13:05 UTC 

[Buildroot] [PATCH 1/2] package/libraw1394: bump version to 2.1.1
 2016-02-02 13:04 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/libraw1394: fix musl build

[Buildroot] [PATCH] kodi, mpd: fix samba4 related dependency mistakes
 2016-02-02 13:03 UTC  (2+ messages)

[Buildroot] [git commit] kodi, mpd: fix samba4 related dependency mistakes
 2016-02-02 13:03 UTC 

[Buildroot] [PATCH 1/2] package/oprofile: bump version to 1.1.0
 2016-02-02 13:02 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/oprofile: fux musl build

[Buildroot] [PATCH 1/1] Update freescale_imx6qsabreauto_defconfig
 2016-02-02 12:50 UTC  (2+ messages)

[Buildroot] [PATCH] iptables: fix libpcap static linking
 2016-02-02 12:42 UTC  (2+ messages)

[Buildroot] [git commit] iptables: fix libpcap static linking
 2016-02-02 11:27 UTC 

[Buildroot] [PATCH] board: Add support for Acmesystems Arietta g25
 2016-02-02 11:20 UTC  (2+ messages)

[Buildroot] [PATCH V3 RESEND 0/5] Add ILP32 support in aarch64
 2016-02-02 11:16 UTC  (10+ messages)

[Buildroot] [PATCH 1/2] package/ola: bump version to 0.10.0
 2016-02-02 10:55 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/ola: fix musl build

[Buildroot] [PATCH v3 0/2] gst1-imx: bump version to 0.12.0
 2016-02-02  9:47 UTC  (3+ messages)
` [Buildroot] [PATCH v3 1/2] libimxvpuapi: add new package
` [Buildroot] [PATCH v3 2/2] gst1-imx: bump to version 0.12.0

[Buildroot] [git commit] package/ola: bump version to 0.10.0
 2016-02-02  9:20 UTC 

[Buildroot] [git commit] kernel-module-imx-gpu-viv: add new package
 2016-02-02  9:20 UTC 

[Buildroot] [git commit] package/ola: fix musl build
 2016-02-02  9:20 UTC 

[Buildroot] [git commit] package/ola: add hash file
 2016-02-02  9:20 UTC 

[Buildroot] [PATCH 00/10] Update most Freescale packages
 2016-02-02  9:07 UTC  (9+ messages)
` [Buildroot] [PATCH 10/10] gst1-imx: bump to version 0.12.0

[Buildroot] [PATCH 0/3] toolchain: add possibility to use kernel version for linux-headers (branch yem/kenrel-headers)
 2016-02-02  9:05 UTC  (3+ messages)
` [Buildroot] [PATCH 1/3] package/linux-headers: add option to use same sources as the kernel

[Buildroot] [PATCH] Don't build host-cmake if it is available on the build host
 2016-02-02  9:01 UTC  (3+ messages)

[Buildroot] [PATCH v2 0/5] Patch file clarification & Co
 2016-02-02  8:58 UTC  (9+ messages)
` [Buildroot] [PATCH v2 1/5] Update copyright year
` [Buildroot] [PATCH v2 2/5] docs/manual: slightly clarify patch licensing
` [Buildroot] [PATCH v2 3/5] COPYING: add exception about "
` [Buildroot] [PATCH v2 4/5] docs/manual: add section "
` [Buildroot] [PATCH v2 5/5] legal-info: explicitly state how patches are licensed

[Buildroot] [git commit] package/linux-headers: add option to use same sources as the kernel
 2016-02-02  8:55 UTC 

[Buildroot] [PATCH v2] kernel-module-imx-gpu-viv: add new package
 2016-02-02  8:53 UTC  (2+ messages)

[Buildroot] [PATCH v2] util-linux: fix static builds with uClibc
 2016-02-02  8:40 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/gstreamer/gst-plugins-base: Fix build on x86 if emmintrin.h is available but can't be used
 2016-02-02  8:35 UTC  (3+ messages)

[Buildroot] [git commit] util-linux: fix static builds with uClibc
 2016-02-02  8:23 UTC 

[Buildroot] [git commit] gstreamer1: don't rely on a recent coreutils for relative symlink support
 2016-02-02  8:17 UTC 

[Buildroot] uClibc-admins post from martin@barkynet.com requires approval
 2016-02-02  8:15 UTC  (6+ messages)

[Buildroot] [git commit] python-msgpack: bump to 0.4.7
 2016-02-02  8:14 UTC 

[Buildroot] [git commit] python-jinja2: bump to 2.8
 2016-02-02  8:14 UTC 

[Buildroot] [git commit] package/faifa: fix musl build
 2016-02-02  8:13 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-02-01
 2016-02-02  7:30 UTC 

[Buildroot] bugzilla upgraded to 5.0
 2016-02-02  7:28 UTC 

[Buildroot] apache upgraded to 2.4
 2016-02-02  7:27 UTC  (2+ messages)

[Buildroot] [PATCH] unrar: new package
 2016-02-02  0:04 UTC  (2+ messages)

[Buildroot] [git commit] unrar: new package
 2016-02-02  0:02 UTC 

[Buildroot] [Bug 7892] New: systemd-journald is broken
 2016-02-01 23:38 UTC  (2+ messages)
` [Buildroot] [Bug 7892] "

[Buildroot] [PATCH 0/4] Update Freescale graphics packages
 2016-02-01 23:33 UTC  (6+ messages)
` [Buildroot] [PATCH 3/4] kernel-module-imx-gpu-viv: add new package

[Buildroot] [PATCH 0/8 RFC] Adding a Go package infrastructure
 2016-02-01 23:31 UTC  (9+ messages)
` [Buildroot] [PATCH 1/8 RFC] package/golang: create Go 1.5 host compiler package
` [Buildroot] [PATCH 2/8 RFC] package/golang-gb: create gb package to build and fetch go packages
` [Buildroot] [PATCH 3/8 RFC] package/pkg-generic.mk: allow custom extract directory
` [Buildroot] [PATCH 4/8 RFC] package/pkg-golang.mk: infrastructure for Go packages
` [Buildroot] [PATCH 5/8 RFC] docs/manual: documents the golang-package infrastructure
` [Buildroot] [PATCH 6/8 RFC] package/rtop: add rtop package in Go
` [Buildroot] [PATCH 7/8 RFC] package/embd: add embd package (embedded programming framework)
` [Buildroot] [PATCH 8/8 RFC] package/bolt: add bolt package (persistent key-value store)

[Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 2.8.6
 2016-02-01 22:59 UTC  (2+ messages)

[Buildroot] [git commit] package/ffmpeg: bump version to 2.8.6
 2016-02-01 22:57 UTC 

[Buildroot] [PATCH 1/1] package/faifa: fix musl build
 2016-02-01 22:51 UTC  (2+ messages)

[Buildroot] [git commit] binutils: ensure TARGET_CONFIGURE_ARGS is taken into consideration for subdirs
 2016-02-01 22:46 UTC 

[Buildroot] [PATCH 1/1] package/python-spidev: fix musl build
 2016-02-01 22:45 UTC  (2+ messages)

[Buildroot] [git commit] package/python-spidev: fix musl build
 2016-02-01 22:44 UTC 

[Buildroot] [PATCH 0/16 v3] legal-info improvements and completeness (branch yem/legal-2)
 2016-02-01 22:42 UTC  (3+ messages)
` [Buildroot] [PATCH 01/16 v3] core/legal-info: update the legal-info report header

[Buildroot] [PATCH 1/1] RFC: musl: Fix gettext support
 2016-02-01 22:42 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/1] package/procps-ng: Fix install, procps-ng does not use /usr/bin anymore
 2016-02-01 22:21 UTC 

[Buildroot] [PATCH 0/5] Patch file clarification & Co
 2016-02-01 22:12 UTC  (4+ messages)
` [Buildroot] [PATCH 4/5] docs/manual: add section about patch licensing

[Buildroot] [PATCH v2 0/2] gst1-imx: bump version to 0.12.0
 2016-02-01 21:55 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/2] libimxvpuapi: add new package
` [Buildroot] [PATCH v2 2/2] gst1-imx: bump to version 0.12.0


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