public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
 messages from 2025-12-23 10:21:33 to 2025-12-30 14:02:01 UTC [more...]

[PATCH 00/15] Enable rust support for linux kernel
 2025-12-30 13:57 UTC  (3+ messages)
` [PATCH 01/15] bindgen-cli: extend BBCLASSEXTEND to include nativesdk
` [PATCH 04/15] bitbake.conf: Include "rust-kernel" in native/nativesdk feature filters

[PATCH v3 0/4] fragments: add a 'devtool-ide-sdk' fragment
 2025-12-30 10:52 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] oe-selftest: case: support fragments
` [PATCH v3 3/4] oe-selftest: case.py: remove unused imports
` [PATCH v3 4/4] oe-selftest: ide_sdk: use the ide-sdk fragment

[OE-core] [PATCH 01/12] bind: upgrade 9.20.15 -> 9.20.16
 2025-12-30  9:17 UTC  (12+ messages)
` [OE-core] [PATCH 02/12] boost: upgrade 1.89.0 -> 1.90.0
` [OE-core] [PATCH 03/12] cups: upgrade 2.4.15 -> 2.4.16
` [OE-core] [PATCH 04/12] ed: upgrade 1.22.2 -> 1.22.3
` [OE-core] [PATCH 05/12] ell: upgrade 0.80 -> 0.81
` [OE-core] [PATCH 06/12] iso-codes: upgrade 4.18.0 -> 4.19.0
` [OE-core] [PATCH 07/12] ninja: upgrade 1.13.1 -> 1.13.2
` [OE-core] [PATCH 08/12] quota: upgrade 4.10 -> 4.11
` [OE-core] [PATCH 09/12] re2c: upgrade 4.3 -> 4.3.1
` [OE-core] [PATCH 10/12] repo: upgrade 2.59 -> 2.60.1
` [OE-core] [PATCH 11/12] xcb-util-cursor: upgrade 0.1.5 -> 0.1.6
` [OE-core] [PATCH 12/12] xkbcomp: upgrade 1.4.7 -> 1.5.0

[PATCH 00/14] IDE SDK Improvements
 2025-12-30  8:46 UTC  (15+ messages)
` [PATCH 01/14] devtool: ide-sdk find bitbake-setup init-build-env
` [PATCH 02/14] oe-selftest: devtool: DevtoolIdeSdkTests debug logging
` [PATCH 03/14] cpp-example: run as a service
` [PATCH 04/14] oe-selftest: devtool: check example services are running
` [PATCH 05/14] devtool: ide-sdk: add gdbserver attach mode support
` [PATCH 06/14] devtool: ide-sdk: move code to ide_none
` [PATCH 07/14] devtool: ide-sdk: make install_and_deploy script pass target arg
` [PATCH 08/14] devtool: ide-sdk: vscode replace scripts
` [PATCH 09/14] oe-selftest: devtool ide-sdk cover vscode remote debugging
` [PATCH 10/14] devtool: ide-sdk: evaluate DEBUG_PREFIX_MAP
` [PATCH 11/14] cpp-example: Add std::vector example
` [PATCH 12/14] devtool: ide-sdk: Support GDB pretty-printing for C++ STL types
` [PATCH 13/14] oe-selftest: devtool: add test for gdb pretty-printing
` [PATCH 14/14] oe-selftest: devtool: add compile step in ide-sdk tests

[PATCH] toolchain/classes: Add lld-native dependency when using lld as system linker
 2025-12-30  6:48 UTC 

[OE-core][scarthgap 0/5] Patch review
 2025-12-29 23:07 UTC  (6+ messages)
` [OE-core][scarthgap 1/5] grub: fix CVE-2025-54770 CVE-2025-61661 CVE-2025-61662 CVE-2025-61663 CVE-2025-61664
` [OE-core][scarthgap 2/5] libsoup: fix CVE-2025-12105
` [OE-core][scarthgap 3/5] go: Update CVE-2025-58187
` [OE-core][scarthgap 4/5] go: Fix CVE-2025-61727
` [OE-core][scarthgap 5/5] go: Fix CVE-2025-61729

[OE-core][kirkstone 0/4] Patch review
 2025-12-29 23:03 UTC  (5+ messages)
` [OE-core][kirkstone 1/4] grub: fix CVE-2025-61661 CVE-2025-61662 CVE-2025-61663 CVE-2025-61664
` [OE-core][kirkstone 2/4] go: Update CVE-2025-58187
` [OE-core][kirkstone 3/4] go: Fix CVE-2025-61727
` [OE-core][kirkstone 4/4] go: Fix CVE-2025-61729

