Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2026-06-26 05:20:47 to 2026-08-19 08:23:13 UTC [more...]

[PATCH] knotty: show elapsed time on the task progress bar
 2026-08-19  8:22 UTC  (3+ messages)
  ` [bitbake-devel] "

[PATCH] bitbake-setup: preserve build config when init script is missing
 2026-08-19  4:24 UTC 

[PATCH] bitbake-setup: preserve VSCode extension recommendation
 2026-08-18 20:36 UTC 

[PATCH] toaster: Add recipe variables view
 2026-08-18 19:04 UTC  (10+ messages)
` [bitbake-devel] "

[PATCH 1/2] pyproject.toml: remove broken [build-system] section
 2026-08-18 17:34 UTC  (2+ messages)
` [PATCH 2/2] pyproject.toml: specify min Python version for project

[bitbake-devel][PATCH] AGENTS.md: Add file
 2026-08-17 20:05 UTC  (3+ messages)
` [bitbake-devel][PATCH v2] "

[PATCH 1/2] fetch2: get rid of unused FetchMethod.urls property
 2026-08-17 19:50 UTC  (2+ messages)
` [PATCH 2/2] fetch2/wget: cache SSL context instead of recreating every time

[PATCH v2] fetch2/wget: reuse cached HTTPS connections
 2026-08-17 19:36 UTC  (11+ messages)
` [bitbake-devel] "

[PATCH 0/7] cooker/tinfoil: fix -b bbappend handling and add single-task prepared-task API
 2026-08-16 22:18 UTC  (10+ messages)
` [PATCH 1/7] cooker: fix bitbake -b silently ignoring bbappends
  ` [bitbake-devel] "
` [PATCH 2/7] tests/cooker: add a bitbake -b bbappend test
` [PATCH 3/7] command: fix setConfig coercing bool config values to truthy strings
` [PATCH 4/7] cooker: add a buildFile mode that runs a single task
` [PATCH 5/7] tinfoil: add a prepared task runner
` [PATCH 6/7] tests/cooker: add TinfoilTests for run_prepared_task
` [PATCH 7/7] parse/ast: skip empty BBPATH segments in include_all

[PATCH v2 0/8] cooker/tinfoil: fix -b bbappend handling and add single-task prepared-task API
 2026-08-16 22:14 UTC  (9+ messages)
` [PATCH v2 1/8] cooker: fix bitbake -b silently ignoring bbappends
` [PATCH v2 2/8] tests/cooker: add a shared bitbake-subprocess test base class
` [PATCH v2 3/8] tests/cooker: add a bitbake -b bbappend test
` [PATCH v2 4/8] command: fix setConfig coercing bool config values to truthy strings
` [PATCH v2 5/8] cooker: add a buildFile mode that runs a single task
` [PATCH v2 6/8] tinfoil: add a prepared task runner
` [PATCH v2 7/8] tests/cooker: add TinfoilTests for run_prepared_task
` [PATCH v2 8/8] parse/ast: skip empty BBPATH segments in include_all

[PATCH] tests/fetch: report OpenSSL certificate generation errors
 2026-08-14 20:18 UTC 

[PATCH v2 0/5] toaster: Add per-recipe variable view
 2026-08-14 15:35 UTC  (6+ messages)
` [PATCH v2 1/5] cache_extra: Collect recipe variable snapshots
` [PATCH v2 2/5] toaster: Add recipe variable snapshot model
` [PATCH v2 3/5] toaster: Store recipe variable snapshots
` [PATCH v2 4/5] toaster: Generalize detail table controls
` [PATCH v2 5/5] toaster: Add recipe variables view on UI

[PATCH 1/2] pyproject.toml: add setuptools to requires; fix project structure
 2026-08-14 14:44 UTC  (6+ messages)
` [PATCH 2/2] pyproject.toml: add scripts
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH 1/2] pyproject.toml: add setuptools to requires; fix project structure

[PATCH] parse: warn on trailing whitespace after line continuation backslash
 2026-08-13 16:54 UTC  (8+ messages)
` [bitbake-devel] "
` [PATCH v2] parse: warn on trailing whitespace in parsed lines
  ` [bitbake-devel] "

[PATCH 1/6] fetch/__init__: Clean up minor mirror code duplication
 2026-08-13 12:48 UTC  (6+ messages)
` [PATCH 2/6] fetch2: Drop unneeded checksum check
` [PATCH 3/6] fetch2: Drop ESTALE error handling
` [PATCH 4/6] utils: Allow lockfile/unlockfile to take empty names
` [PATCH 5/6] utils: Add lockfile_to_exclusive
` [PATCH 6/6] fetch2: Switch to shared locking for read accesses

[PATCH] doc: bitbake-user-manual-environment-setup: use pip to install bitbake-setup
 2026-08-13  7:50 UTC 

