messages from 2016-07-01 15:53:30 to 2016-07-02 11:19:12 UTC [more...]
[Buildroot] [git commit] orangepipc: Accommodate U-Boot environment on SD-card
2016-07-02 11:19 UTC
[Buildroot] [git commit] pcduino: Accommodate U-Boot environment on SD-card
2016-07-02 11:19 UTC
[Buildroot] [PATCH v2 00/15] Fortran support for all toolchain
2016-07-02 11:18 UTC (36+ messages)
` [Buildroot] [PATCH v2 01/15] package/gcc: fix fortran support
` [Buildroot] [PATCH v2 02/15] package/gcc: wrap gfortran
` [Buildroot] [PATCH v2 03/15] package/Makefile.in: set TARGET_FCFLAGS variables
` [Buildroot] [PATCH v2 04/15] package/Makefile.in: set variables for legacy f77 checks
` [Buildroot] [PATCH v2 05/15] pkg-cmake.mk: export the fortran compiler path in the CMake toolchain file
` [Buildroot] [PATCH v2 06/15] toolchain: add hidden symbol for fortran support in the toolchain
` [Buildroot] [PATCH v2 07/15] package/gcc: select BR2_TOOLCHAIN_HAS_FORTRAN when appropriated
` [Buildroot] [PATCH v2 08/15] package/gcc: used BR2_TOOLCHAIN_HAS_FORTRAN instead of BR2_TOOLCHAIN_BUILDROOT_FORTRAN
` [Buildroot] [PATCH v2 09/15] toolchain/helpers: add fortran check
` [Buildroot] [PATCH v2 10/15] toolchain/toolchain-external: enable fortran check when it is selected
` [Buildroot] [PATCH v2 11/15] toolchain/toolchain-external: add libgfortran and libquadmath to the TOOLCHAIN_EXTERNAL_LIBS list
` [Buildroot] [PATCH v2 12/15] toolchain/toolchain-external: add knob for fortran support
` [Buildroot] [PATCH v2 13/15] toolchain/toolchain-external: update external toolchain configuration with BR2_TOOLCHAIN_HAS_FORTRAN
` [Buildroot] [PATCH v2 14/15] package/fftw: add fortran support
` [Buildroot] [PATCH v2 15/15] package/lapack: new package
[Buildroot] [autobuild-script] autobuild-run: remove the CS SH4 toolchain exception
2016-07-02 11:17 UTC (2+ messages)
[Buildroot] [PATCH 1/3] package/libuio: fix build with external intl library
2016-07-02 11:16 UTC (7+ messages)
` [Buildroot] [PATCH 2/3] package/libuio: disable Werror
` [Buildroot] [PATCH 3/3] package/libuio: fix build with musl
[Buildroot] [PATCH v1 1/1] package/busybox: support spaces in module aliases in mdev
2016-07-02 11:16 UTC (4+ messages)
[Buildroot] [git commit] package/busybox: support spaces in module aliases in mdev
2016-07-02 11:15 UTC
[Buildroot] [PATCH] package/wpa_supplicant: Add optional autoscan support
2016-07-02 11:15 UTC (2+ messages)
[Buildroot] [PATCH 01/31] package/systemd: add optional support for tmpfiles
2016-07-02 11:14 UTC (33+ messages)
` [Buildroot] [PATCH 02/31] package/systemd: add optional support for sysusers
` [Buildroot] [PATCH 03/31] package/systemd: add optional support for firstboot
` [Buildroot] [PATCH 04/31] package/systemd: add optional support for random-seed
` [Buildroot] [PATCH 05/31] package/systemd: add optional support for backlight
` [Buildroot] [PATCH 06/31] package/systemd: add optional support for rfkill
` [Buildroot] [PATCH 07/31] package/systemd: add optional support for logind
` [Buildroot] [PATCH 08/31] package/systemd: add optional support for machined
` [Buildroot] [PATCH 09/31] package/systemd: add optional support for importd
` [Buildroot] [PATCH 10/31] package/systemd: add optional support for hostnamed
` [Buildroot] [PATCH 11/31] package/systemd: add optional support for timedated
` [Buildroot] [PATCH 12/31] package/systemd: add optional support for localed
` [Buildroot] [PATCH 13/31] package/systemd: add optional support for coredump
` [Buildroot] [PATCH 14/31] package/systemd: add optional support for polkit
` [Buildroot] [PATCH 15/31] package/systemd: add optional support for hibernation
` [Buildroot] [PATCH 16/31] package/systemd: use 'menuconfig'
` [Buildroot] [PATCH 17/31] package/systemd: only create 'systemd-journal' group
` [Buildroot] [PATCH 18/31] package/systemd: remove unnecessary make opts
` [Buildroot] [PATCH 19/31] package/systemd: Sort menuconfig alphabetically
` [Buildroot] [PATCH 20/31] package/systemd: add optional support for audit
` [Buildroot] [PATCH 21/31] package/systemd: Disable the test coverage
` [Buildroot] [PATCH 22/31] package/systemd: Disable IMA support
` [Buildroot] [PATCH 23/31] package/systemd: add optional support for libidn
` [Buildroot] [PATCH 24/31] package/systemd: add optional support for qrencode
` [Buildroot] [PATCH 25/31] package/systemd: Add optional support for myhostname
` [Buildroot] [PATCH 26/31] package/systemd: Add optional support for resolved
` [Buildroot] [PATCH 27/31] package/systemd: Add optional libxkbcommon support
` [Buildroot] [PATCH 28/31] package/systemd: Force enable blkid
` [Buildroot] [PATCH 29/31] package/systemd: Create user only when needed
` [Buildroot] [PATCH 30/31] package/systemd: Default yes for timesyncd
` [Buildroot] [PATCH 31/31] package/systemd: Default yes for networkd
[Buildroot] Reproducible build v2
2016-07-02 11:11 UTC (22+ messages)
` [Buildroot] [PATCH 01/12] reproducibility: introduce config knob
` [Buildroot] [PATCH 02/12] reproducibility: override locale and timezone
` [Buildroot] [PATCH 03/12] reproducibility: generate SOURCE_DATE_EPOCH
` [Buildroot] [PATCH 04/12] reproducibility/linux: override build timestamp
` [Buildroot] [PATCH 05/12] reproducibility/busybox: disable build timestamps
` [Buildroot] [PATCH 06/12] reproducibility/libgcrypt: override timestamps
` [Buildroot] [PATCH 07/12] reproducibility/libgpg-error: "
` [Buildroot] [PATCH 08/12] package/cpio: allow generating host-cpio
` [Buildroot] [PATCH 09/12] reproducibility/fs/cpio: generate archive with host-cpio
[Buildroot] [PATCH] cubieboard2: Accommodate U-Boot environment on SD-card
2016-07-02 11:07 UTC (2+ messages)
[Buildroot] [git commit] package/systemd: Force enable blkid
2016-07-02 11:07 UTC
[Buildroot] [PATCH] package/libiio: libiio network backend needs threads
2016-07-02 11:07 UTC
[Buildroot] [git commit] package/systemd: Add optional libxkbcommon support
2016-07-02 11:07 UTC
[Buildroot] [git commit] package/systemd: add optional support for qrencode
2016-07-02 11:06 UTC
[Buildroot] [git commit] package/systemd: add optional support for libidn
2016-07-02 11:05 UTC
[Buildroot] [git commit] package/systemd: Disable IMA support
2016-07-02 11:05 UTC
[Buildroot] [git commit] package/systemd: Disable the test coverage
2016-07-02 11:05 UTC
[Buildroot] [git commit] package/systemd: add optional support for audit
2016-07-02 11:05 UTC
[Buildroot] [git commit] package/systemd: remove unnecessary make opts
2016-07-02 11:04 UTC
[Buildroot] [git commit] package/systemd: only create 'systemd-journal' group
2016-07-02 11:04 UTC
[Buildroot] [git commit] package/systemd: use 'menuconfig'
2016-07-02 11:03 UTC
[Buildroot] [git commit] package/systemd: add optional support for hibernation
2016-07-02 11:00 UTC
[Buildroot] [git commit] package/systemd: add optional support for polkit
2016-07-02 10:58 UTC
[Buildroot] [git commit] package/systemd: add optional support for coredump
2016-07-02 10:56 UTC
[Buildroot] Unable to compile uboot v2012.10 on Buildroot 2016.05
2016-07-02 10:56 UTC (8+ messages)
[Buildroot] [PATCH 1/2] acpitool: new package
2016-07-02 10:45 UTC (5+ messages)
` [Buildroot] [PATCH 2/2] acpica: "
[Buildroot] [git commit] package/systemd: add optional support for localed
2016-07-02 10:41 UTC
[Buildroot] [git commit] package/systemd: add optional support for timedated
2016-07-02 10:40 UTC
[Buildroot] [PATCH 1/4] Package netsnmp: Created start(), stop(), reload()
2016-07-02 10:40 UTC (4+ messages)
[Buildroot] [git commit] package/systemd: add optional support for hostnamed
2016-07-02 10:38 UTC
[Buildroot] [git commit] package/systemd: add optional support for importd
2016-07-02 10:38 UTC
[Buildroot] [git commit] package/systemd: add optional support for machined
2016-07-02 10:37 UTC
[Buildroot] [git commit] package/systemd: add optional support for logind
2016-07-02 10:35 UTC
[Buildroot] [git commit] package/systemd: add optional support for rfkill
2016-07-02 10:35 UTC
[Buildroot] [git commit] package/systemd: add optional support for backlight
2016-07-02 10:34 UTC
[Buildroot] [PATCH 00/24] Drop unused host packages
2016-07-02 10:33 UTC (11+ messages)
[Buildroot] [git commit] package/systemd: add optional support for random-seed
2016-07-02 10:28 UTC
[Buildroot] [git commit] package/systemd: add optional support for firstboot
2016-07-02 10:28 UTC
[Buildroot] [git commit] package/systemd: add optional support for sysusers
2016-07-02 10:27 UTC
[Buildroot] [git commit] package/systemd: add optional support for tmpfiles
2016-07-02 10:26 UTC
[Buildroot] [PATCH 1/2] package/libcoap: indentation cleanup
2016-07-02 10:16 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] package/valijson: "
[Buildroot] [git commit] package/valijson: indentation cleanup
2016-07-02 10:15 UTC
[Buildroot] [git commit] package/libcoap: indentation cleanup
2016-07-02 10:14 UTC
[Buildroot] [PATCH] jsmin: add menuconfig entry for host variant
2016-07-02 10:14 UTC (2+ messages)
[Buildroot] [git commit] jsmin: add menuconfig entry for host variant
2016-07-02 10:13 UTC
[Buildroot] [git commit] reproducibility: introduce config knob
2016-07-02 10:00 UTC
[Buildroot] [git commit] reproducibility: override locale and timezone
2016-07-02 10:00 UTC
[Buildroot] Python distutils.sysconfig values
2016-07-02 9:56 UTC (2+ messages)
[Buildroot] [git commit] audit: bump to version 2.6.2
2016-07-02 9:28 UTC
[Buildroot] [PATCH] uboot: fix build with old U-Boot versions
2016-07-02 9:25 UTC
[Buildroot] [PATCH] qt_eventdispatcher_libevent: New package
2016-07-02 8:51 UTC
[Buildroot] [PATCH] dante: New package
2016-07-02 8:47 UTC
[Buildroot] [PATCH] package/libsepol|libselinux: fix build on ancient distros
2016-07-02 8:40 UTC (2+ messages)
[Buildroot] [git commit] package/{libsepol, libselinux}: fix build on ancient distros
2016-07-02 8:37 UTC
[Buildroot] [git commit] audit: add patch to fix EHWPOISON build issue
2016-07-02 8:37 UTC
[Buildroot] [autobuild.buildroot.net] Build results for 2016-07-01
2016-07-02 6:30 UTC
[Buildroot] [PATCH 00/32] systemd feature selection
2016-07-01 23:00 UTC (4+ messages)
[Buildroot] [PATCH] leaktracer: New package
2016-07-01 22:31 UTC
[Buildroot] [v2 1/3] package/systemd: Remove SYSTEMD_COMPAT option
2016-07-01 22:27 UTC (3+ messages)
` [Buildroot] [v2 2/3] package/systemd: Remove systemd-bootchart
` [Buildroot] [v2 3/3] systemd-bootchart: New package
[Buildroot] [git commit] libsepol: add missing dependency on host-flex
2016-07-01 22:24 UTC
[Buildroot] [PATCH 1/2] audacious: new package
2016-07-01 22:23 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] audacious-plugins: "
[Buildroot] [PATCH 1/3] package/systemd: Remove systemd-bootchart
2016-07-01 22:19 UTC (5+ messages)
` [Buildroot] [PATCH 2/3] systemd-bootchart: New package
` [Buildroot] [PATCH 3/3] package/systemd: Remove SYSTEMD_COMPAT option
[Buildroot] [PATCH] babeld: New package
2016-07-01 22:06 UTC
[Buildroot] [PATCH] package/quagga: Add systemd.service file
2016-07-01 21:47 UTC (6+ messages)
[Buildroot] [PATCH] python-scapy3k: new package
2016-07-01 21:44 UTC (2+ messages)
[Buildroot] [PATCH v3] supertuxkart: new package
2016-07-01 21:37 UTC (3+ messages)
[Buildroot] [git commit] python-scapy3k: new package
2016-07-01 21:37 UTC
[Buildroot] [PATCH 1/1] package/cmake: with BR2_ENABLE_DEBUG use RelWithDebInfo
2016-07-01 21:36 UTC (2+ messages)
[Buildroot] [git commit] package/cmake: with BR2_ENABLE_DEBUG use RelWithDebInfo
2016-07-01 21:36 UTC
[Buildroot] [PATCH 0/2] swupdate: customization of default website path
2016-07-01 21:34 UTC (2+ messages)
[Buildroot] [git commit] package/Makefile.in: set variables for legacy f77 checks
2016-07-01 21:01 UTC
[Buildroot] [git commit] package/Makefile.in: set TARGET_FCFLAGS variables
2016-07-01 20:56 UTC
[Buildroot] [git commit] package/gcc: wrap gfortran
2016-07-01 20:55 UTC
[Buildroot] [PATCH v1 1/1] package/busybox: enable ttyUSB[0-9] when using mdev
2016-07-01 20:52 UTC (2+ messages)
[Buildroot] [git commit] package/busybox: enable ttyUSB[0-9] when using mdev
2016-07-01 20:51 UTC
[Buildroot] [PATCH v4] package/libuio: new package
2016-07-01 20:51 UTC (2+ messages)
[Buildroot] [git commit] package/libuio: new package
2016-07-01 20:49 UTC
[Buildroot] [PATCH] package/linux-headers: do not default to any version for custom headers
2016-07-01 20:42 UTC (2+ messages)
[Buildroot] [git commit] package/linux-headers: do not default to any version for custom headers
2016-07-01 20:41 UTC
[Buildroot] Unable to compile uboot v2012.10 on Buildroot 2016.05
2016-07-01 19:44 UTC
[Buildroot] [PATCH 0/4] match headers with latest kernel source
2016-07-01 17:56 UTC (7+ messages)
` [Buildroot] [PATCH 3/4] linux-headers: rename _AS_KERNEL to _FROM_KERNEL
` [Buildroot] [PATCH 4/4] linux-headers: match headers for the latest kernel
[Buildroot] [PATCH v2 2/3] gcc: consolidate fortran options
2016-07-01 16:40 UTC (2+ messages)
[Buildroot] [PATCH v3 1/1] libuio: new package
2016-07-01 16:33 UTC (2+ messages)
[Buildroot] [PATCH 0/3] Skip host-cmake dependency to speedup builds
2016-07-01 15:53 UTC (2+ messages)
` [Buildroot] [PATCH 3/3] Don't build host-cmake if it is available on the build host
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox