Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2024-09-18 06:41:06 to 2024-09-24 04:48:01 UTC [more...]

[PATCH 0/2] proposal: Append VENDOR_REVISION to PR for CVE scanners
 2024-09-24  4:47 UTC  (6+ messages)
` [PATCH 1/2] enable-vendor-revision.bbclass: Add it to append VENDOR_REVISION to PR
` [PATCH 2/2] gen-vendor-revision.bbclass: Add it to update VENDOR_REVISION automatically
` [OE-core] [PATCH 0/2] proposal: Append VENDOR_REVISION to PR for CVE scanners

[PATCH] vte: Upgrade to 0.78.0
 2024-09-24  4:18 UTC  (2+ messages)
` [OE-core] "

[qa-build-notification] QA notification for completed autobuilder build (yocto-5.1.rc1)
 2024-09-24  2:55 UTC  (2+ messages)

[PATCH] systemd-boot: Enable on all arches except x32
 2024-09-24  0:21 UTC 

[PATCH v3 00/12] systemd uki support
 2024-09-24  0:10 UTC  (16+ messages)
` [PATCH v4 01/12] python3-pefile: add recipe from meta-openembedded
` [PATCH v4 02/12] maintainers.inc: add python3-pefile
` [PATCH v4 03/12] systemd-boot-native: add runtime dependency to python3-pefile-native
` [PATCH v4 04/12] uki.bbclass: add class for building Unified Kernel Images (UKI)
` [PATCH v4 05/12] image_types_wic.bbclass: set systemd-boot and os-release dependency for all archs
  ` [OE-core] "
` [PATCH v4 06/12] wic bootimg-efi.py: keep timestamps and add debug prints
` [PATCH v4 07/12] wic bootimg-efi.py: change UKI support from wic plugin to uki.bbclass
  ` [OE-core] "
` [PATCH v4 08/12] oeqa selftest uki.py: add tests for uki.bbclass
  ` [OE-core] "
` [PATCH v4 09/12] oeqa selftest efibootpartition.py: add TEST_RUNQEMUPARAMS to runqemu
` [PATCH v4 10/12] oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
` [PATCH v4 11/12] oeqa selftest wic.py: add TEST_RUNQEMUPARAMS to runqemu
` [PATCH v4 12/12] oeqa selftest wic.py: support UKIs via uki.bbclass

[OE-core][kirkstone 00/11] Patch review
 2024-09-23 18:40 UTC  (4+ messages)
` [OE-core][kirkstone 10/11] orc: upgrade 0.4.32 -> 0.4.39

[OE-core][kirkstone 00/15] Patch review
 2024-09-23 13:13 UTC  (16+ messages)
` [OE-core][kirkstone 01/15] libpcap: Security fix for CVE-2023-7256 & CVE-2024-8006
` [OE-core][kirkstone 02/15] webkitgtk: Security fix CVE-2024-40779
` [OE-core][kirkstone 03/15] cups: Security fix for CVE-2024-35235
` [OE-core][kirkstone 04/15] yocto-uninative: Update to 4.5 for gcc 14
` [OE-core][kirkstone 05/15] yocto-uninative: Update to 4.6 for glibc 2.40
` [OE-core][kirkstone 06/15] python3: Upgrade 3.10.14 -> 3.10.15
` [OE-core][kirkstone 07/15] busybox: Fix cut with "-s" flag
` [OE-core][kirkstone 08/15] udev-extraconf: Add collect flag to mount
` [OE-core][kirkstone 09/15] buildhistory: Fix intermittent package file list creation
` [OE-core][kirkstone 10/15] buildhistory: Restoring files from preserve list
` [OE-core][kirkstone 11/15] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
` [OE-core][kirkstone 12/15] runqemu: keep generating tap devices
` [OE-core][kirkstone 13/15] testimage: fallback for empty IMAGE_LINK_NAME
` [OE-core][kirkstone 14/15] testexport: "
` [OE-core][kirkstone 15/15] lib/oeqa: rename assertRaisesRegexp to assertRaisesRegex

[PATCH 0/3] some cleanup for s = workdir
 2024-09-23 12:54 UTC  (5+ messages)
` [PATCH 1/3] devtool: drop S = WORKDIR workaround
` [PATCH 2/3] devtool: menuconfig remove useless code
` [PATCH 3/3] devtool: drop useless variables
` [OE-core] [PATCH 0/3] some cleanup for s = workdir

[scarthgap][PATCH 1/4] install-buildtools: remove md5 checksum validation
 2024-09-23  9:41 UTC  (4+ messages)
` [scarthgap][PATCH 2/4] install-buildtools: fix "test installation" step
` [scarthgap][PATCH 3/4] install-buildtools: update base-url, release and installer version
` [scarthgap][PATCH 4/4] scripts/install-buildtools: Update to 5.0.3

