Patches for Yocto layers and components that do not have their own list
 help / color / mirror / Atom feed
[wic][PATCH 0/2] tests/unit/test_ksparser_parse: parse the .wks file, fix a diskid crash
 2026-07-20 16:33 UTC  (5+ messages)
` [wic][PATCH 1/2] ksparser: fix crash on an invalid msdos --diskid
` [wic][PATCH 2/2] tests/unit/test_ksparser_parse: cover the .wks KickStart parser
` [yocto-patches] [wic][PATCH 0/2] tests/unit/test_ksparser_parse: parse the .wks file, fix a diskid crash

[yocto][meta-mingw][wrynose][PATCH] mingw32-common.inc: disable meson exe wrapper for mingw targets
 2026-07-20 16:02 UTC 

[pseudo] [PATCH] linkat: Fix AT_EMPTY_PATH handling
 2026-07-20 10:57 UTC  (3+ messages)
` [yocto-patches] "

[pseudo] [PATCH v2] linkat: Fix AT_EMPTY_PATH handling
 2026-07-20 10:55 UTC 

[PATCH pseudo] makewrappers/openat2: Add noignore_path option
 2026-07-20 10:23 UTC 

[AUH] [PATCH v3 1/2] git: use temp file for commit message to avoid shell escaping issues
 2026-07-20 10:04 UTC  (4+ messages)
` [AUH] [PATCH v3 2/2] steps: include devtool changelog in upgrade report

[meta-security][PATCH] docs: update path of wic files
 2026-07-18 23:30 UTC 

[meta-security][PATCH] wic: document the meta-intel dependency in the dm-verity hash example
 2026-07-18 23:24 UTC 

[meta-security][PATCH] dm-verity: remove unused variable
 2026-07-18 23:19 UTC 

[yocto-autobuilder-helper][PATCH] summarize_top_output: skip blank lines in top output
 2026-07-18  9:02 UTC 

[pseudo] [PATCH 0/2] close_range: implement it rather than return ENOSYS
 2026-07-18  4:37 UTC  (17+ messages)
` [pseudo] [PATCH 1/2] ports/linux/guts: Implement close_range() instead of returning ENOSYS
  ` [yocto-patches] "
` [pseudo] [PATCH 2/2] tests: Add close_range() test
  ` [yocto-patches] "
` [pseudo] [PATCH v2 0/2] close_range: implement it rather than return ENOSYS
  ` [pseudo] [PATCH v2 1/2] ports/linux/guts: Implement close_range() instead of returning ENOSYS
  ` [pseudo] [PATCH v2 2/2] tests: Add close_range() test
        ` [yocto-patches] [pseudo] [PATCH v2 0/2] close_range: implement it rather than return ENOSYS
  ` [pseudo] [PATCH 0/3] closefrom/close_range: protect every pseudo fd, then drop one
    ` [pseudo] [PATCH 1/3] pseudo_client: step fully past pseudo's own fds when computing startfd
    ` [pseudo] [PATCH 2/3] pseudo_client: step around all of pseudo's own fds in closefrom/close_range
    ` [pseudo] [PATCH 3/3] pseudo_client: remove the unused pseudo_prefix_dir_fd

[yocto-autobuilder2][PATCH] config.py: add wrynose release to workers_prev_releases
 2026-07-17 17:37 UTC 

[wic][PATCH 0/5] ksparser: four argparse-type fixes plus unit coverage
 2026-07-17 14:01 UTC  (8+ messages)
` [wic][PATCH 1/5] ksparser: reject negative sizes in sizetype()
` [wic][PATCH 2/5] ksparser: fix crash on out-of-range overhead factor
` [wic][PATCH 3/5] ksparser: reject non-finite overhead factors
` [wic][PATCH 4/5] ksparser: require an explicit 0x prefix for --system-id
` [wic][PATCH 5/5] tests/unit/test_ksparser_types: cover ksparser's argparse types
` [yocto-patches] [wic][PATCH 0/5] ksparser: four argparse-type fixes plus unit coverage

[PATCH 0/6] wic/help: Refresh wic create help and usage strings
 2026-07-17 13:53 UTC  (10+ messages)
` [PATCH 1/6] wic/help: Drop removed --infile option from help string
` [PATCH 2/6] wic/help: List missing option --no-fstab-update to usage string
` [PATCH 3/6] wic/help: List missing option --workdir "
` [PATCH 4/6] wic/help: Use comma to list short and long options
` [PATCH 5/6] wic/help: Refresh output of create command in overview help string
` [PATCH 6/6] wic/help: Add missing option values and rewrap lines

[yocto-autobuilder2][PATCH v3 0/6] Implement 'containers' jobs
 2026-07-16 15:20 UTC  (15+ messages)
` [yocto-autobuilder-helper][PATCH v4 00/11] "
  ` [yocto-autobuilder-helper][PATCH v4 01/11] scripts: add vcontainer-tarball setup, integration, and publishing
  ` [yocto-autobuilder-helper][PATCH v4 02/11] config.json: add vcontainer-tarball build target
  ` [yocto-autobuilder-helper][PATCH v4 03/11] scripts: add run-vcontainer-tests for meta-virtualization
    ` [yocto-patches] "
  ` [yocto-autobuilder-helper][PATCH v4 04/11] scripts: add container registry push, auth, tagging, runtime selection
  ` [yocto-autobuilder-helper][PATCH v4 05/11] config.json: add 'containers-library' build job
  ` [yocto-autobuilder-helper][PATCH v4 06/11] scripts/run-push-containers: push multiarch containers with skopeo-native
  ` [yocto-autobuilder-helper][PATCH v4 07/11] containers-library: switch to multiarch; add alpine single-arch
  ` [yocto-autobuilder-helper][PATCH v4 08/11] run-push-containers: conditionally sign pushed containers with cosign
  ` [yocto-autobuilder-helper][PATCH v4 09/11] scripts/run-push-containers: add SPDX SBOM attestation
  ` [yocto-autobuilder-helper][PATCH v4 10/11] config.json: add -dev container builds to containers-library
  ` [yocto-autobuilder-helper][PATCH v4 11/11] run-push-containers: optionally push -dev tagged containers

