Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2026-01-29 12:04:37 to 2026-03-09 23:15:00 UTC [more...]

[scarthgap][PATCH 0/3] Fix git lfs submodule expansion
 2026-03-09 23:14 UTC  (6+ messages)
` [PATCH 1/3] bitbake: gitsm: Add clean function
` [PATCH 2/3] bitbake: fetch2: Fix incorrect lfs parametrization for submodules
` [PATCH 3/3] bitbake: fetch2: Fix LFS object checkout in submodules

[PATCH v2] fetch2: avoid reuse download filenames
 2026-03-09 21:47 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v2 1/3] bitbake-setup: ensure that config_id is always an absolute path
 2026-03-09 14:12 UTC  (3+ messages)
` [PATCH v2 2/3] bitbake-setup: are_layers_changed(): calculate local_revision only once
` [PATCH v2 3/3] bitbake-setup: correctly determine latest revision in status/update when it is fixed to a commit id

[PATCH 0/4] fetch2: add alternative fetch method based on curl
 2026-03-09  7:40 UTC  (8+ messages)
` [PATCH 1/4] fetch2: add curl method to fetch web content
  ` [bitbake-devel] "
` [PATCH 2/4] fetch2: make curl method activable with BB_FETCH_METHOD_HTTP
` [PATCH 3/4] lib/tests/fetch2: add tests for curl method
` [PATCH 4/4] doc: bitbake-user-manual-ref-variables: describe BB_FETCH_METHOD_HTTP variable
` [bitbake-devel] [PATCH 0/4] fetch2: add alternative fetch method based on curl

[PATCH 1/2] bitbake-setup: ensure that relative local path given on 'init' command line is recorded as an absolute path
 2026-03-08 14:16 UTC  (3+ messages)
` [PATCH 2/2] bitbake-setup: correctly determine latest revision in status/update when it is fixed to a commit id
  ` [bitbake-devel] "

[bitbake][scarthgap][2.8][PATCH 0/1] Patch review
 2026-03-07 22:55 UTC  (2+ messages)
` [bitbake][scarthgap][2.8][PATCH 1/1] COW: Fix hardcoded magic numbers and work with python 3.13

[PATCH] fetch2: avoid reuse download filenames
 2026-03-05 15:21 UTC  (7+ messages)
` [bitbake-devel] "

[bitbake-devel][PATCH v2] runqueue.py: make sure we use bb multiprocessing
 2026-03-04 14:25 UTC  (2+ messages)
` [PATCH] "

[bitbake-devel][PATCH] runqueue.py: make sure we use bb multiprocessing
 2026-03-04 13:27 UTC  (3+ messages)

[bitbake-devel][PATCH] bitbake-worker: Use Lock from bb.multiprocessing
 2026-03-03 16:24 UTC 

[bitbake-devel][PATCH V2 1/2] fetch2/git.py: fix update_mirror_links
 2026-02-28  8:24 UTC  (2+ messages)
` [bitbake-devel][PATCH V2 2/2] lib/bb/tests/fetch.py: add test case to ensure no FetchData attribute error

[PATCH] correct small number of "Bitbake" to "BitBake"
 2026-02-27 15:08 UTC  (5+ messages)
` [bitbake-devel] "

[PATCH] fetch: Add GIT_CONFIG_GLOBAL to FETCH_EXPORT_VARS
 2026-02-27 12:43 UTC 

[PATCH v2 0/2] doc: bitbake-user-manual-metadata: list known limitations for shell task
 2026-02-27 11:30 UTC  (3+ messages)
` [PATCH v2 1/2] doc: bitbake-user-manual-metadata: promote inherit_defer directive to subsection
` [PATCH v2 2/2] doc: bitbake-user-manual-metadata: list known limitations for shell tasks

Should the BB manual have a comprehensive reference for handler event masks?
 2026-02-27 11:07 UTC  (2+ messages)
` [bitbake-devel] "

[bitbake-devel][PATCH] fetch2/git.py: fix update_mirror_links
 2026-02-26  3:59 UTC  (4+ messages)

[PATCH v2] cooker: warn when sstate is outside of build dir, but hash equiv database is inside it
 2026-02-24 17:54 UTC 

would anyone mind a patch that "Bitbake" -> "BitBake"?
 2026-02-24 15:59 UTC 

[PATCH] cooker: warn when sstate is outside of build dir, but hash equiv database is inside it
 2026-02-24  8:26 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore)
 2026-02-24  8:04 UTC  (3+ messages)
  ` [docs] "

[bitbake-devel][RFC] cookerdata: Include "originating" recipe data when parsing
 2026-02-20 19:58 UTC  (7+ messages)