[PATCH 1/4] install-buildtools: support buildtools-make-tarball and update to 4.1
 2024-09-23  9:06 UTC  (5+ messages)
` [PATCH 2/4] install-buildtools: remove md5 checksum validation
` [PATCH 3/4] install-buildtools: fix "test installation" step
` [PATCH 4/4] scripts/install-buildtools: Update to 4.0.21
  ` [OE-core] "

[OE-core][kirkstone][PATCH] curl: backport Debian patch for CVE-2024-8096
 2024-09-23  5:49 UTC 

[PATCH 0/1] kernelsrc.bbclass: Move virtual/kernel:do_shared_workdir to do_configure
 2024-09-23  5:34 UTC  (2+ messages)
` [PATCH 1/1] "

OE-core CVE metrics for scarthgap on Sun 22 Sep 2024 03:00:01 AM HST
 2024-09-22 13:24 UTC 

OE-core CVE metrics for master on Sun 22 Sep 2024 01:00:01 AM HST
 2024-09-22 13:03 UTC  (2+ messages)
` [OE-core] "

OE-core CVE metrics for kirkstone on Sun 22 Sep 2024 02:00:01 AM HST
 2024-09-22 12:19 UTC 

[PATCH v3 00/12] systemd uki support
 2024-09-22  8:17 UTC  (17+ messages)
` [PATCH v3 01/12] python3-pefile: add recipe from meta-openembedded
  ` [OE-core] "
` [PATCH v3 02/12] maintainers.inc: add python3-pefile
` [PATCH v3 03/12] systemd-boot-native: add runtime dependency to python3-pefile-native
` [PATCH v3 04/12] uki.bbclass: add class for building Unified Kernel Images (UKI)
` [PATCH v3 05/12] image_types_wic.bbclass: set systemd-boot and os-release dependency for all archs
` [PATCH v3 06/12] wic bootimg-efi.py: keep timestamps and add debug prints
` [PATCH v3 07/12] wic bootimg-efi.py: change UKI support from wic plugin to uki.bbclass
` [PATCH v3 08/12] oeqa selftest uki.py: add tests for uki.bbclass
` [PATCH v3 09/12] oeqa selftest efibootpartition.py: add TEST_RUNQEMUPARAMS to runqemu
` [PATCH v3 10/12] oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
` [PATCH v3 11/12] oeqa selftest wic.py: add TEST_RUNQEMUPARAMS to runqemu
` [PATCH v3 12/12] oeqa selftest wic.py: support UKIs via uki.bbclass
` [OE-core] [PATCH v3 00/12] systemd uki support

[PATCH 1/3] json-c: upgrade 0.17 -> 0.18
 2024-09-22  3:31 UTC  (3+ messages)
` [PATCH 2/3] tcl: upgrade 8.6.14 -> 8.6.15
` [PATCH 3/3] bind: upgrade 9.20.1 -> 9.20.2

[kirkstone][PATCH 1/3] runqemu: keep generating tap devices
 2024-09-21 10:04 UTC 

[kirkstone][PATCH 2/3] testimage: fallback for empty IMAGE_LINK_NAME
 2024-09-21 10:04 UTC  (2+ messages)
` [kirkstone][PATCH 3/3] testexport: "

[PATCH v3] default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
 2024-09-20 18:41 UTC 

[oe-core][PATCH 1/3] gtk4: rename tracker dependencies
 2024-09-20 15:51 UTC  (4+ messages)
` [oe-core][PATCH 2/3] gtk+3: "
` [oe-core][PATCH 3/3] gtk+3: remove unneeded .inc file
  ` Patchtest results for "

[scarthgap, kirkstone] backport request
 2024-09-20 15:04 UTC  (2+ messages)

[scarthgap, kirkstone] backport request
 2024-09-20 13:45 UTC 

[OE-core][scarthgap 00/16] Patch review
 2024-09-20 13:39 UTC  (17+ messages)