[OE-core][whinlatter][PATCH v2 00/29] Updates for Whinlatter
 2025-12-29 20:41 UTC  (7+ messages)
` [OE-core][whinlatter][PATCH v2 05/29] spirv-llvm-translator: Upgrade to 21.1.2
` [OE-core][whinlatter][PATCH v2 21/29] llvm/clang: Upgrade to 21.1.7 release

[PATCH v4 0/4] Fix and adjust ukify packaging
 2025-12-29 20:28 UTC  (5+ messages)
` [PATCH v4 1/4] python3-pyzstd: import 0.17.0 from meta-python
  ` [OE-core] "

[PATCH] meta-go-toolchain: Disable for riscv32 and ppc32
 2025-12-29 18:34 UTC 

[OE-core][scarthgap][patch 1/3] go: Update CVE-2025-58187
 2025-12-29 15:44 UTC  (3+ messages)
` [OE-core][scarthgap][patch 2/3] go: Fix CVE-2025-61727
` [OE-core][scarthgap][patch 3/3] go: Fix CVE-2025-61729

[PATCH v2 0/3] fragments: add a 'devtool-ide-sdk' fragment
 2025-12-29 13:13 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] oe-selftest: case: support fragments in write_config
  ` [OE-core] "
` [PATCH v2 3/3] oe-selftest: ide_sdk: use the ide-sdk fragment
` [OE-core] [PATCH v2 0/3] fragments: add a 'devtool-ide-sdk' fragment

[PATCH 00/16] Enable rust support for linux kernel
 2025-12-29 12:49 UTC  (25+ messages)
` [PATCH 01/16] bindgen-cli: extend BBCLASSEXTEND to include nativesdk
` [PATCH 02/16] linux-yocto: conditionally add clang/rust/bindgen-cli-native to DEPENDS
` [PATCH 03/16] rust: install Rust library sources for 'make rustavailable' support
` [PATCH 04/16] bitbake.conf: Include "rust-kernel" in native/nativesdk feature filters
` [PATCH 05/16] kernel-yocto: stage rustlib sources for linux-yocto 'make rustavailable' support
` [PATCH 06/16] kernel-yocto: add rust support via "make rustavailable" in do_kernel_configme
` [PATCH 07/16] linux-yocto: enable Rust support in kernel configuration
` [PATCH 08/16] kernel-yocto: Fix for buildpaths errors when rust is enabled for kernel
` [PATCH 09/16] kernel-yocto.bbclass: Disable ccache when rust-kernel is enabled
` [PATCH 10/16] kernel-devsrc: copying rust-kernel source to $kerneldir/build
` [PATCH 11/16] selftest/cases/runtime_test: Add test for Linux Rust sample
` [PATCH 12/16] kernel.bbclass: Copy include/config/auto.conf in STAGING_KERNEL_BUILDDIR
` [PATCH 13/16] kernel.bbclass: Export artifacts needed for out-of-tree Rust compilation
` [PATCH 14/16] module.bbclass: Prepare out-of-tree rust module compilation
` [PATCH 15/16] meta-skeleton: Add rust-out-of-tree-module recipe
` [PATCH 16/16] runtime_test: Add rust-out-of-tree selftest

[OE-core][kirkstone][PATCH 1/3] go: Update CVE-2025-58187
 2025-12-29 12:47 UTC  (3+ messages)
` [OE-core][kirkstone][PATCH 2/3] go: Fix CVE-2025-61727
` [OE-core][kirkstone][PATCH 3/3] go: Fix CVE-2025-61729

[PATCH] libnl: upgrade 3.11.0 -> 3.12.0
 2025-12-29 12:45 UTC 

[PATCH] fragments: add a 'devtool-ide-sdk' fragment
 2025-12-29 11:33 UTC  (4+ messages)
` [OE-core] "

[PATCH] package.py: skip dwarfsrcfiles for Clang LTO static libraries
 2025-12-29 11:13 UTC  (2+ messages)
