Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-01 14:35:39 to 2012-11-04 12:04:11 UTC [more...]

[Buildroot] [pull request] Pull request for branch for-2012.11/rpc-support
 2012-11-04 12:04 UTC  (11+ messages)
` [Buildroot] [PATCH 01/20] toolchain-external: ARM 2012.03 has RPC support
` [Buildroot] [PATCH 02/20] libtirpc: new package
` [Buildroot] [PATCH 03/20] busybox: add support to link against libtirpc when available
` [Buildroot] [PATCH 04/20] lmbench: add support to use "
` [Buildroot] [PATCH 05/20] nfs-utils: add support to use RPC support from libtirpc
` [Buildroot] [PATCH 06/20] rpcbind: new package
` [Buildroot] [PATCH 07/20] portmap: mention that rpcbind is the project that superseds portmap
` [Buildroot] [PATCH 08/20] quota: add support to use RPC support from libtirpc
` [Buildroot] [PATCH 09/20] samba: unconditionally enable --with-sys-quotas
` [Buildroot] [PATCH 10/20] xinetd: add support to use RPC support from libtirpc

[Buildroot] [git commit] system: fixup default device table locations after system/ got added
 2012-11-04 12:00 UTC 

[Buildroot] [pull request] Pull request for branch remove-target-dir
 2012-11-04 11:53 UTC  (8+ messages)
` [Buildroot] [PATCH 1/3] New top-level directory: system
` [Buildroot] [PATCH 2/3] Split target/Config.in.arch into multiple Config.in.* in arch/
` [Buildroot] [PATCH 3/3] arch: improve definition of gcc mtune, mcpu, etc

[Buildroot] [git commit] Split target/Config.in.arch into multiple Config.in.* in arch/
 2012-11-04 11:51 UTC 

[Buildroot] [git commit] New top-level directory: system
 2012-11-04 11:51 UTC 

[Buildroot] [PATCH] QT: Fix build for architectures using generic atomics
 2012-11-04 11:39 UTC  (2+ messages)

[Buildroot] [PATCH] ulogd: fix build failure
 2012-11-04 11:35 UTC 

[Buildroot] [PATCH] xlib_libX11: fix compilation of makekeys
 2012-11-04 11:30 UTC 

[Buildroot] [PATCH] sqlite: Add new compile-time options
 2012-11-04 11:16 UTC  (3+ messages)

[Buildroot] [git commit] sqlite: Add new compile-time options
 2012-11-04 11:15 UTC 

[Buildroot] [PATCH] cups: fix libdir handling
 2012-11-04 11:07 UTC  (2+ messages)

[Buildroot] [git commit] cups: fix libdir handling
 2012-11-04 11:07 UTC 

[Buildroot] [PATCH] links: Enable graphics for X11
 2012-11-04 11:04 UTC  (2+ messages)

[Buildroot] [git commit] links: Enable graphics for X11
 2012-11-04 11:01 UTC 

[Buildroot] [PATCH 01/12] libnetfilter_conntrack: bump to version 1.0.2
 2012-11-04 10:53 UTC  (4+ messages)
` [Buildroot] [PATCH 11/12] ulogd: add new package

[Buildroot] [git commit] xlib_libSM: only build documentation if needed
 2012-11-04 10:52 UTC  (2+ messages)