` [OE-core][scarthgap 01/16] Revert "wpa-supplicant: Upgrade 2.10 -> 2.11"
` [OE-core][scarthgap 02/16] libpcap: Security fix for CVE-2023-7256 & CVE-2024-8006
` [OE-core][scarthgap 03/16] openssl: Upgrade 3.2.2 -> 3.2.3
` [OE-core][scarthgap 04/16] python3: upgrade 3.12.4 -> 3.12.5
` [OE-core][scarthgap 05/16] python3: skip readline limited history tests
` [OE-core][scarthgap 06/16] python3: Upgrade 3.12.5 -> 3.12.6
` [OE-core][scarthgap 07/16] buildhistory: Fix intermittent package file list creation
` [OE-core][scarthgap 08/16] buildhistory: Restoring files from preserve list
` [OE-core][scarthgap 09/16] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
` [OE-core][scarthgap 10/16] qemu: back port patches to fix riscv64 build failure
` [OE-core][scarthgap 11/16] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze
` [OE-core][scarthgap 12/16] udev-extraconf: Add collect flag to mount
` [OE-core][scarthgap 13/16] busybox: Fix cut with "-s" flag
` [OE-core][scarthgap 14/16] bluez5: remove redundant patch for MAX_INPUT
` [OE-core][scarthgap 15/16] create-sdpx-2.2.bbclass: Switch from exists to isfile checking debugsrc
` [OE-core][scarthgap 16/16] bind: Fix build with the `httpstats` package config enabled

[OE-core][kirkstone][PATCH] cups: Security fix for CVE-2024-35235
 2024-09-20 12:51 UTC 

[OE-core][kirkstone][PATCH] cups: Security fix for CVE-2024-35235
 2024-09-20 12:18 UTC  (2+ messages)
` Patchtest results for "

[PATCH v7 0/7] Add barebox bootloader support (and testing)
 2024-09-20 10:37 UTC  (10+ messages)
` [PATCH v7 1/7] barebox: add initial support
` [PATCH v7 2/7] barebox-tools: add initial barebox tools support
` [PATCH v7 3/7] barebox: set default BAREBOX_CONFIG for qemu machines
` [PATCH v7 4/7] oeqa/utils/qemurunner: support ignoring vt100 escape sequences
` [PATCH v7 5/7] oeqa: support passing custom boot patterns to runqemu
` [PATCH v7 6/7] oeqa/selftest/cases: add basic u-boot test
` [PATCH v7 7/7] oeqa/selftest/cases: add basic barebox tests

[oe-core][PATCH 1/4] glib-2.0: update 2.80.4 -> 2.82.1
 2024-09-20 10:01 UTC 

[oe-core][PATCH 1/4] glib-2.0: update 2.80.4 -> 2.82.1
 2024-09-20  9:58 UTC  (4+ messages)
` [oe-core][PATCH 2/4] libportal: update 0.7.1 -> 0.8.1
` [oe-core][PATCH 3/4] libadwaita: update 1.5.3 -> 1.6.0
` [oe-core][PATCH 4/4] gsettings-desktop-schemas: update 46.1 -> 47.1

[PATCH] oeqa/postactions: Fix archive retrieval from target
 2024-09-20  9:48 UTC 

[PATCH v5 1/2] binutils: Fix packaging of bfd-plugins
 2024-09-20  6:11 UTC  (7+ messages)
` [PATCH v5 2/2] nativesdk-packagegroup-sdk-host: Add missing perl modules to RDEPENDS
  ` [OE-core] "
` [OE-core] [PATCH v5 1/2] binutils: Fix packaging of bfd-plugins

[scarthgap][PATCH] curl: fix CVE-2024-8096
 2024-09-20  5:17 UTC 

[OE-core][PATCH] json-c: avoid ptest failure caused by valgrind
 2024-09-20  4:11 UTC 

[scarthgap][PATCH] gcc-target.inc: Add RPROVIDES to resolve gcc-symlinks & lib32-gcc-symlinks file conflicts
 2024-09-19 21:56 UTC  (3+ messages)
` [OE-core] "

[OE-core] [PATCH 1/3] python3-pip: keep pip program name
 2024-09-19 21:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
 2024-09-19 20:47 UTC  (2+ messages)
` [PATCH 2/2] binutils: Fix binutils mingw packaging

[PATCH 0/1] cve-check: add field "modified" to JSON report
 2024-09-19 20:33 UTC 