` [OE-core] "

[PATCH 001/114] build-appliance-image: do not inherit setuptools
 2025-12-29 11:12 UTC  (7+ messages)
` [PATCH 047/114] ovmf: upgrade 202508 -> 202511
  ` [OE-core] "
` [PATCH 097/114] strace: upgrade 6.17 -> 6.18
  ` [OE-core] "

[PATCH 0/2] oeqa: Increase some timeout and add logs
 2025-12-29  9:39 UTC  (3+ messages)
` [PATCH 1/2] oeqa: runtime: go: Increase test_go_compile/test_go_module timeout
` [PATCH 2/2] testimage: Print last lines of kernel log on test fail

OE-core CVE metrics for whinlatter on Sun 28 Dec 2025 01:47:22 AM HST
 2025-12-28 11:49 UTC 

OE-core CVE metrics for scarthgap on Sun 28 Dec 2025 01:25:39 AM HST
 2025-12-28 11:47 UTC 

OE-core CVE metrics for kirkstone on Sun 28 Dec 2025 01:02:05 AM HST
 2025-12-28 11:25 UTC 

OE-core CVE metrics for master on Sun 28 Dec 2025 01:00:01 AM HST
 2025-12-28 11:02 UTC 

[PATCH] package.py: warn if target is not a valid ELF file in dwarfsrcfiles
 2025-12-28  3:21 UTC  (5+ messages)
` [OE-core] "

[PATCH 0/2] oe-setup-vscode: improve bitbake-setup compatibility
 2025-12-27 18:02 UTC  (7+ messages)
` [PATCH 1/2] "
  ` [OE-core] "
` [PATCH 2/2] oe-setup-vscode: improve VSCode "
  ` [OE-core] "

[oe-core][PATCHv13 0/6] Display manager proposal for x11 and wayland
 2025-12-26 16:37 UTC  (8+ messages)
` [oe-core][PATCHv13 1/6] emptty: add version 0.15.0
` [oe-core][PATCHv13 2/6] weston-init: convert to virtual-emptty-conf
` [oe-core][PATCHv13 3/6] weston: remove deprecated weston-start scripts
` [oe-core][PATCHv13 4/6] xserver-nodm-init: convert to virtual-emptty-conf
` [oe-core][PATCHv13 5/6] xuser-account: merge with xserver-nodm-init
` [oe-core][PATCHv13 6/6] xsessions: add unique desktop entries

[PATCH] systemtap: upgrade 5.3 -> 5.4
 2025-12-26  2:58 UTC  (3+ messages)
` [OE-core] "

[PATCH v2] systemtap: upgrade 5.3 -> 5.4
 2025-12-26  2:48 UTC 

[PATCH 0/1] strace: 6.17 -> 6.18
 2025-12-25  2:35 UTC  (10+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[PATCH v2 1/4] overlayfs: Fix QA failure
 2025-12-24 14:16 UTC  (4+ messages)
` [PATCH v2 2/4] overlayfs: oe-selftest: Make the test more deterministic
` [PATCH v2 3/4] overlayfs: Remove helper unit
` [PATCH v2 4/4] oe-selftest: overlayfs: Add a demo case for /etc

[PATCH 1/4] overlayfs: Fix QA failure
 2025-12-24 14:12 UTC  (4+ messages)
` [PATCH 4/4] oe-selftest: overlayfs: Add a demo case for /etc
  ` [OE-core] "

[PATCH] llvm/clang: Upgrade to 21.1.8 release
 2025-12-24 13:16 UTC  (3+ messages)
` [OE-core] "

[PATCH v2] llvm/clang: Upgrade to 21.1.8 release
 2025-12-24 13:12 UTC 

[PATCH] oeqa/selftest/glibc: Increase VM memory
 2025-12-24 13:03 UTC 

[PATCH V2] gdb: Upgrade 16.3 -> 17.1
 2025-12-24  9:12 UTC  (2+ messages)
` [OE-core] "

[kirkstone][PATCH] grub: fix CVE-2025-61661 CVE-2025-61662 CVE-2025-61663 CVE-2025-61664
 2025-12-24  8:46 UTC 

[PATCH] libpam: Correct HOMEPAGE and BUGTRACKER
 2025-12-24  7:35 UTC 

[PATCH v3] vte: fix build failed for ppc64
 2025-12-24  5:17 UTC 

[scarthgap][PATCH] libsoup: fix CVE-2025-12105
 2025-12-24  5:00 UTC 

[OE-core] [PATCH v2] vte: fix build failed for ppc64
 2025-12-24  4:49 UTC 

[PATCH] binutils: Upgrade to 2.45.1 release
 2025-12-24  4:22 UTC  (4+ messages)

[PATCH 1/2] rust: Upgrade 1.91.1 -> 1.92.0
 2025-12-24  4:03 UTC  (4+ messages)