[PATCH] fetch2/wget: reuse cached HTTPS connections
 2026-08-12 17:00 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH] fetch2/wget: checkstatus: Do not try again on 404 status code
 2026-08-11 14:32 UTC 

[PATCH] data: Fix expandKeys recursion issue
 2026-08-10 14:46 UTC 

[PATCH] fetch/wget: Handle long filenames correctly
 2026-08-10 11:12 UTC 

[PATCH v2] asyncrpc: Close the client event loop when the client is collected
 2026-08-06 21:58 UTC 

[PATCH] asyncrpc: Close the client event loop when the client is collected
 2026-08-06 17:43 UTC  (3+ messages)
` [bitbake-devel] "

[bitbake-devel] [PATCH] asyncrpc: Close the client event loop when the client is collected
 2026-08-06 16:14 UTC 

[PATCH 0/1] data_smart: fix key expansion in conditional overrides
 2026-08-04 21:12 UTC  (6+ messages)
` [PATCH 1/1] data_smart: fix operations lost when an override name contains a variable
  ` [bitbake-devel] "

[PATCH] bitbake-setup: Allow overrides to add sources
 2026-08-03 21:20 UTC 

[bitbake-devel][PATCH 0/6] hashserv: Pipeline Upstream Queries
 2026-07-31 13:05 UTC  (20+ messages)
` [bitbake-devel][PATCH 1/6] hashserv: client: Add asynchronous streaming API
` [bitbake-devel][PATCH 2/6] hashserv: server: Fix formatting
` [bitbake-devel][PATCH 3/6] hashserv: server: Add queued streaming API
` [bitbake-devel][PATCH 4/6] hashserv: server: Use streaming and queue API for upstream unihash queries
` [bitbake-devel][PATCH 5/6] hashserv: server: Use streaming and queue API for upstream exist queries
` [bitbake-devel][PATCH 6/6] hashserv: tests: Add test for upstream pipelining
` [bitbake-devel][PATCH v2 00/10] hashserv: Pipeline Upstream Queries
  ` [bitbake-devel][PATCH v2 01/10] asyncrpc: Add Task Group
  ` [bitbake-devel][PATCH v2 02/10] asyncrpc: serv: Use "
  ` [bitbake-devel][PATCH v2 03/10] asyncrpc: serv: Cancel all clients on server stop
  ` [bitbake-devel][PATCH v2 04/10] hashserv: tests: Improve test logging
  ` [bitbake-devel][PATCH v2 05/10] hashserv: client: Add asynchronous streaming API
  ` [bitbake-devel][PATCH v2 06/10] hashserv: server: Add queued "
  ` [bitbake-devel][PATCH v2 07/10] hashserv: server: Use streaming and queue API for upstream unihash queries
  ` [bitbake-devel][PATCH v2 08/10] hashserv: server: Use streaming and queue API for upstream exist queries
  ` [bitbake-devel][PATCH v2 09/10] hashserv: tests: Add more upstream tests
  ` [bitbake-devel][PATCH v2 10/10] hashserv: tests: Add test for upstream pipelining
  ` [PATCH v2 00/10] hashserv: Pipeline Upstream Queries

[PATCH v2 0/2] fetch/{npm,npmsw}: fix security issue and re-enable fetchers
 2026-07-31 12:45 UTC  (3+ messages)
` [PATCH v2 1/2] fetch/{npm,npmsw}: re-enable fetchers now that checksums come from SRC_URI
` [PATCH v2 2/2] tests/fetch: restore and extend npm/npmsw test coverage

[PATCH v2] bitbake-worker: Evaluate exported_vars() before emptying the environment
 2026-07-30 19:08 UTC  (5+ messages)
` [bitbake-devel] "
` [PATCH v3] data: Return a list from exported_vars()

[PATCH 0/3] doc: fix build + add cross-reference to DL_DIR
 2026-07-30 15:19 UTC  (4+ messages)
` [PATCH 1/3] doc/bitbake-user-manual-environment-setup: fix reference to non-existing term
` [PATCH 2/3] doc/bitbake-user-manual-ref-variables: fix reference to non-existing entry in variable glossary
` [PATCH 3/3] doc/bitbake-user-manual-environment-setup: cross-reference DL_DIR

[PATCH] doc: bitbake-user-manual-metadata: fix missing whitespace around '=' operator
 2026-07-30 14:47 UTC 

[PATCH] doc: bitbake-user-manual-metadata.rst: fix append example
 2026-07-30  9:47 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] parse/ast: improve error handling for invalid task dependencies
 2026-07-29 14:29 UTC 

[bitbake][scarthgap][2.8][PATCH 0/2] Patch review
 2026-07-29  7:57 UTC  (3+ messages)