` [Buildroot] [PATCH] pkg-infra: pass --disable-doc if documentation is not enabled

[Buildroot] [PATCH] opus-tools: fix build on i386
 2012-11-04 10:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] bison: bump to version 2.6.3
 2012-11-04 10:27 UTC  (2+ messages)

[Buildroot] [git commit] libnl: bump to version 3.2.14
 2012-11-04 10:25 UTC 

[Buildroot] [git commit] bison: bump to version 2.6.3
 2012-11-04 10:25 UTC 

[Buildroot] [PATCH 1/7] xapp_listres: fix build against Xmu by bumping the version
 2012-11-04 10:24 UTC  (2+ messages)

[Buildroot] [git commit] xapp_xsm: fix build against Xmu by bumping version
 2012-11-04 10:23 UTC 

[Buildroot] [git commit] xapp_xmag: fix build against Xmu by bumping version
 2012-11-04 10:23 UTC 

[Buildroot] [git commit] xapp_xgc: fix build against Xmu by bumping version
 2012-11-04 10:22 UTC 

[Buildroot] [git commit] xapp_xfontsel: fix build against Xmu by bumping version
 2012-11-04 10:22 UTC 

[Buildroot] [git commit] xapp_xedit: fix build against Xmu by bumping version
 2012-11-04 10:22 UTC 

[Buildroot] [git commit] xapp_xbiff: fix build against Xmu by bumping version
 2012-11-04 10:22 UTC 

[Buildroot] [git commit] xapp_listres: fix build against Xmu by bumping the version
 2012-11-04 10:12 UTC 

[Buildroot] [git commit] opus-tools: fix build on i386
 2012-11-04  9:28 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2012-11-03
 2012-11-04  7:33 UTC 

[Buildroot] [pull request] Pull request for branch for-2012.11/rpc-support
 2012-11-04  6:52 UTC  (36+ messages)
` [Buildroot] [PATCH 01/18] uClibc: use the Buildroot toolchain options instead of the hidden common options
` [Buildroot] [PATCH 02/18] busybox: don't force FEATURE_NFS_MOUNT
` [Buildroot] [PATCH 03/18] toolchain-crosstool-ng: use the Crosstool-ng config options instead of the common hidden ones
` [Buildroot] [PATCH 04/18] Rename BR2_INET_RPC to BR2_TOOLCHAIN_HAS_NATIVE_RPC
` [Buildroot] [PATCH 05/18] toolchain-external: improve glibc support to test availability of RPC
` [Buildroot] [PATCH 06/18] libtirpc: new package
` [Buildroot] [PATCH 07/18] busybox: add support to link against libtirpc when available
` [Buildroot] [PATCH 08/18] lmbench: add support to use "
` [Buildroot] [PATCH 09/18] nfs-utils: add support to use RPC support from libtirpc
` [Buildroot] [PATCH 10/18] rpcbind: new package
` [Buildroot] [PATCH 11/18] portmap: mention that rpcbind is the project that superseds portmap
` [Buildroot] [PATCH 12/18] quota: add support to use RPC support from libtirpc
` [Buildroot] [PATCH 13/18] samba: unconditionally enable --with-sys-quotas
` [Buildroot] [PATCH 14/18] xinetd: add support to use RPC support from libtirpc
` [Buildroot] [PATCH 15/18] toolchain-external: add Sourcery CodeBench SuperH 2012.03
` [Buildroot] [PATCH 16/18] toolchain-external: add Sourcery CodeBench x86 2012.03
` [Buildroot] [PATCH 17/18] netkitbase: mark as deprecated
` [Buildroot] [PATCH 18/18] netkittelnet: "

[Buildroot] [git commit] toolchain-external: improve glibc support to test availability of RPC
 2012-11-04  0:22 UTC 

[Buildroot] [git commit] netkittelnet: mark as deprecated
 2012-11-04  0:19 UTC 

[Buildroot] [git commit] netkitbase: mark as deprecated
 2012-11-04  0:18 UTC 

[Buildroot] [git commit] Rename BR2_INET_RPC to BR2_TOOLCHAIN_HAS_NATIVE_RPC
 2012-11-04  0:14 UTC 

[Buildroot] [git commit] toolchain-crosstool-ng: use the Crosstool-ng config options instead of the common hidden ones
 2012-11-04  0:12 UTC 

[Buildroot] [git commit] busybox: don't force FEATURE_NFS_MOUNT
 2012-11-04  0:11 UTC 

[Buildroot] [git commit] uClibc: use the Buildroot toolchain options instead of the hidden common options
 2012-11-04  0:08 UTC 

[Buildroot] [PATCH] libhid: disable on avr32
 2012-11-04  0:02 UTC  (2+ messages)

[Buildroot] [git commit] libhid: disable on avr32
 2012-11-04  0:01 UTC 

[Buildroot] [PATCH] pkg-download: Make a shallow clone for git downloads
 2012-11-03 23:57 UTC  (3+ messages)

[Buildroot] [git commit] pkg-download: Make a shallow clone for git downloads
 2012-11-03 23:55 UTC 

[Buildroot] cannot compile a program within a uclibc build chroot
 2012-11-03 23:28 UTC  (4+ messages)
` [Buildroot] [PATCH] uClibc: install libc.so even if BR2_PREFER_STATIC_LIB is enabled

[Buildroot] [PATCH] legal-info: support per-package hooks
 2012-11-03 23:25 UTC  (2+ messages)

[Buildroot] [pull request v2] Pull request for branch remove-target-dir
 2012-11-03 18:28 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] Split target/Config.in.arch into multiple Config.in.* in arch/

