Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-29 17:25:27 to 2019-07-03 18:31:48 UTC [more...]

[Buildroot] [PATCH v2 01/27] autobuild-run: introduce Builder class
 2019-07-03 18:31 UTC  (16+ messages)
` [Buildroot] [PATCH v2 02/27] autobuild-run: move instance variable from kwargs to "
` [Buildroot] [PATCH v2 03/27] autobuild-run: move njobs "
` [Buildroot] [PATCH v2 04/27] autobuild-run: move sysinfo "
` [Buildroot] [PATCH v2 05/27] autobuild-run: move http variables "
` [Buildroot] [PATCH v2 06/27] autobuild-run: move submitter "
` [Buildroot] [PATCH v2 07/27] autobuild-run: move make_opts "
` [Buildroot] [PATCH v2 08/27] autobuild-run: move niceness "
` [Buildroot] [PATCH v2 09/27] autobuild-run: move toolchains_csv "
` [Buildroot] [PATCH v2 10/27] autobuild-run: move repo "
` [Buildroot] [PATCH v2 11/27] autobuild-run: move upload variable "
` [Buildroot] [PATCH v2 12/27] autobuild-run: move buildpid "
` [Buildroot] [PATCH v2 13/27] autobuild-run: move debug "
` [Buildroot] [PATCH v2 14/27] autobuild-run: define instance directory as a part of "
` [Buildroot] [PATCH v2 15/27] autobuild-run: move log variable to "
` [Buildroot] [PATCH v2 16/27] autobuild-run: remove kwargs argument from function calls and definitions

[Buildroot] [PATCH] package/python-django: security bump to version 2.1.10
 2019-07-03 18:15 UTC 

[Buildroot] [PATCH 1/1] package/gupnp-tools: fix build with NLS
 2019-07-03 18:11 UTC 

[Buildroot] [PATCH 1/2] Makefile: don't export GZIP environment variable
 2019-07-03 16:39 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] fs/common.mk: do not store original names and timestamps when creating GZIP rootfs

[Buildroot] [PATCH] package/irssi: security bump to version 1.0.8
 2019-07-03 15:52 UTC 

[Buildroot] [PATCH v2] fs/tar: explicitly set extended header values to ensure binary reproducibility
 2019-07-03 13:23 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2019-07-02
 2019-07-03  6:00 UTC 

[Buildroot] [PATCH 1/1] package/libgtk3: fix build with NLS
 2019-07-02 21:39 UTC 

[Buildroot] [PATCH 0/1] convert gstreamer1 package and plugins to meson
 2019-07-02 21:34 UTC  (9+ messages)
` [Buildroot] [PATCH 1/6] package/gstreamer1/gstreamer1: Convert package type "
` [Buildroot] [PATCH 2/6] package/gstreamer1/gst1-plugins-base: "
` [Buildroot] [PATCH 3/6] package/gstreamer1/gst1-plugins-good: "
` [Buildroot] [PATCH 4/6] package/gstreamer1/gst1-plugins-bad: "
` [Buildroot] [PATCH 5/6] package/gstreamer1/gst1-plugins-ugly: "
` [Buildroot] [PATCH 6/6] package/gstreamer1/gst1-rtsp-server: "

[Buildroot] [PATCH v2 0/1] package/sdbusplus: new package
 2019-07-02 20:43 UTC  (2+ messages)
` [Buildroot] [PATCH v2 1/1] "

[Buildroot] [autobuild.buildroot.net] Your build results for 2019-07-01
 2019-07-02 20:36 UTC 

[Buildroot] [PATCH] package/libev: bump to version 4.27
 2019-07-02 20:36 UTC 

[Buildroot] [PATCH] package/dlib: new package
 2019-07-02 20:17 UTC 

[Buildroot] [PATCH] boot/barebox: needs host-{flex,bison}
 2019-07-02 20:13 UTC 

