public inbox for bitbake-devel@lists.openembedded.org
 help / color / mirror / Atom feed
[bitbake][kirkstone][2.0][PATCH 0/1] Patch review
 2026-04-09 22:49 UTC  (2+ messages)
` [bitbake][kirkstone][2.0][PATCH 1/1] tests/fetch: Avoid using git protocol in tests

[PATCH 0/4] bitbake-setup: extra-remotes support for contrib push mirrors
 2026-04-08 12:22 UTC  (11+ messages)
` [PATCH 1/4] bitbake-setup: update vscode workspace always
  ` [bitbake-devel] "
` [PATCH 2/4] bitbake-setup: add support for extra-remotes in layer sources
  ` [bitbake-devel] "
` [PATCH 3/4] bitbake-setup: add contrib extra-remotes to default-registry configs
` [PATCH 4/4] bitbake-selftest: setup: add test_extra_remotes
` [bitbake-devel] [PATCH 0/4] bitbake-setup: extra-remotes support for contrib push mirrors

[PATCH] tests/fetch: Avoid using git protocol in tests
 2026-04-08  6:31 UTC 

[PATCH 0/8] bitbake-setup JSON Schema: Fix linting errors
 2026-04-07 15:04 UTC  (11+ messages)
` [PATCH 1/8] bitbake-setup.schema.json: Add title for schema
` [PATCH 2/8] bitbake-setup.schema.json: Add examples property
` [PATCH 3/8] bitbake-setup.schema.json: Use anyOf for non-disjoint subschemas
` [PATCH 4/8] bitbake-setup.schema.json: Remove trailing period
` [PATCH 5/8] layers.schema.json: Add missing schema
` [PATCH 6/8] layers.schema.json: Add title for subschema
` [PATCH 7/8] layers.schema.json: Add examples property
` [PATCH 8/8] layers.schema.json: Remove trailing period
` [bitbake-devel] [PATCH 0/8] bitbake-setup JSON Schema: Fix linting errors

[PATCH v2 0/9] bitbake-setup JSON Schema: Fix linting errors
 2026-04-07 15:02 UTC  (10+ messages)
` [PATCH v2 1/9] bitbake-setup.schema.json: Add title for schema
` [PATCH v2 2/9] bitbake-setup.schema.json: Add examples property
` [PATCH v2 3/9] bitbake-setup.schema.json: Use anyOf for non-disjoint subschemas
` [PATCH v2 4/9] bitbake-setup.schema.json: Remove trailing period
` [PATCH v2 5/9] layers.schema.json: Add missing schema
` [PATCH v2 6/9] layers.schema.json: Add title for subschema
` [PATCH v2 7/9] layers.schema.json: Add examples property
` [PATCH v2 8/9] layers.schema.json: Remove trailing period
` [PATCH v2 9/9] layers.schema.json: Fix typo in property name

End of whinlatter stable support
 2026-04-07 13:53 UTC  (3+ messages)
` [bitbake-devel] "
  ` [OE-core] "

[PATCH] bitbake: Resolve symlink duplicates in layer paths
 2026-04-05  5:29 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH 0/2] bitbake-setup docs fixes
 2026-04-03 10:16 UTC  (9+ messages)
` [PATCH 1/2] bitbake-setup: rename "abort" rebase conflict stragegy to "halt"
  ` [docs] "
      ` [bitbake-devel] "
` [PATCH 2/2] doc/bitbake-user-manual-environment-setup.rst: replace shell blocks by console

[PATCH v2 00/13] bitbake-setup PyPI Packaging
 2026-04-01 21:44 UTC  (16+ messages)
` [PATCH v2 01/13] bitbake-setup: Resolve unused loop control variables
  ` [bitbake-devel] "
` [PATCH v2 02/13] bitbake-setup: Fix ambiguous variable names
` [PATCH v2 03/13] bitbake-setup: Set function default to None
  ` [bitbake-devel] "
` [PATCH v2 04/13] bitbake-setup: Add checks for version information
` [PATCH v2 05/13] bitbake-setup: Add version option
` [PATCH v2 06/13] bitbake-setup: Add the conditional script stanza
` [PATCH v2 07/13] bitbake-setup: Add version check and catch exceptions
` [PATCH v2 08/13] bitbake: Add checks for importing bb module
` [PATCH v2 09/13] pypi: Add PyPI packaging for bitbake-setup
` [PATCH v2 10/13] pypi: Add packaging documentation for developers
` [PATCH v2 11/13] gitignore: Ignore temporary staging directory
` [PATCH v2 12/13] lib: Vendorize bundled third-party libraries under bb._vendor
` [PATCH v2 13/13] bb: Move codegen.py inside module

bitbake-setup PyPI Packaging
 2026-03-31 14:53 UTC  (7+ messages)
` [PATCH 1/6] bitbake: Add checks for importing bb module
` [PATCH 2/6] pypi: Add PyPI packaging for bitbake-setup
` [PATCH 3/6] pypi: Add packaging documentation for developers
` [PATCH 4/6] gitignore: Ignore temporary staging directory
` [PATCH 5/6] lib: Vendorize bundled third-party libraries under bb._vendor
` [PATCH 6/6] bb: Move codegen.py inside module

BitBake Linting Errors
 2026-03-30 22:51 UTC  (15+ messages)
` [PATCH 01/11] bitbake-setup: Remove extraneous variable from str.format()
` [PATCH 02/11] bitbake-setup: Resolve unused loop control variables
` [PATCH 03/11] bitbake-setup: Fix ambiguous variable names
` [PATCH 04/11] bitbake-setup: Remove unused stdout variable
` [PATCH 05/11] bitbake-setup: Replace f-string without placeholders
` [PATCH 06/11] bitbake-setup: Remove unused Namespace import
` [PATCH 07/11] bitbake-setup: Remove unused parser_settings_list
` [PATCH 08/11] bitbake-setup: Fix linting error related to membership
` [PATCH 09/11] bitbake-setup: Maintain exception chain
` [PATCH 10/11] bitbake-setup: Set function default to None
  ` [bitbake-devel] "