[Buildroot] [pull request] Pull request for branch for-2012.08/new-packages
 2012-11-03 18:18 UTC  (3+ messages)
` [Buildroot] [PATCH 05/10] qextserialport: new package

[Buildroot] [PATCH 1/1] bump latest stable kernel headers
 2012-11-03 18:18 UTC  (2+ messages)

[Buildroot] [PATCHv3] QtSerialPort: new package
 2012-11-03 18:17 UTC  (4+ messages)

[Buildroot] [PATCHv2 00/12] Netfilter bumps and additions
 2012-11-03 18:15 UTC  (2+ messages)

[Buildroot] [git commit] arptables: add new package
 2012-11-03 18:14 UTC 

[Buildroot] [git commit] ulogd: add new package
 2012-11-03 18:13 UTC 

[Buildroot] [git commit] conntrack-tools: bump to version 1.4.0
 2012-11-03 18:13 UTC 

[Buildroot] [git commit] nfacct: add new package
 2012-11-03 18:12 UTC 

[Buildroot] [git commit] libnetfilter_log: add new package
 2012-11-03 18:12 UTC 

[Buildroot] [git commit] libmnl: add license info
 2012-11-03 18:12 UTC 

[Buildroot] [git commit] libnetfilter_acct: add new package
 2012-11-03 18:11 UTC 

[Buildroot] [git commit] libnetfilter_queue: add new package
 2012-11-03 18:11 UTC 

[Buildroot] [git commit] libnetfilter_cthelper: add new package
 2012-11-03 18:10 UTC 

[Buildroot] [git commit] libnfnetlink: bump to version 1.0.1
 2012-11-03 18:09 UTC 

[Buildroot] [git commit] libnetfilter_cttimeout: add license info
 2012-11-03 18:09 UTC 

[Buildroot] [PATCH] cmake: bump version to 2.8.9 Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
 2012-11-03 18:08 UTC  (2+ messages)

[Buildroot] [git commit] libnetfilter_conntrack: bump to version 1.0.2
 2012-11-03 18:06 UTC 

[Buildroot] [git commit] cmake: bump version to 2.8.9
 2012-11-03 17:35 UTC 

[Buildroot] [git commit] qextserialport: new package
 2012-11-03 17:35 UTC 

[Buildroot] [PATCH] use avr32linux.org mirror
 2012-11-03 17:15 UTC  (2+ messages)

[Buildroot] [git commit] use avr32linux.org mirror
 2012-11-03 17:11 UTC 

[Buildroot] [PATCH] gdb: adjust behavior when thread debug is not available
 2012-11-03 16:54 UTC  (2+ messages)

[Buildroot] [git commit] gdb: adjust behavior when thread debug is not available
 2012-11-03 16:51 UTC 

[Buildroot] [PATCHv2] barebox: Allow to pass a custom configuration file
 2012-11-03 16:21 UTC  (2+ messages)

[Buildroot] [git commit] barebox: Allow to pass a custom configuration file
 2012-11-03 16:20 UTC 

[Buildroot] [PATCH v11 1/9] host-qemu: new package
 2012-11-03 16:10 UTC  (2+ messages)

[Buildroot] [git commit] cpanminus: new package
 2012-11-03 16:07 UTC 

[Buildroot] [git commit] iproute2: fix em_ipset build issue
 2012-11-03 15:58 UTC 

[Buildroot] [git commit] package: don't hide webservers when !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 2012-11-03 11:53 UTC 

[Buildroot] Reproducing autobuilder tests
 2012-11-03 11:50 UTC 

[Buildroot] [git commit] perl: prepare the removal of microperl
 2012-11-03 11:06 UTC 

[Buildroot] [git commit] perl: add option "custom install"
 2012-11-03 11:00 UTC 

[Buildroot] [git commit] perl: add GDBM_File
 2012-11-03 10:52 UTC 

[Buildroot] [git commit] gdbm: new package
 2012-11-03 10:48 UTC 

[Buildroot] [git commit] perl: add DB_File
 2012-11-03 10:41 UTC 

[Buildroot] [git commit] perl: new package
 2012-11-03 10:23 UTC 

[Buildroot] [git commit] host-qemu: new package
 2012-11-03 10:14 UTC 

[Buildroot] [PATCH] lcdapi: fix autobuilder failures
 2012-11-03  9:39 UTC  (2+ messages)

[Buildroot] [git commit] lcdapi: fix autobuilder failures
 2012-11-03  9:32 UTC 

[Buildroot] [git commit] iproute2: fix build with toolchains providing setns(2)
 2012-11-03  8:21 UTC 

[Buildroot] [git commit] gdisk: close(2) needs unistd.h
 2012-11-03  7:59 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2012-11-02
 2012-11-03  7:32 UTC 

[Buildroot] [PATCH 0/3] Update AT91SAM926* patches and configs
 2012-11-02 22:52 UTC  (2+ messages)

[Buildroot] [git commit] dbus: bump version
 2012-11-02 22:51 UTC 

[Buildroot] [git commit] at91sam92*: update defconfigs to use latest u-boot
 2012-11-02 22:36 UTC 

[Buildroot] [RFC 0/2] legal-info: split _LICENSE and _REDISTRIBUTE constants
 2012-11-02 22:32 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] legal-info: move $(2)_LICENSE to a proper line
` [Buildroot] [PATCH 2/2] legal-info: split _LICENSE and _REDISTRIBUTE constants