[Buildroot] [PATCH] core/pkg-infra: really build all dependencies of foo with foo-depends
 2019-07-02 20:12 UTC 

[Buildroot] [PATCH 1/2] package/atk: fix build with NLS
 2019-07-02 19:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/atk: bump to version 2.33.3

[Buildroot] [PATCH 1/1] package/e2fsprogs: bump version to 1.45.2
 2019-07-02 18:59 UTC 

[Buildroot] [PATCH v2 1/1] package/tvheadend: bump version
 2019-07-02 18:58 UTC 

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.9.10
 2019-07-02 18:57 UTC 

[Buildroot] [PATCH 1/1] utils/check-package: Add a quiet flag
 2019-07-02 18:52 UTC 

[Buildroot] [PATCH] package/luasyslog: bump to version 2.2.0 (fork)
 2019-07-02 18:51 UTC  (3+ messages)

[Buildroot] [PATCH v1] package/libinput: bump version to 1.13.4
 2019-07-02 17:07 UTC 

[Buildroot] python-pycryptodomex-3.7.1 error to compile
 2019-07-02 10:37 UTC 

[Buildroot] [PATCH] fs/tar: explicitly set extended header values to ensure binary reproducibility
 2019-07-02 10:13 UTC 

[Buildroot] [PATCH v2] package/jailhouse: new package
 2019-07-02  9:58 UTC 

[Buildroot] [PATCH v2] toolchain: fix ARC GCC internal compiller error
 2019-07-02  9:52 UTC 

[Buildroot] [PATCH 1/2] package/json-glib: fix NLS build
 2019-07-02  6:11 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/json-glib: bump to version 1.4.4

[Buildroot] [autobuild.buildroot.net] Build results for 2019-07-01
 2019-07-02  6:00 UTC 

[Buildroot] [PATCH 01/27] autobuild-run: introduce Builder class
 2019-07-01 22:46 UTC  (16+ messages)
` [Buildroot] [PATCH 07/27] autobuild-run: move make_opts from kwargs to "
` [Buildroot] [PATCH 19/27] autobuild-run: define output directory as part of "
` [Buildroot] [PATCH 21/27] autobuild-run: move check_version() to "
` [Buildroot] [PATCH 22/27] autobuild-run: move get_branch() "
` [Buildroot] [PATCH 23/27] autobuild-run: create reason file on build failures
` [Buildroot] [PATCH 26/27] scripts/autobuild-run: make the HTTP URL really configurable
` [Buildroot] [PATCH 27/27] scripts/autobuild-run: support changing repo

[Buildroot] [PATCH 01/22] package/dosfstools: add license hash
 2019-07-01 22:26 UTC  (22+ messages)
` [Buildroot] [PATCH 02/22] package/libpthread-stubs: "
` [Buildroot] [PATCH 03/22] package/libsha1: "
` [Buildroot] [PATCH 04/22] package/libsig: "
` [Buildroot] [PATCH 05/22] package/libtheora: "
` [Buildroot] [PATCH 06/22] package/mtools: "
` [Buildroot] [PATCH 07/22] package/rpi-firmware: "
` [Buildroot] [PATCH 08/22] package/rpi-userland: "
` [Buildroot] [PATCH 09/22] package/wayland: "
` [Buildroot] [PATCH 10/22] package/x11r7/xapp_bdftopcf: "
` [Buildroot] [PATCH 11/22] package/x11r7/xfont_font-alias: "
` [Buildroot] [PATCH 12/22] package/x11r7/xfont_font-cursor-misc: "
` [Buildroot] [PATCH 13/22] package/x11r7/xfont_font-misc-misc: "
` [Buildroot] [PATCH 14/22] package/x11r7/xfont_font-util: "
` [Buildroot] [PATCH 15/22] package/x11r7/xlib_libXfixes: "
` [Buildroot] [PATCH 16/22] package/x11r7/xlib_libXfont: "
` [Buildroot] [PATCH 17/22] package/x11r7/xlib_libXfont2: "
` [Buildroot] [PATCH 18/22] package/x11r7/xlib_libXrender: "
` [Buildroot] [PATCH 19/22] package/x11r7/xlib_libXres: "
` [Buildroot] [PATCH 20/22] package/x11r7/xlib_libXv: "
` [Buildroot] [PATCH 21/22] package/x11r7/xlib_libXxf86vm: "
` [Buildroot] [PATCH 22/22] package/x11r7/xserver_xorg-server: "

