($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
 messages from 2021-04-15 01:35:12 to 2021-04-19 00:06:38 UTC [more...]

[PATCH 00/10] kernel: consolidated pull request
 2021-04-19  0:06 UTC  (5+ messages)
` [PATCH 01/10] kern-tools: add dropped options to audit output
` [PATCH 02/10] linux-yocto/5.4: update to v5.4.109
` [PATCH 03/10] linux-yocto/5.10: update to v5.10.27
` [PATCH 04/10] linux-yocto/5.10: BSP configuration fixes

[PATCH] ca-certificates: Fix openssl runtime cert dependencies
 2021-04-18 22:53 UTC 

[PATCH 1/6] cups: Turn gnutls into a packageconfig knob
 2021-04-18 22:10 UTC  (8+ messages)
` [PATCH 2/6] glib-networking: Prefer openssl backend instead of gnutls
` [PATCH 3/6] wpa-supplicant: Enable openssl
  ` [OE-core] "
` [PATCH 4/6] curl: Use openssl backend
` [PATCH 5/6] gstreamer1.0-plugins-bad: Add packageconfigs for hls crypto backends
` [PATCH 6/6] libpsl: Add config knobs for runtime/builtin conversion choices

[PATCH] epiphany: Add missing dependency on gnutls
 2021-04-18 21:32 UTC 

[PATCH] oe-time-dd-test.sh: increase timeout to 15 sec
 2021-04-18 17:00 UTC 

OE-core CVE metrics for gatesgarth on Sun 18 Apr 2021 05:00:01 AM HST
 2021-04-18 15:03 UTC 

OE-core CVE metrics for dunfell on Sun 18 Apr 2021 04:30:01 AM HST
 2021-04-18 14:33 UTC 

OE-core CVE metrics for master on Sun 18 Apr 2021 04:00:01 AM HST
 2021-04-18 14:04 UTC 

[PATCH] runqemu: support uImage kernel
 2021-04-18 13:53 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 1/3] btrfs-tools: Update to 5.11.1
 2021-04-18  3:40 UTC  (3+ messages)
` [PATCH v2 2/3] btrfs-tools: Add PACKAGECONFIG options
` [PATCH v2 3/3] btrfs-tools: Try to follow style guide

[PATCH] autoconf-archive: update to 2021.02.19
 2021-04-17 23:11 UTC 

[PATCH] perl: fix startperl configuration option for perl-native
 2021-04-17 22:46 UTC  (3+ messages)
` [OE-core] "

[PATCH] python3-setuptools: update to 56.0.0
 2021-04-17 20:21 UTC 

[PATCH] python3-dbusmock: update to 0.23.0
 2021-04-17 20:18 UTC 

[PATCH] python3: update to 3.9.4
 2021-04-17 19:56 UTC 

[PATCH] packagegroup-core-base-utils.bb: check the gplv3 license
 2021-04-17 15:44 UTC  (3+ messages)
` [OE-core] "

[PATCH 1/2] python3: Improve logging, syntax and update deprecated modules to create_manifest
 2021-04-17  0:48 UTC  (2+ messages)
` [PATCH 2/2] python3: Upgrade 3.9.2 -> 3.9.4

[PATCH 1/3] btrfs-tools: Update to 5.11.1
 2021-04-16 21:17 UTC  (6+ messages)
` [PATCH 2/3] btrfs-tools: Add PACKAGECONFIG options
  ` [OE-core] "
` [PATCH 3/3] btrfs-tools: Try to follow style guide

[PATCH] webkitgtk: Update to 2.32.0
 2021-04-16 20:02 UTC 

[OE-core] [PATCH v2] icu: upgrade 68.2 -> 69.1
 2021-04-16 13:41 UTC  (2+ messages)

[OE-core] Initramfs with OpenSBI for a RISCV SoC
 2021-04-16 13:20 UTC  (4+ messages)