[Buildroot] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static
 2012-11-02 22:21 UTC  (2+ messages)

[Buildroot] [git commit] u-boot: update at91 patches to match mainline
 2012-11-02 20:27 UTC 

[Buildroot] [git commit] at91bootstrap: update patch for latest u-boot
 2012-11-02 20:26 UTC 

[Buildroot] [git commit] linux: bump 3.6.x stable version
 2012-11-02 20:23 UTC 

[Buildroot] [git commit] kernel-headers: bump 3.{0, 2, 4, 6}.x stable versions
 2012-11-02 20:23 UTC 

[Buildroot] [git commit] Add default configuration for the AArch64 Foundation V8 simulator
 2012-11-02 20:12 UTC 

[Buildroot] [git commit] boot-wrapper-aarch64: new package
 2012-11-02 20:10 UTC 

[Buildroot] [git commit] Support KERNEL_ARCH for AArch64
 2012-11-02 20:08 UTC 

[Buildroot] [git commit] toolchain: make external toolchain the default for AArch64
 2012-11-02 20:07 UTC 

[Buildroot] [git commit] toolchain-external: add aarch64 external toolchain
 2012-11-02 20:06 UTC 

[Buildroot] [git commit] Add AArch64 to the list of architectures
 2012-11-02 20:06 UTC 

[Buildroot] [git commit] mysql_client: bump version to 5.1.65
 2012-11-02 20:04 UTC 

[Buildroot] [git commit] liblog4c-localtime: fix underquoted path bug
 2012-11-02 20:02 UTC 

[Buildroot] [git commit] sconeserver: fix bluetooth module build problem
 2012-11-02 19:58 UTC 

[Buildroot] [git commit] fluxbox: select xmodmap
 2012-11-02 19:56 UTC 

[Buildroot] [PATCH v2] fs/common: Create initial console device
 2012-11-02 11:45 UTC  (5+ messages)

[Buildroot] Build gcc debugger for the Target
 2012-11-02  9:07 UTC  (5+ messages)

[Buildroot] [PATCH 0/7] Introduce the _AVAILABLE mechanism
 2012-11-02  8:59 UTC  (12+ messages)
` [Buildroot] [PATCH 1/7] docs/manual: update 'adding packages' with the new _AVAILABLE symbol
` [Buildroot] [PATCH 2/7] support/scripts: add a script to add a new package

[Buildroot] [autobuild.buildroot.net] Build results for 2012-11-01
 2012-11-02  7:33 UTC 

[Buildroot] [PATCH] efl is now at 1.7.1
 2012-11-01 23:34 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] Create a symbolic link to the target kernel directory
 2012-11-01 22:24 UTC  (6+ messages)
      ` [Buildroot] [PATCH 1/1] Create a symbolic link to the target kernel directory. example

[Buildroot] [PATCH 3 1/9] diffutils: only needs gettext if locale is selected
 2012-11-01 14:36 UTC  (9+ messages)
` [Buildroot] [PATCH 3 2/9] flex: "
` [Buildroot] [PATCH 3 3/9] ndisc6: "
` [Buildroot] [PATCH 3 4/9] util-linux: "
` [Buildroot] [PATCH 3 5/9] lshw: fix build with no LOCALE support
` [Buildroot] [PATCH 3 6/9] avahi: remove double dependency on gettext
` [Buildroot] [PATCH 3 7/9] pulseaudio: remove "
` [Buildroot] [PATCH 3 8/9] gdk-pixbuf: "
` [Buildroot] [PATCH 3 9/9] libsoup: Remove redundant "


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