` [bitbake][scarthgap][2.8][PATCH 1/2] README: Add "2.8" subject-prefix to git-send-email suggestion
` [bitbake][scarthgap][2.8][PATCH 2/2] utils: Add NFS EEXISTS/isdir failure workaround

[2.18][PATCH] bitbake-worker: Evaluate exported_vars() before emptying the environment
 2026-07-25 18:35 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH] tests/setup: Drop win32 platform reference
 2026-07-23 13:49 UTC 

[bitbake][wrynose][2.18][PATCH 0/2] Pull request (cover letter only)
 2026-07-21 21:51 UTC 

[PATCH 0/2] fetch/{npm,npmsw}: fix security issue and re-enable fetchers
 2026-07-21 12:47 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH RFC 0/2] bitbake: Add basic landlock support
 2026-07-17 18:11 UTC  (6+ messages)
` [PATCH [RFC] 1/2] utils: Add landlock_restrict_network function
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH RFC 0/2] bitbake: Add basic landlock support

[bitbake][wrynose][2.18][PATCH 0/2] Patch review
 2026-07-17  9:52 UTC  (3+ messages)
` [bitbake][wrynose][2.18][PATCH 1/2] bitbake-setup: always write newline at end of the README
` [bitbake][wrynose][2.18][PATCH 2/2] utils: Add NFS EEXISTS/isdir failure workaround

[PATCH] fetch2/gomod: support pipe-separated proxy list in GO_MOD_PROXY
 2026-07-16 10:50 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] fetch2: Ensure UntrustedUrl.msg is str
 2026-07-13 16:28 UTC 

[PATCH] bitbake-setup: handle dict entries in oe-fragments
 2026-07-09  7:27 UTC  (3+ messages)
` [bitbake-devel] "
` [PATCH v2] "

[PATCH v5 0/9] bitbake-setup PyPI Packaging
 2026-07-09  2:03 UTC  (10+ messages)
` [PATCH v5 1/9] bitbake-setup: Add version option
` [PATCH v5 2/9] pypi: Add PyPI packaging for bitbake-setup
` [PATCH v5 3/9] pypi: Add packaging documentation for developers
` [PATCH v5 4/9] gitignore: Ignore temporary staging directory
` [PATCH v5 5/9] Add pyproject.toml and vendor.txt for vendoring
` [PATCH v5 6/9] Add vendor patches
` [PATCH v5 7/9] Update vendorized modules
` [PATCH v5 8/9] vendor.txt: Add typing_extensions for bs4
` [PATCH v5 9/9] Update typing_extensions with vendoring

[PATCH] bitbake-setup: pass install-buildtools options from config and CLI
 2026-07-08 15:26 UTC  (11+ messages)
` [PATCH v2] bitbake-setup: use bb.fetch for buildtools installer download
  ` [bitbake-devel] "
` [PATCH v3] "
  ` [bitbake-devel] "
` [PATCH v4] "
  ` [bitbake-devel] "
` [PATCH v5] "
    ` [bitbake-devel] "

[PATCH] utils: Add NFS EEXISTS/isdir failure workaround
 2026-07-08 12:00 UTC 

[bitbake-devel][PATCH] fetch2: give every FetchData a default unpack_tracer
 2026-07-03 12:39 UTC  (3+ messages)

[PATCH] bitbake-setup: support --update-bb-conf on init and fix site.conf symlink for setup-dir == top-dir
 2026-07-02 17:29 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] bitbake-setup: support --update-bb-conf on init and fix site.conf symlink for setup-dir == top-dir #bitbake #yocto
 2026-07-02  6:52 UTC  (2+ messages)

[PATCH] data: Optimise renameVar when a variable doesn't exist
 2026-07-01 13:55 UTC 

[PATCH v4 00/11] bitbake-setup PyPI Packaging
 2026-06-29 14:41 UTC  (9+ messages)
` [PATCH v4 07/11] Add vendor patches
  ` [bitbake-devel] "
` [PATCH v4 08/11] Update vendorized modules
  ` [bitbake-devel] "
` [PATCH v4 10/11] Update typing_extensions with vendoring
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH v4 00/11] bitbake-setup PyPI Packaging

[PATCH] contrib/prserv/Dockerfile: remove non-existent codegen.py
 2026-06-29 13:03 UTC 

[PATCH] fetch/wget/_check_latest_version_by_dir: correct iterative check of versioned directories
 2026-06-29 12:52 UTC 

[bitbake-devel][PATCH] bb: Add prefuncs and postfuncs ordering
 2026-06-28 10:11 UTC  (3+ messages)

[PATCH] fetch/git: add reference option
 2026-06-26 20:34 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH] doc/README: update broken yocto-docs cgit URL
 2026-06-26  5:20 UTC 


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