[PATCH 1/1] cve-check: add field "modified" to JSON report
 2024-09-19 20:33 UTC 

[PATCH] cve-check: add field "modified" to JSON report
 2024-09-19 20:21 UTC  (2+ messages)
` [OE-core] "

[PATCH 1/3] python3-pip: keep pip program name
 2024-09-19 16:25 UTC  (3+ messages)
` [PATCH 2/3] image_types: make tar images more reproducible
` [PATCH 3/3] libpam: use libdir in conditional

[PATCH 0/2] oeqa/postactions: save ptests artifacts as archive on host
 2024-09-19 15:00 UTC  (6+ messages)
` [PATCH 2/2] oeqa/postactions: do not uncompress retrieved "
  ` [OE-core] "

[OE-core][kirkstone][PATCH] webkitgtk: Security fix CVE-2024-40779
 2024-09-19 13:40 UTC 

[PATCH 1/1] cve-check: add field "modified" to JSON report
 2024-09-19 13:18 UTC  (2+ messages)
  ` Patchtest results for "

[PATCH 0/1] cve-check: add field "modified" to JSON report
 2024-09-19 13:07 UTC 

[PATCH v4 1/2] binutils: Fix packaging of bfd-plugins
 2024-09-19 12:51 UTC  (4+ messages)
` [PATCH v4 2/2] nativesdk-packagegroup-sdk-host: Add missing perl modules to RDEPENDS
  ` [OE-core] "

SDK in scarthgap after package_manager: Change complementary package handling to not include soft dependencies
 2024-09-19 12:09 UTC  (2+ messages)

[scarthgap][PATCH v3 1/3] buildhistory: Fix intermittent package file list creation
 2024-09-19 10:10 UTC  (3+ messages)
` [scarthgap][PATCH v3 2/3] buildhistory: Restoring files from preserve list
` [scarthgap][PATCH v3 3/3] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage

[PATCH v6 0/7] Add barebox bootloader support (and testing)
 2024-09-19 10:01 UTC  (8+ messages)
` [OE-core] "

[kirkstone][PATCH v3 1/3] buildhistory: Fix intermittent package file list creation
 2024-09-19 10:01 UTC  (3+ messages)
` [kirkstone][PATCH v3 2/3] buildhistory: Restoring files from preserve list
` [kirkstone][PATCH v3 3/3] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage

[scarthgap][PATCH] bind: Fix build with the `httpstats` package config enabled
 2024-09-19  8:04 UTC 

[PATCH] qemu: Fix build on musl/riscv64
 2024-09-18 23:19 UTC 

userns issues on Ubunu 24.04/24.10
 2024-09-18 17:13 UTC  (2+ messages)

[scarthgap][PATCH v2 1/3] buildhistory: Fix intermittent package file list creation
 2024-09-16  7:16 UTC  (3+ messages)
` [scarthgap][PATCH v2 2/3] buildhistory: Restoring files from preserve list
` [scarthgap][PATCH v2 3/3] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage

[kirkstone][PATCH v2 1/3] buildhistory: Fix intermittent package file list creation
 2024-09-16  7:13 UTC  (3+ messages)
` [kirkstone][PATCH v2 2/3] buildhistory: Restoring files from preserve list
` [kirkstone][PATCH v2 3/3] buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage

[OE-core][scarthgap][PATCH] python3: upgrade 3.12.4 -> 3.12.5
 2024-09-18 14:39 UTC  (3+ messages)
` [scarthgap][PATCH] "
  ` [OE-core] "

[PATCH 1/2] systemd-bootchart: Add riscv 32bit support
 2024-09-18 14:35 UTC  (3+ messages)
` [PATCH 2/2] bluez: Fix mesh builds on musl
` Patchtest results for [PATCH 1/2] systemd-bootchart: Add riscv 32bit support

[OE-core][scarthgap][PATCH] libpcap: Security fix for CVE-2023-7256 & CVE-2024-8006
 2024-09-18 11:09 UTC 

[PATCH v3 0/2] classes: Print bitbake branch and revision
 2024-09-18  7:56 UTC  (4+ messages)
` [PATCH v3 1/2] "
  ` [OE-core] "

[PATCH] security-flags: Re-enable pie for power pc
 2024-09-18  7:17 UTC  (3+ messages)
` [OE-core] "

[oe-core][kirkstone][PATCH v2] python3: Upgrade 3.10.14 -> 3.10.15
 2024-09-18  6:40 UTC 


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