[wic][PATCH 0/4] oe/path: three fixes plus unit coverage
 2026-07-15 18:01 UTC  (6+ messages)
` [wic][PATCH 1/4] oe/path: fix bare `false` NameError in __realpath's isdir guard
` [wic][PATCH 2/4] oe/path: don't glob-expand the destination in symlink(force=True)
` [wic][PATCH 3/4] oe/path: canonicalize('') should return '' rather than the cwd
` [wic][PATCH 4/4] tests/unit/test_oe_path: cover oe/path's own path logic
` [yocto-patches] [wic][PATCH 0/4] oe/path: three fixes plus unit coverage

[wic][PATCH] wic: Standardize on percent-style formatting in exceptions
 2026-07-14 22:12 UTC 

[wic][PATCH] bootimg_pcbios: add debug prints
 2026-07-14 21:47 UTC 

[wic][PATCH] wic: partition.py: fix output if mountpoint unset
 2026-07-14 21:39 UTC 

[wic][PATCH] wic: bootimg_efi: fix debug output for mkdosfs
 2026-07-14 21:37 UTC 

[meta-lts-mixins][scarthgap/go][PATCH] go: upgrade 1.26.4 -> 1.26.5
 2026-07-14 18:19 UTC 

[rockchip][PATCH] rauc: update keyring path for meta-rauc relocation
 2026-07-11 16:20 UTC  (3+ messages)
` [yocto-patches] "

[PATCH yocto-autobuilder-helper] config.json: Use buildtools on Debian 11
 2026-07-11 12:15 UTC 

[PATCH meta-rockchip 0/2] add support for (upstream) OP-TEE OS
 2026-07-10 17:15 UTC  (7+ messages)
` [PATCH meta-rockchip 2/2] add support for baking OP-TEE OS into U-Boot proper binary
  ` [yocto-patches] "

[PATCH yocto-autobuilder-helper wrynose v2] config.json: Add meta-qcom dependency on mixin-wrynose-linux-firmware
 2026-07-10 14:53 UTC 

[PATCH yocto-autobuilder2 v2] config.py: Add wrynose/linux-firmware branch of meta-lts-mixin
 2026-07-10 14:52 UTC 

[meta-security][PATCH] meta-tpm: Add missing recipe metadata (HOMEPAGE/SUMMARY)
 2026-07-10 10:10 UTC 

[wic][PATCH v4 0/6] tests: standalone test-suite framework plus the first unit test
 2026-07-09  3:50 UTC  (9+ messages)