` [PATCH 11/11] bitbake-setup: Sort and format imports

[layerindexlib] Prevent loading unnecessary resources from layerindex-web
 2026-03-30 13:54 UTC  (2+ messages)
` [PATCH] "

[PATCH v3 00/14] bitbake-setup: improvements, VSCode workspace generation
 2026-03-30 10:17 UTC  (18+ messages)
` [PATCH v3 01/14] bitbake-setup: Fix type annotation for descriptions parameter in print_configs
` [PATCH v3 02/14] fetch2: add LocalModificationsError and RebaseError exceptions
` [PATCH v3 03/14] bitbake-selftest: add GitUnpackUpdateTest
` [PATCH v3 04/14] tests/fetch: remove unused import, fix trailing whitespace
` [PATCH v3 05/14] doc: document the unpack_update() non-destructive git update method
` [PATCH v3 06/14] bitbake-setup: always restore sys.stdout
` [PATCH v3 07/14] tests/setup: cleanup imports
` [PATCH v3 08/14] tests/setup: fix dead check_setupdir_files guards
` [PATCH v3 09/14] bitbake-setup: generate config files for VSCode
` [PATCH v3 10/14] tests/setup: add test_vscode for VSCode workspace generation
` [PATCH v3 11/14] bitbake-setup: add --rebase-conflicts-strategy to the update command
` [PATCH v3 12/14] tests/setup: add test_update_rebase_conflicts_strategy
` [PATCH v3 13/14] bitbake-setup: catch unexpected exceptions and show a clean error message
` [PATCH v3 14/14] doc: document new bitbake-setup init and update features
` [bitbake-devel] [PATCH v3 00/14] bitbake-setup: improvements, VSCode workspace generation

[PATCH] Common BitBake Versioning
 2026-03-27 18:58 UTC  (7+ messages)
` [PATCH 1/4] bin: Move version information to common file
` [PATCH 2/4] bitbake-setup: Add version option
` [PATCH 3/4] bitbake-setup: Add the conditional script stanza
` [PATCH 4/4] bitbake-setup: Add version check and catch exceptions
  ` [bitbake-devel] [PATCH] Common BitBake Versioning

[PATCH 0/3] doc: bitbake-user-manual-metadata: fix code-block and indentation
 2026-03-26 19:23 UTC  (4+ messages)
` [PATCH 1/3] doc: bitbake-user-manual-metadata: fix syntax for code-block in addfragments
` [PATCH 2/3] doc: bitbake-user-manual-metadata: fix indentation consistency
` [PATCH 3/3] "

[PATCH] fetch/git: Update packing commands to match modern git
 2026-03-26 15:59 UTC 

[PATCH v2 00/10] bitbake-setup: improvements, VSCode workspace generation
 2026-03-26 12:35 UTC  (15+ messages)
` [PATCH v2 01/10] fetch2: add LocalModificationsError for uncommitted changes blocking update
  ` [bitbake-devel] "
` [PATCH v2 02/10] bitbake-selftest: add GitUnpackUpdateTest
` [PATCH v2 03/10] tests/fetch: remove unused import, fix trailing whitespace
` [PATCH v2 04/10] bitbake-setup: always restore sys.stdout
` [PATCH v2 05/10] tests/setup: cleanup imports
` [PATCH v2 06/10] tests/setup: fix dead check_setupdir_files guards
` [PATCH v2 07/10] bitbake-setup: generate config files for VSCode
` [PATCH v2 08/10] tests/setup: add test_vscode for VSCode workspace generation
` [PATCH v2 09/10] bitbake-setup: add --rebase-conflicts-strategy to the update command
  ` [bitbake-devel] "
` [PATCH v2 10/10] tests/setup: add test_update_rebase_conflicts_strategy
` [bitbake-devel] [PATCH v2 00/10] bitbake-setup: improvements, VSCode workspace generation

[PATCH] doc: add warning notes on the disabled NPM fetcher
 2026-03-26  9:11 UTC 

[PATCH] doc/bitbake-user-manual-fetching: add warning on the Git subpath parameter
 2026-03-26  8:54 UTC 