[Buildroot] [Bug 11996] New: opencv3 SIGILL on Cortex-A5 with VFPv4-D16
 2019-07-01 21:47 UTC  (2+ messages)
` [Buildroot] [Bug 11996] "

[Buildroot] [PATCH 0/3] Add jailhouse package
 2019-07-01 20:57 UTC  (7+ messages)
` [Buildroot] [PATCH 2/3] package/python-jailhouse: new package

[Buildroot] [PATCH 1/2] boot/opensbi: Add support for including Linux payload
 2019-07-01 20:31 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] board/sifive: Add the HiFive Unleased

[Buildroot] [PATCH 1/1] package/tvheadend: bump version
 2019-07-01 20:18 UTC 

[Buildroot] [PATCH 1/3] package/x11r7/xlib_libX11: drop post patch hooks
 2019-07-01 19:48 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/x11r7/xlib_libX11: backport patch to detach makekeys from X headers
` [Buildroot] [PATCH 3/3] package/x11r7/xlib_libX11: Fix reliance on a host static libc

[Buildroot] [PATCH 1/1] package/libsecret: fix build with NLS
 2019-07-01 16:58 UTC 

[Buildroot] [PATCH 1/1] Standardize my email address
 2019-07-01 16:30 UTC 

[Buildroot] [PATCH 1/1] package/glibmm: bump to version 2.60.0
 2019-07-01 16:21 UTC 

[Buildroot] [PATCH] package/faad2: add upstream security fixes
 2019-07-01 12:43 UTC 

[Buildroot] [PATCH 1/3] package/libnftnl: bump to version 1.1.3
 2019-07-01 12:12 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/iptables: bump to version 1.8.3
` [Buildroot] [PATCH 3/3] package/ipset: bump to version 7.2

[Buildroot] [PATCH v3 1/1] package/zabbix: new package
 2019-07-01 11:06 UTC 

[Buildroot] [BUG] host-python-2.7.16 fails to build on aarch64, luajit fails for soft float
 2019-07-01 10:01 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] libglib: fix build with NLS or in Thumb mode (branch yem/meson-per-pkg-flags)
 2019-07-01  8:13 UTC  (9+ messages)
` [Buildroot] [PATCH 2/4] infra/pkg-meson: allow packages to pass custom compiler/linker flags
` [Buildroot] [PATCH 3/4] package/libglib2: fix NLS build on musl and uclibc

[Buildroot] [git commit] package/libglib2: fix build on ARM in Thumb mode
 2019-07-01  8:02 UTC 

[Buildroot] [git commit] package/libglib2: fix NLS build on musl and uclibc
 2019-07-01  8:00 UTC 

[Buildroot] [git commit] infra/pkg-meson: allow packages to pass custom compiler/linker flags
 2019-07-01  7:51 UTC 

[Buildroot] [git commit] package/meson: fix empty arguments in cross-compilation.conf
 2019-07-01  7:49 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2019-06-30
 2019-07-01  6:00 UTC 

[Buildroot] [PATCH] package/libssh: bump to version 0.9.0
 2019-07-01  5:52 UTC 

[Buildroot] [PATCH 1/1] support/testing: openjdk JNI test cases
 2019-06-30 19:49 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-scandir: bump to version 1.10.0
 2019-06-30 17:58 UTC 

[Buildroot] [PATCH] package/python-libusb1: bump to version 1.7.1
 2019-06-30 17:57 UTC 