` [wic][PATCH v4 1/6] tests: add the standalone unit-test suite skeleton
` [wic][PATCH v4 2/6] tests: add conftest with a wic-import preflight and session banner
` [wic][PATCH v4 3/6] tests: add optional coverage reporting
` [wic][PATCH v4 4/6] add ruff linting
` [wic][PATCH v4 5/6] bb/utils: import errno so mkdirhier's OSError handler works
` [wic][PATCH v4 6/6] tests/unit/test_bb_utils: cover mkdirhier()
` [yocto-patches] [wic][PATCH v4 0/6] tests: standalone test-suite framework plus the first unit test

[meta-mingw] [PATCH] toolchain-scripts-mingw32: add /usr/share/pkgconfig
 2026-07-08 14:56 UTC  (2+ messages)

[meta-selinux][PATCH] refpolicy_common: strip POLICY_CUSTOM_BUILDOPT before passing to make
 2026-07-08  7:47 UTC 

[meta-security][PATCH 0/1] Fix broken URLs in meta-integrity and ccs-tools
 2026-07-08  6:08 UTC  (6+ messages)
` [meta-security][PATCH 1/1] README: fix "
` [meta-security][PATCH v2] "

[wic][PATCH v3 00/10] tests: standalone test-suite framework plus the first unit test
 2026-07-06  9:08 UTC  (21+ messages)
` [wic][PATCH v3 01/10] tests: add the standalone test-suite skeleton
  ` [yocto-patches] "
` [wic][PATCH v3 02/10] tests: add a session banner via conftest.py
  ` [yocto-patches] "
` [wic][PATCH v3 03/10] tests: add the run-tests.sh wrapper
  ` [yocto-patches] "
` [wic][PATCH v3 04/10] tests: add optional coverage reporting to run-tests.sh
  ` [yocto-patches] "
` [wic][PATCH v3 05/10] tests: add ruff linting "
  ` [yocto-patches] "
` [wic][PATCH v3 06/10] tests/docs: add the suite overview README
  ` [yocto-patches] "
` [wic][PATCH v3 07/10] tests/docs: add the test-authoring guide
  ` [yocto-patches] "
` [wic][PATCH v3 08/10] tests: ignore E402 in the test tree for the sys.path bootstrap
  ` [yocto-patches] "
` [wic][PATCH v3 09/10] tests/unit/test_bb_utils: test mkdirhier() and fix its missing errno import
  ` [yocto-patches] "
` [wic][PATCH v3 10/10] tests/docs: add the review rubric
  ` [yocto-patches] "

[pseudo][PATCH v2 00/23] Create new pseudo 1.99.0 version
 2026-07-03 18:40 UTC  (24+ messages)
` [pseudo][PATCH v2 01/23] Makefile.in: Move version to 1.99.0 to prep for 2.0 development
` [pseudo][PATCH v2 02/23] pseudo_util: Add log severity flags
` [pseudo][PATCH v2 03/23] pseudo: Add new logging macros
` [pseudo][PATCH v2 04/23] pseudo_util: Change pseudo_diag() calls to appropriate "
` [pseudo][PATCH v2 05/23] pseudo_db: Change pseudo_diag() calls to appropriate macros
` [pseudo][PATCH v2 06/23] pseudo_client: "
` [pseudo][PATCH v2 07/23] pseudo_server: "
` [pseudo][PATCH v2 08/23] pseudo.c: "
` [pseudo][PATCH v2 09/23] pseudolog.c: "
` [pseudo][PATCH v2 10/23] wrappers: "
` [pseudo][PATCH v2 11/23] pseudo: Change pseudo_diag() name to pseudo_log()
` [pseudo][PATCH v2 12/23] pseudo_util: Add default log severity values
` [pseudo][PATCH v2 13/23] pseudo_util.c: strchr now returns const char
` [pseudo][PATCH v2 14/23] test/test-openat2-func.c: Remove unusuaed saved_errno
` [pseudo][PATCH v2 15/23] pseudo.h: Avoid accessing unallocated memory
` [pseudo][PATCH v2 16/23] pseudo_util: Avoid accidental free calls for without_libpseudo()
` [pseudo][PATCH v2 17/23] pseudo_util: Ensure pseudo_setupenvp handles memory consistently
` [pseudo][PATCH v2 18/23] pseudo_util: Avoid a memory leak in pseudo_dropenv()
` [pseudo][PATCH v2 19/23] pseudo_util: Clean up memory handling for setupenvp results
` [pseudo][PATCH v2 20/23] exec*: Replace bash workaround to avoid memory corruption
` [pseudo][PATCH v2 21/23] pseudo_util: Correctly free memory allocated by pseudo_setupenvp
` [pseudo][PATCH v2 22/23] test-bash-exec-env: Add bash env test case
` [pseudo][PATCH v2 23/23] test: various: Move to makefile compilation

[pseudo][PATCH 00/23] Create new pseudo 1.99.0 version
 2026-07-03 12:44 UTC  (28+ messages)