` [PATCH 2/2] rust: enable default uwtable and ignore arm no_std test

[PATCH] libtheora: set CVE_PRODUCT
 2025-12-24  3:55 UTC  (5+ messages)
` [OE-core] "

[V2][kirkstone][PATCH] libsoup: fix CVE-2025-12105
 2025-12-24  3:33 UTC 

[scarthgap][PATCH] grub: fix CVE-2025-54770 CVE-2025-61661 CVE-2025-61662 CVE-2025-61663 CVE-2025-61664
 2025-12-24  3:30 UTC 

[PATCH v2] vte: fix build failed for ppc64
 2025-12-24  3:16 UTC 

[PATCH] vte: fix build failed for ppc64
 2025-12-24  3:14 UTC  (3+ messages)
` [OE-core] "

[OE-core][kirkstone 00/10] Patch review
 2025-12-23 21:26 UTC  (11+ messages)
` [OE-core][kirkstone 01/10] binutils: Fix CVE-2025-11494
` [OE-core][kirkstone 02/10] qemu: fix CVE-2025-12464
` [OE-core][kirkstone 03/10] rsync: fix CVE-2025-10158
` [OE-core][kirkstone 04/10] go: Fix CVE-2023-39323
` [OE-core][kirkstone 05/10] binutils: fix CVE-2025-11839
` [OE-core][kirkstone 06/10] binutils: fix CVE-2025-11840
` [OE-core][kirkstone 07/10] libxslt: Fix CVE-2025-11731
` [OE-core][kirkstone 08/10] libsoup: fix CVE-2025-12105
` [OE-core][kirkstone 09/10] scripts/install-buildtools: Update to 4.0.31
` [OE-core][kirkstone 10/10] cross.bbclass: Propagate dependencies to outhash

[OE-core][scarthgap 00/18] Patch review
 2025-12-23 21:22 UTC  (19+ messages)
` [OE-core][scarthgap 01/18] cups 2.4.11: Fix CVE-2025-58436
` [OE-core][scarthgap 02/18] cups 2.4.11: Fix CVE-2025-61915
` [OE-core][scarthgap 03/18] rsync: fix CVE-2025-10158
` [OE-core][scarthgap 04/18] qemu: fix CVE-2025-12464
` [OE-core][scarthgap 05/18] python3-urllib3: fix CVE-2025-66418 CVE-2025-66471
` [OE-core][scarthgap 06/18] cmake-native: fix CVE-2025-9301
` [OE-core][scarthgap 07/18] binutils: Fix CVE-2025-11494
` [OE-core][scarthgap 08/18] binutils: fix CVE-2025-11839
` [OE-core][scarthgap 09/18] binutils: fix CVE-2025-11840
` [OE-core][scarthgap 10/18] libxslt: Fix CVE-2025-11731
` [OE-core][scarthgap 11/18] ruby: Upgrade 3.3.5 -> 3.3.10
` [OE-core][scarthgap 12/18] scripts/install-buildtools: Update to 5.0.14
` [OE-core][scarthgap 13/18] kernel.bbclass: Add task to export kernel configuration to SPDX
` [OE-core][scarthgap 14/18] spdx30_tasks: Add support for exporting PACKAGECONFIG "
` [OE-core][scarthgap 15/18] oeqa/selftest: oe-selftest: Add SPDX tests for kernel config and PACKAGECONFIG
` [OE-core][scarthgap 16/18] cml1.bbclass: use consistent make flags for menuconfig
` [OE-core][scarthgap 17/18] curl: Use host CA bundle by default for native(sdk) builds
` [OE-core][scarthgap 18/18] cross.bbclass: Propagate dependencies to outhash

Yocto Project Status 23 December 2025 (WW51)
 2025-12-23 15:57 UTC 

[PATCH 0/21] linux-yocto: combined and consolidated pull request
 2025-12-23 14:45 UTC  (5+ messages)

[PATCH 1/3 V2] kea: fix creating runtime directory in service files
 2025-12-23 13:41 UTC  (3+ messages)
` [OE-core] "

[PATCH] strace: correct the upstream status in newly added skip-bpf patch
 2025-12-23 12:48 UTC 

[PATCH 1/2] ltp: Backport fix for 6.18 kernels
 2025-12-23 12:28 UTC  (2+ messages)
` [PATCH 2/2] strace: Skip bpd tests for now since they don't work with the upgrade


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