[Buildroot] [PATCH] package/python-can: bump to version 3.3.0
 2019-06-30 17:56 UTC 

[Buildroot] [PATCH] package/python-django: bump to version 2.2.2
 2019-06-30 17:54 UTC 

[Buildroot] [PATCH] package/python-zeroconf: bump to version 0.23.0
 2019-06-30 17:52 UTC 

[Buildroot] [PATCH v2] package/quazip: upgrade to v0.8.1
 2019-06-30 17:05 UTC 

[Buildroot] [git commit] support/testing: openjdk JNI test cases
 2019-06-30 15:32 UTC 

[Buildroot] [PATCH 1/1] package/openjdk and package/openjdk-bin: bump to version 12.0.1+12
 2019-06-30 15:32 UTC  (2+ messages)

[Buildroot] [PATCH] package/quazip: upgrade to v0.8.1
 2019-06-30 15:16 UTC  (2+ messages)

[Buildroot] [PATCH/RFC 00/31] package/kodi: bump to version 18.3-Leia
 2019-06-30 14:10 UTC  (33+ messages)
` [Buildroot] [PATCH 01/31] package/fstrcmp: new package
` [Buildroot] [PATCH 02/31] package/libva: remove optional mesa3d support
` [Buildroot] [PATCH 03/31] package/mesa3d: add optional support for libva
` [Buildroot] [PATCH 04/31] package/libcec: bump version to 4.0.4
` [Buildroot] [PATCH 05/31] package/kodi-vfs-rar: new package
` [Buildroot] [PATCH 06/31] package/kodi-vfs-sftp: "
` [Buildroot] [PATCH 07/31] package/kodi-audiodecoder-opus: remove package
` [Buildroot] [PATCH 08/31] package/kodi-visualisation-waveforhue: "
` [Buildroot] [PATCH 09/31] package/kodi-screensaver-planestate: "
` [Buildroot] [PATCH 10/31] package/kodi: add Kconfig options to remove default skins
` [Buildroot] [PATCH 11/31] package/kodi-platform: bump version
` [Buildroot] [PATCH 12/31] package/kodi: bump to version 18.3-Leia
` [Buildroot] [PATCH 13/31] package/kodi: add optional support for wayland
` [Buildroot] [PATCH 14/31] package/mesa3d: add option to configure gbm support
` [Buildroot] [PATCH 15/31] package/kodi: add optional support for gbm
` [Buildroot] [PATCH 16/31] package/kodi-audiodecoder-*: mass version bump
` [Buildroot] [PATCH 17/31] package/kodi-audioencoder-*: "
` [Buildroot] [PATCH 18/31] package/kodi-inputstream-adaptive: bump version
` [Buildroot] [PATCH 19/31] package/kodi-inputstream-rtmp: "
` [Buildroot] [PATCH 20/31] package/kodi-peripheral-joystick: "
` [Buildroot] [PATCH 21/31] package/kodi-peripheral-*: mass version bump
` [Buildroot] [PATCH 22/31] package/kodi-pvr-iptvsimple: bump version
` [Buildroot] [PATCH 23/31] package/kodi-pvr-mediaportal-tvserver: "
` [Buildroot] [PATCH 24/31] package/kodi-pvr-stalker: "
` [Buildroot] [PATCH 25/31] package/kodi-pvr-vuplus: "
` [Buildroot] [PATCH 26/31] package/kodi-pvr-*: mass version bump
` [Buildroot] [PATCH 27/31] package/kodi-screensaver-asteroids: bump version
` [Buildroot] [PATCH 28/31] package/kodi-screensaver-rsxs: "
` [Buildroot] [PATCH 29/31] package/kodi-screensaver-*: mass version bump
` [Buildroot] [PATCH 30/31] package/kodi-skin-confluence: bump version
` [Buildroot] [PATCH 31/31] package/kodi-visualisation-*: mass version bump

[Buildroot] [git commit] package/openjdk and package/openjdk-bin: bump to version 12.0.1+12
 2019-06-30 14:05 UTC 

[Buildroot] [PATCH 1/2] python-inflection: new package
 2019-06-30 13:55 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] sdbusplus: "

[Buildroot] [git commit] python-inflection: new package
 2019-06-30 13:30 UTC 

[Buildroot] [PATCH 1/1] package/rtmpdump: fix build
 2019-06-30 13:18 UTC  (2+ messages)

[Buildroot] [git commit] package/rtmpdump: Add patch to include limits.h
 2019-06-30 13:12 UTC 

[Buildroot] [PATCH 1/1] package/eudev: remove patches
 2019-06-30 13:10 UTC  (2+ messages)

[Buildroot] [git commit] package/eudev: remove patches
 2019-06-30 13:09 UTC 

[Buildroot] [PATCH] toolchain: fix ARC GCC internal compiller error
 2019-06-30 13:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dialog: fix build with NLS
 2019-06-30 13:00 UTC  (2+ messages)

[Buildroot] [git commit] package/dialog: fix build with NLS
 2019-06-30 12:59 UTC 

[Buildroot] [PATCH] package/expat: security bump to version 2.2.7
 2019-06-30 12:59 UTC  (2+ messages)

[Buildroot] [git commit] package/expat: security bump to version 2.2.7
 2019-06-30 12:40 UTC 

[Buildroot] [PATCH 1/2] package/docker-engine: security bump to version 18.09.7
 2019-06-30 12:39 UTC  (2+ messages)

[Buildroot] [git commit] package/docker-cli: security bump to version 18.09.7
 2019-06-30 12:38 UTC 

[Buildroot] [git commit] package/docker-engine: security bump to version 18.09.7
 2019-06-30 12:38 UTC 

[Buildroot] [PATCH 1/1] package/xlib_libX11: remove unrecognized option
 2019-06-30  8:50 UTC 

[Buildroot] [PATCH 1/3] package/bison: bump version to 3.4.1
 2019-06-30  8:09 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/gettext-gnu: bump version to 0.20.1
` [Buildroot] [PATCH 3/3] package/nano: bump version to 4.3