` [pseudo][PATCH 01/23] Makefile.in: Move version to 1.99.0 to prep for 2.0 development
` [pseudo][PATCH 02/23] pseudo_util: Add log severity flags
` [pseudo][PATCH 03/23] pseudo: Add new logging macros
` [pseudo][PATCH 04/23] pseudo_util: Change pseudo_diag() calls to appropriate "
` [pseudo][PATCH 05/23] pseudo_db: Change pseudo_diag() calls to appropriate macros
` [pseudo][PATCH 06/23] pseudo_client: "
` [pseudo][PATCH 07/23] pseudo_server: "
` [pseudo][PATCH 08/23] pseudo.c: "
` [pseudo][PATCH 09/23] pseudolog.c: "
` [pseudo][PATCH 10/23] wrappers: "
` [pseudo][PATCH 11/23] pseudo: Change pseudo_diag() name to pseudo_log()
` [pseudo][PATCH 12/23] pseudo_util: Add default log severity values
  ` [yocto-patches] "
` [pseudo][PATCH 13/23] pseudo_util.c: strchr now returns const char
` [pseudo][PATCH 14/23] test/test-openat2-func.c: Remove unusuaed saved_errno
  ` [yocto-patches] "
` [pseudo][PATCH 15/23] pseudo.h: Avoid accessing unallocated memory
` [pseudo][PATCH 16/23] pseudo_util: Avoid accidental free calls for without_libpseudo()
` [pseudo][PATCH 17/23] pseudo_util: Ensure pseudo_setupenvp handles memory consistently
` [pseudo][PATCH 18/23] pseudo_util: Avoid a memory leak in pseudo_dropenv()
` [pseudo][PATCH 19/23] pseudo_util: Clean up memory handling for setupenvp results
` [pseudo][PATCH 20/23] exec*: Replace bash workaround to avoid memory corruption
` [pseudo][PATCH 21/23] pseudo_util: Correctly free memory allocated by pseudo_setupenvp
` [pseudo][PATCH 22/23] test-bash-exec-env: Add bash env test case
  ` [yocto-patches] "
` [pseudo][PATCH 23/23] test: various: Move to makefile compilation

[meta-darwin][PATCH] openssl: fix wrong override syntax
 2026-07-03 11:26 UTC 

[meta-tensorflow][PATCH] tensorflow.inc: add CVE_PRODUCT
 2026-07-02  7:58 UTC 

[meta-tensorflow][PATCH] tensorflow.inc: add CVE_PRODUCT
 2026-07-02  8:00 UTC 

[pseudo] [PATCH 1/7] pseudo.h: Avoid accessing unallocated memory
 2026-07-02  6:23 UTC  (12+ messages)
` [pseudo] [PATCH 2/7] pseudo_util: Avoid accidental free calls for without_libpseudo()
` [pseudo] [PATCH 3/7] pseudo_util: Ensure pseudo_setupenvp handles memory consistently
` [pseudo] [PATCH 4/7] pseudo_util: Avoid a memory leak in pseudo_dropenv()
` [pseudo] [PATCH 5/7] pseudo_util: Clean up memory handling for setupenvp results
` [pseudo] [PATCH 6/7] exec*: Replace bash workaround to avoid memory corruption
  ` [yocto-patches] "
` [pseudo] [PATCH 7/7] pseudo_util: Correctly free memory allocated by pseudo_setupenvp
    ` [yocto-patches] [pseudo] [PATCH 1/7] pseudo.h: Avoid accessing unallocated memory

[PATCH] wic: Standardize on percent-style formatting in exceptions
 2026-07-02  4:52 UTC 

[wic][PATCH] bootimg_pcbios: fix examples
 2026-06-30 16:47 UTC 

[wic][PATCH v2 0/9] tests: standalone test-suite framework plus the first unit test
 2026-06-30 16:06 UTC  (8+ messages)
` [wic][PATCH v2 2/9] tests: add a session banner via conftest.py
` [wic][PATCH v2 3/9] tests: add the run-tests.sh wrapper
` [wic][PATCH v2 4/9] tests: add optional coverage reporting to run-tests.sh
` [wic][PATCH v2 5/9] tests: add ruff linting "
` [wic][PATCH v2 7/9] tests/docs: add the test-authoring guide
` [wic][PATCH v2 8/9] tests: ignore E402 in the test tree for the sys.path bootstrap
` [wic][PATCH v2 9/9] tests/unit/test_bb_utils: test mkdirhier() and fix its missing errno import


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