`  "

[PATCH] oeqa/selftest: Hardcode test assumptions about heartbeat event timings
 2021-04-16 12:36 UTC 

[PATCH] rt-tests: Update the latest branches
 2021-04-16  9:05 UTC 

[OE-core] [PATCH] python3-pygobject: upgrade 3.38.0 -> 3.40.1
 2021-04-16 11:23 UTC 

[OE-core] [PATCH] maintainers.inc: Modify email address
 2021-04-16  1:41 UTC 

[OE-core][PATCH] base.bbclass: remove obsolete hosttools
 2021-04-16  1:35 UTC  (3+ messages)

[OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
 2021-04-15 23:50 UTC 

[PATCH v2 1/2] gstreamer1.0-plugins-base: Add 'viv-fb' OpenGL Window System option
 2021-04-15 23:43 UTC  (2+ messages)
` [PATCH v2 2/2] gstreamer1.0-plugins-base: Use bb.utils.filter to reduce code

[PATCH 1/2] gstreamer1.0-plugins-base: Add 'viv-fb' OpenGL Window System option
 2021-04-15 23:38 UTC  (4+ messages)
` [PATCH 2/2] gstreamer1.0-plugins-base: Use bb.utils.filter to reduce code
  ` [OE-core] "

[PATCH] Rust cross testing integration with oe-selftest
 2021-04-15 22:17 UTC  (13+ messages)
` [OE-core] "
  ` [PATCH 1/8] We copied rust.inc to rust-test.inc file, since the rust.inc generates the rquired wrappers (which contains target compiler paths) in place. Which we can use in config.toml file for cross testing. We are trying to generate the config.toml through do_configure option in rust-test.inc file
    ` [PATCH 2/8] The function "do_compile" is to compile remote-test-server, and "do_check" to trigger the rust testing
    ` [PATCH 3/8] The rust.py is oe-selftest script to build remote-test-server, qemu-image and boot image in slirp mode. Once the image gets booted throgh "check" the testing starts by copying the "remote-test-server" in to the image
    ` [PATCH 4/8] In rust testing we have to boot image in slirp mode along with qemu monitor via telnet. Also, we are passing "-serial mon:stdio -serial" to fix runtime errors like, "failed with Connection reset by peer" observed during execution on image
    ` [PATCH 5/8] There are some error messages like, "error: linker `cc` not found" got fixed by adding "cc" in hosttools
      ` [OE-core] "
    ` [PATCH 6/8] We are passing "hostfwd=tcp::12345-:12345" while booting image when slirp is selected. Also, we are using mapped port of ssh :22 to copy remote-test-server to image. We have added a logic to extract the port number whenever multiple instaces of qemu are running (ex., 2222 gets incremented by 1 if its already in use by another qemu)
    ` [PATCH 7/8] These changes are to get the rust target triplet "mips64-unknown-linux-gnuabi64" for mips64
    ` [PATCH 8/8] In case of testing for "x86_64"

[OE-core][PATCH v2] scripts/contrib/image-manifest: add new script
 2021-04-15 22:00 UTC  (4+ messages)

[poky][master][PATCH] core-image-*-initramfs.bb: Fix for circular dependency issue in initramfs when using EXTRA_IMAGEDEPENDS
 2021-04-15 21:08 UTC 

Maintainer for hardknott needed
 2021-04-15 21:04 UTC 

[AUH] acl: upgrading to 2.3.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] gnupg: upgrading to 2.3.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] libwpe: upgrading to 1.10.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] xserver-xorg: upgrading to 1.20.11 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] ffmpeg: upgrading to 4.4 FAILED
 2021-04-15 18:16 UTC 

[AUH] mpg123: upgrading to 1.26.5 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] webkitgtk: upgrading to 2.32.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] wpebackend-fdo: upgrading to 1.8.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] curl: upgrading to 7.76.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] at-spi2-core: upgrading to 2.40.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] virglrenderer: upgrading to 0.9.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] puzzles: upgrading to f8b15bab6b2a8dd8309cdef3dc49ae3377cb997d FAILED
 2021-04-15 18:16 UTC 