[Buildroot] [autobuild.buildroot.net] Build results for 2019-06-29
 2019-06-30  6:00 UTC 

[Buildroot] [PATCH] package/shapelib: upgrade to 1.5.0
 2019-06-29 21:54 UTC 

[Buildroot] [PATCH v2 1/4] package/rpi-firmware: bump version for pi4 support
 2019-06-29 18:59 UTC  (6+ messages)
` [Buildroot] [PATCH v2 2/4] board/raspberrypi: add support for the new pi4
` [Buildroot] [PATCH v2 3/4] package/rpi-bt-firmware: bump to latest version
` [Buildroot] [PATCH v2 4/4] package/rpi-wifi-firmware: bump to the "

[Buildroot] [PATCH v3 1/9] package/python3-mako: new package
 2019-06-29 17:32 UTC  (5+ messages)
` [Buildroot] [PATCH v3 8/9] package/mesa3d: switch build system to meson

[Buildroot] [PATCH v4 1/9] package/python3-mako: new package
 2019-06-29 17:25 UTC  (7+ messages)
` [Buildroot] [PATCH v4 4/9] package/mesa3d: Only one swrast provider can be built
` [Buildroot] [PATCH v4 5/9] package/mesa3d: add xvmc option
` [Buildroot] [PATCH v4 6/9] package/mesa3d: Gallium xa state tracker is only available for nouveau and svga Gallium drivers
` [Buildroot] [PATCH v4 7/9] package/mesa3d: add a new option to enable GLX support
` [Buildroot] [PATCH v4 8/9] package/mesa3d: switch build system to meson
` [Buildroot] [PATCH v4 9/9] package/mesa3d: select kmsro for etnaviv


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