` [bitbake-devel][PATCH v2] cookerdata: Include "originating" recipe name "
  ` [bitbake-devel][PATCH v3] "

[PATCH] tinfoil: show close matches when no providers are found
 2026-02-20 14:30 UTC 

[PATCH v2 0/4] bitbake-setup: Improve readability
 2026-02-20  9:14 UTC  (10+ messages)
` [PATCH v2 1/4] bitbake-setup: define a color_enabled() helper function
` [PATCH v2 2/4] bitbake-setup: improve readability of choices
` [PATCH v2 3/4] bitbake-setup: print colored diffs
    ` [bitbake-devel] "
` [PATCH v2 4/4] bitbake-setup: drop get_diff and replace by run_git_diff

[PATCH v3] bitbake-setup: print colored diffs
 2026-02-20  9:14 UTC 

[bitbake][lib/bb/fetch2/git.py] Re-introducing --prune option in fetch_cmd #bitbake
 2026-02-19 16:37 UTC  (6+ messages)
` [bitbake-devel] "

[PATCH 0/4] bitbake-setup: Improve readability
 2026-02-18  8:47 UTC  (12+ messages)
` [PATCH 1/4] bitbake-setup: define a global for the color choice
  ` [bitbake-devel] "
` [PATCH 2/4] bitbake-setup: improve readability of choices
` [PATCH 3/4] bitbake-setup: print plain messages in quiet mode
  ` [bitbake-devel] "
` [PATCH 4/4] bitbake-setup: print colored diffs
  ` [bitbake-devel] "

[PATCH v3 0/5] doc: bitbake-user-manual-ref-variables: clarify BBMASK examples
 2026-02-17 14:40 UTC  (7+ messages)
` [PATCH v3 1/5] doc: bitbake-user-manual-ref-variables: clarify BBMASK directory matching
` [PATCH v3 2/5] doc: bitbake-user-manual-ref-variables: have directory examples be consistent
` [PATCH v3 3/5] doc: bitbake-user-manual-ref-variables: expand and reorganize BBMASK explanations
` [PATCH v3 4/5] doc: bitbake-user-manual-ref-variables: update BBMASK example with current meta-ti
` [PATCH v3 5/5] doc: bitbake-user-manual-ref-variables: update Python re doc link to HTTPS
` [docs] [PATCH v3 0/5] doc: bitbake-user-manual-ref-variables: clarify BBMASK examples

[PATCH v2 0/5] doc: bitbake-user-manual-ref-variables: clarify BBMASK examples
 2026-02-17 12:13 UTC  (9+ messages)
` [PATCH v2 1/5] doc: bitbake-user-manual-ref-variables: clarify BBMASK directory matching
` [PATCH v2 2/5] doc: bitbake-user-manual-ref-variables: have directory examples be consistent
` [PATCH v2 3/5] doc: bitbake-user-manual-ref-variables: expand and reorganize BBMASK explanations
  ` [docs] "
` [PATCH v2 4/5] doc: bitbake-user-manual-ref-variables: update BBMASK example with current meta-ti
` [PATCH v2 5/5] doc: bitbake-user-manual-ref-variables: update Python re doc link to HTTPS

[PATCH] fetch: Drop Bazaar/bzr fetcher
 2026-02-16 10:02 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH 0/4] doc: bitbake-user-manual-ref-variables: clarify BBMASK examples
 2026-02-16  8:02 UTC  (11+ messages)
` [PATCH 1/4] doc: bitbake-user-manual-ref-variables: clarify BBMASK directory matching
  ` [docs] "
` [PATCH 2/4] doc: bitbake-user-manual-ref-variables: have directory examples be consistent
` [PATCH 3/4] doc: bitbake-user-manual-ref-variables: clarify BBMASK matching patterns
  ` [docs] "
` [PATCH 4/4] doc: bitbake-user-manual-ref-variables: update BBMASK example with current meta-ti
` [docs] [PATCH 0/4] doc: bitbake-user-manual-ref-variables: clarify BBMASK examples

[PATCH 1/2] fetch: Drop osc (OpenSUSE Build Service) fetcher
 2026-02-13 16:28 UTC  (2+ messages)
` [PATCH 2/2] fetch: Drop CVS fetcher module

[bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
 2026-02-13  8:54 UTC  (2+ messages)

[PATCH] utils: is_path_on_nfs: strip not existing path
 2026-02-12 17:23 UTC 

[PATCH 0/5] Package bitbake-setup for PyPI
 2026-02-12 12:50 UTC  (7+ messages)
` [PATCH 4/5] Add Python packaging files
  ` [bitbake-devel] "

[PATCH] bitbake/bzr: Drop check for unset .revision after .setup_revisions()
 2026-02-11 17:37 UTC  (3+ messages)

[PATCH] fetch2/svn: Use server certificates going forward
 2026-02-11 15:57 UTC 

[PATCH] doc: bitbake-user-manual-metadata: list known limitations for shell tasks
 2026-02-11 14:45 UTC  (2+ messages)
  ` [bitbake-devel] "