[AUH] vulkan-samples: upgrading to 6e9c35bf19164c10392f24287364ba7e8206d5f8 FAILED
 2021-04-15 18:16 UTC 

[AUH] mesa: upgrading to 21.0.2 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] piglit: upgrading to 6a4be9e9946df310d9402f995f371c7deb8c27ba SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libva-initial: upgrading to 2.11.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] babeltrace2: upgrading to 2.0.4 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] x264: upgrading to 55d517bc4569272a2c9a367a4106c234aba2ffbc SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libva: upgrading to 2.11.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libgudev: upgrading to 236 FAILED
 2021-04-15 18:16 UTC 

[AUH] libportal: upgrading to 0.4 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] harfbuzz: upgrading to 2.8.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libva-utils: upgrading to 2.11.1 FAILED
 2021-04-15 18:16 UTC 

[AUH] xkbcomp: upgrading to 1.4.5 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] linux-firmware: upgrading to 20210315 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libxkbcommon: upgrading to 1.2.1 FAILED
 2021-04-15 18:16 UTC 

[AUH] adwaita-icon-theme: upgrading to 3.38.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] libinput: upgrading to 1.17.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libdrm: upgrading to 2.4.105 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] pango: upgrading to 1.48.4 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libxres: upgrading to 1.2.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] epiphany: upgrading to 3.38.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] xorgproto: upgrading to 2021.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] powertop: upgrading to 2.14 FAILED
 2021-04-15 18:16 UTC 

[AUH] libhandy: upgrading to 1.2.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libsolv: upgrading to 0.7.19 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] valgrind: upgrading to 3.17.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] python3-cython: upgrading to 0.29.23 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] gobject-introspection: upgrading to 1.68.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] gtk+3: upgrading to 3.24.28 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] cronie: upgrading to 1.5.7 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] rpm: upgrading to 4.16.1.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] ghostscript: upgrading to 9.54.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] man-pages: upgrading to 5.11 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] go-helloworld: upgrading to 09c3a5e06b5dbcbe35b7c0861f91088f47c02ac4 FAILED
 2021-04-15 18:16 UTC 

[AUH] stress-ng: upgrading to 0.12.06 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-pytest: upgrading to 6.2.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libdazzle: upgrading to 3.40.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] u-boot-tools: upgrading to 2021.04 FAILED
 2021-04-15 18:16 UTC 

[AUH] python3: upgrading to 3.9.4 FAILED
 2021-04-15 18:16 UTC 

[AUH] gdk-pixbuf: upgrading to 2.42.6 FAILED
 2021-04-15 18:16 UTC 

[AUH] ruby: upgrading to 3.0.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] less: upgrading to 581 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-setuptools-scm: upgrading to 6.0.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] acpica: upgrading to 20210331 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] vala: upgrading to 0.52.2 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] bluez5: upgrading to 5.58 FAILED
 2021-04-15 18:16 UTC 

[AUH] gcr: upgrading to 3.40.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libcomps: upgrading to 0.1.16 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] dnf: upgrading to 4.7.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-setuptools: upgrading to 56.0.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-hypothesis: upgrading to 6.9.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-docutils: upgrading to 0.17 FAILED
 2021-04-15 18:16 UTC 

[AUH] meson: upgrading to 0.57.2 FAILED
 2021-04-15 18:16 UTC 

[AUH] file: upgrading to 5.40 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] go: upgrading to 1.16.3 FAILED
 2021-04-15 18:16 UTC 

[AUH] e2fsprogs: upgrading to 1.46.2 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] pkgconf: upgrading to 1.7.4 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] gcc-source-10.2.0: upgrading to 10.3.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] python3-gitdb: upgrading to 4.0.7 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-numpy: upgrading to 1.20.2 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] cmake: upgrading to 3.20.1 FAILED
 2021-04-15 18:16 UTC 

[AUH] python3-importlib-metadata: upgrading to 3.10.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] bind: upgrading to 9.16.13 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] librepo: upgrading to 1.14.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] bison: upgrading to 3.7.6 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libdnf: upgrading to 0.62.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] go-runtime: upgrading to 1.16.3 FAILED
 2021-04-15 18:16 UTC 