[PATCH] toaster: Update fixtures for wrynose release
 2026-03-25 12:54 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v2] progressbar/knotty: Allow mixing log messages and progress bars
 2026-03-25  7:11 UTC 

[PATCH v2 00/10] Package bitbake-setup for PyPI
 2026-03-25  1:28 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH] tinfoil: Only allow one process progress bar at once (continued)
 2026-03-24 23:06 UTC 

[PATCH] progressbar/knotty: Allow mixing log messages and progress bars
 2026-03-24 22:00 UTC 

[PATCH] bitbake-setup: make DL_DIR in site.conf overridable by env
 2026-03-24 10:01 UTC  (3+ messages)

[PATCH] bitbake-setup: ensure args.setup_dir is an absolute path
 2026-03-24  9:44 UTC 

[PATCH 0/9] bitbake-setup: improvements, VSCode workspace generation
 2026-03-23 18:53 UTC  (14+ messages)
` [PATCH 1/9] bitbake-selftest: add GitUnpackUpdateTest
` [PATCH 2/9] bitbake-setup: always restore sys.stdout
` [PATCH 3/9] tests/setup: cleanup imports
` [PATCH 4/9] tests/setup: fix dead check_setupdir_files guards
` [PATCH 5/9] bitbake-setup: report local modifications blocking an update
  ` [bitbake-devel] "
` [PATCH 6/9] bitbake-setup: generate config files for VSCode
  ` [bitbake-devel] "
` [PATCH 7/9] tests/setup: add test_vscode for VSCode workspace generation
` [PATCH 8/9] bitbake-setup: add --rebase-strategy to the update command
  ` [bitbake-devel] "
` [PATCH 9/9] tests/setup: add test_update_rebase_strategy

End of kirkstone LTS support
 2026-03-21 13:39 UTC 

[RFC PATCH 0/3] bitbake-setup: config-driven local.conf, default target and docs
 2026-03-20 18:13 UTC  (5+ messages)
` [PATCH 1/3] bitbake-setup: support bb-local-conf-header injection
` [PATCH 2/3] bitbake-setup: add bb-target build wrapper
` [PATCH 3/3] doc: document bb-local-conf-header and bb-target
` [bitbake-devel] [RFC PATCH 0/3] bitbake-setup: config-driven local.conf, default target and docs

[bitbake-devel] [PATCH] fetch/git: Add an 'update' unpack mode to the fetchers (git only for now)
 2026-03-20 12:02 UTC  (7+ messages)

[PATCH v4] bitbake-setup: use non-destructive 'update' mode of the git fetcher
 2026-03-20 12:00 UTC 

[PATCH v3] bitbake-setup: use non-destructive 'update' mode of the git fetcher
 2026-03-20 11:58 UTC 

[PATCH v2] fetch/git: Add an 'update' unpack mode to the fetchers (git only for now)
 2026-03-20 11:07 UTC 

[bitbake][scarthgap][2.8][PATCH 0/4] Patch review
 2026-03-20  0:26 UTC  (5+ messages)
` [bitbake][scarthgap][2.8][PATCH 1/4] fetch2: don't try to preserve all attributes when unpacking files
` [bitbake][scarthgap][2.8][PATCH 2/4] gitsm: Add clean function
` [bitbake][scarthgap][2.8][PATCH 3/4] fetch2: Fix incorrect lfs parametrization for submodules
` [bitbake][scarthgap][2.8][PATCH 4/4] fetch2: Fix LFS object checkout in submodules

[PATCH v2] bitbake-setup: use non-destructive 'update' mode of the git fetcher
 2026-03-19 18:23 UTC 

[PATCH] bitbake-setup: use non-destructive 'update' mode of the git fetcher
 2026-03-19 18:18 UTC 

[PATCH] fetch/git: Add an 'update' unpack mode to the fetchers (git only for now)
 2026-03-19 12:28 UTC 

[bitbake-devel] [meta-oe][PATCH] liboauth2: Backport a patch to build with glibc 2.43
 2026-03-19  3:04 UTC 

[bitbake-devel] [meta-oe][PATCH] cjose: Remove PV
 2026-03-19  3:03 UTC 

[meta-oe][PATCH] liboauth2: Backport a patch to build with glibc 2.43
 2026-03-19  2:49 UTC 

[meta-oe][PATCH] cjose: Remove PV
 2026-03-19  2:10 UTC 

[PATCH] data: Add exception details if build_dependencies catches one
 2026-03-18 14:16 UTC  (3+ messages)
` [bitbake-devel] "
` [PATCH v2] "

[PATCH 0/5] Docs build cleanup and automations
 2026-03-17 10:08 UTC  (6+ messages)
` [PATCH 1/5] doc: move the Git repo check to the conf.py file
` [PATCH 2/5] doc/setversions.py: simplify the get_current_version() function
` [PATCH 3/5] doc/setversions.py: fix an f-string without placeholders
` [PATCH 4/5] doc: build using remote releases.json
` [PATCH 5/5] doc: generate the releases.rst file


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