[PATCH v3 1/2] cooker: use BB_HASHSERVE_DB_DIR for hash server database location
 2026-02-11 11:46 UTC  (11+ messages)
` [PATCH v3 2/2] bitbake-setup: share sstate by default between builds
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH v3 1/2] cooker: use BB_HASHSERVE_DB_DIR for hash server database location

[PATCH v2 00/10] Package bitbake-setup for PyPI
 2026-02-10  8:19 UTC  (5+ messages)
` [PATCH v2 02/10] bitbake-setup: Add pypi packaging
  ` [bitbake-devel] "

[bitbake-devel][PATCH v4] bitbake-setup: Add strip to value from settings.conf
 2026-02-10  2:30 UTC 

[bitbake-devel][PATCH v3] bitbake-setup: Add strip to value from settings.conf
 2026-02-09 12:26 UTC  (2+ messages)

[bitbake][scarthgap][2.8][PATCH 0/2] Patch review
 2026-02-09  9:33 UTC  (3+ messages)
` [bitbake][scarthgap][2.8][PATCH 1/2] knotty: fix TIOCGWINSZ call for Python 3.14 and later
` [bitbake][scarthgap][2.8][PATCH 2/2] knotty: Make sure getTerminalColumns() returns two integers

[bitbake-devel][PATCH v2] bitbake-setup: Add strip to value from settings.conf
 2026-02-06 15:54 UTC  (5+ messages)

[PATCH v5 0/2] bitbake-setup: add descriptions for fragment choices
 2026-02-06  8:40 UTC  (3+ messages)
` [PATCH v5 1/2] default-registry: update fragments choices with descriptions
` [PATCH v5 2/2] lib/bb/tests/setup.py: add tests for oe-fragments-one-of

[bitbake-devel][PATCH] fetch2/git.py: fix update_mirror_links
 2026-02-06  2:39 UTC  (3+ messages)

[PATCH v2] bin: Hide os.fork() deprecation warning at module level
 2026-02-05 17:25 UTC 

[PATCH] bin: Hide os.fork() deprecation warning at module level
 2026-02-05 17:03 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH v3] doc: fix the switchers menu
 2026-02-05 15:25 UTC 

[PATCH v2] doc: fix the switchers menu
 2026-02-05 14:00 UTC  (8+ messages)
` [bitbake-devel] "
` [docs] "

[PATCH v2] bitbake-setup: tests: add a test for getting configs over http
 2026-02-05 11:54 UTC 

[OE-core][PATCH] bitbake-setup: Add strip to dldir
 2026-02-05  9:35 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] bitbake-setup: Add strip to dldir
 2026-02-05  5:19 UTC 

[PATCH] bitbake-setup: Add strip to dldir
 2026-02-05  6:25 UTC 

[PATCH] bitbake: also hide os.fork() deprecation warning
 2026-02-04 13:45 UTC 

[PATCH v7 1/4] bitbake-setup: add inline URI
 2026-02-04 11:10 UTC  (4+ messages)
` [PATCH v7 2/4] layers.schema.json: support 'uri'
` [PATCH v7 3/4] bitbake-setup: use URI shortcut for 'master' configuration
` [PATCH v7 4/4] doc/bitbake-setup: document "uri" property

[PATCH v6 1/4] bitbake-setup: add inline URI
 2026-02-04 11:00 UTC  (4+ messages)
` [PATCH v6 3/4] bitbake-setup: use URI shortcut for all configurations
  ` [bitbake-devel] "

Why does bitbake-setup force a machine config fragment?
 2026-02-03 20:09 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v3] doc: bitbake-user-manual-intro: improve bbappend file matching doc
 2026-02-02  8:32 UTC  (2+ messages)
` [docs] "

[PATCH v2] doc: bitbake-user-manual-intro: improve bbappend file matching doc
 2026-01-30 16:18 UTC  (4+ messages)
` [docs] "

[docs][PATCH v2 0/4] Change terminology
 2026-01-30 14:14 UTC  (2+ messages)

[PATCHv3] bitbake-setup: _has_local_modifications fix user case when add/remove/add layer
 2026-01-30  1:56 UTC 

bitbake-setup update problem
 2026-01-29 13:42 UTC  (7+ messages)
` [bitbake-devel] "


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