[AUH] btrfs-tools: upgrading to 5.11.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] help2man: upgrading to 1.48.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] gnu-config: upgrading to 277b4ed1776f721145b2649d888f1deb445fecc5 FAILED
 2021-04-15 18:16 UTC 

[AUH] ccache: upgrading to 4.2.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-dbusmock: upgrading to 0.23.0 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] python3-pygobject: upgrading to 3.40.1 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] createrepo-c: upgrading to 0.17.2 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] dpkg: upgrading to 1.20.9 FAILED
 2021-04-15 18:16 UTC 

[AUH] llvm: upgrading to 12.0.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] netbase: upgrading to 6.3 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] ell: upgrading to 0.39 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] libxcrypt: upgrading to 4.4.19 FAILED
 2021-04-15 18:16 UTC 

[AUH] autoconf-archive: upgrading to 2021.02.19 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] systemd-boot: upgrading to 248 FAILED
 2021-04-15 18:16 UTC 

[AUH] glib-2.0: upgrading to 2.68.1 FAILED
 2021-04-15 18:16 UTC 

[AUH] glib-networking: upgrading to 2.68.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] libxcrypt-compat: upgrading to 4.4.19 FAILED
 2021-04-15 18:16 UTC 

[AUH] dbus-glib: upgrading to 0.112 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] expat: upgrading to 2.3.0 FAILED
 2021-04-15 18:16 UTC 

[AUH] gnu-efi: upgrading to 3.0.13 SUCCEEDED
 2021-04-15 18:16 UTC 

[AUH] u-boot: upgrading to 2021.04 FAILED
 2021-04-15 18:16 UTC 

[AUH] systemd: upgrading to 248 FAILED
 2021-04-15 18:16 UTC 

[PATCH] linux-yocto[-rt]_5.4: remove feature/gpio/mockup.scc
 2021-04-15 18:02 UTC  (4+ messages)
` [OE-core] "

[PATCH] go: update SRC_URI to use https protocol
 2021-04-15 16:43 UTC 

[PATCH] layer.conf: Update to add post 3.3 release honister series
 2021-04-15 13:58 UTC 

[PATCH] oeqa/selftest: Ensure packages classes are set correctly for maintainers test
 2021-04-15 13:13 UTC 

[PATCH] pseudo: Upgrade to add trailing slashes ignore path fix
 2021-04-15 12:51 UTC 

[PATCH] sanity: Add error check for '%' in build path
 2021-04-15 12:50 UTC 

[OE-core] [PATCH] icu: upgrade 68.2 -> 69.1
 2021-04-15  8:49 UTC  (6+ messages)
` [OE-core] [PATCH] man-pages: upgrade 5.10 -> 5.11
` [OE-core] [PATCH] mesa: upgrade 21.0.1 -> 21.0.2
` [OE-core] [PATCH] mpg123: upgrade 1.26.4 -> 1.26.5

[PATCH] groff: not ship /usr/bin/grap2graph
 2021-04-15  8:33 UTC 

[OE-core] [PATCH] libdrm: upgrade 2.4.104 -> 2.4.105
 2021-04-15 14:54 UTC 

[OE-core] [PATCH] librepo: upgrade 1.13.0 -> 1.14.0
 2021-04-15 14:53 UTC 

[OE-core] [PATCH] libdazzle: upgrade 3.38.0 -> 3.40.0
 2021-04-15 14:52 UTC 

[OE-core] [PATCH] libcap: upgrade 2.48 -> 2.49
 2021-04-15  6:08 UTC  (2+ messages)
` [OE-core] [PATCH] libcomps: upgrade 0.1.15 -> 0.1.16

[gatesgarth][PATCH] image_types.bbclass: tar: support EXTRA_IMGAGECMD
 2021-04-15  2:59 UTC  (3+ messages)
` [OE-core] "

[gatesgarth][PATCH 00/18] pull request
 2021-04-15  1:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).