bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-18 22:28:50 to 2021-05-18 08:05:33 UTC [more...]

Disable Reproducible Build - reg
 2021-05-18  8:05 UTC  (4+ messages)
  ` [bitbake-devel] "

[PATCH] server/process: Handle error in heartbeat funciton in OOM case
 2021-05-17 13:01 UTC 

[PATCH] fetch2: make sure the uri added as expected
 2021-05-14  7:36 UTC  (3+ messages)
` [bitbake-devel] "

[bitbake][dunfell][1.46][PATCH 0/4] Pull request (cover letter only)
 2021-05-13 14:09 UTC 

Git Fetcher Branch Default
 2021-05-12 13:48 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH 1/2] hashserv/server.py: drop unused imports
 2021-05-11 12:40 UTC  (2+ messages)
` [PATCH 2/2] hashserver/client.py: "

[PATCH] fetch2/wget: when checking latest versions, consider all numerical directories
 2021-05-11 12:34 UTC 

[PATCH][1.48] bitbake: providers: selected version not available should be a warning
 2021-05-11  9:27 UTC 

[bitbake][dunfell][1.46][PATCH 0/4] Patch review
 2021-05-10 23:04 UTC  (7+ messages)
` [bitbake][dunfell][1.46][PATCH 1/4] bitbake: tests/fetch: fix test execution without .gitconfig
` [bitbake][dunfell][1.46][PATCH 2/4] bitbake: tests/fetch: remove write protected files too
` [bitbake][dunfell][1.46][PATCH 3/4] runqueue: Fix deferred task issues
  ` [bitbake-devel] "
` [bitbake][dunfell][1.46][PATCH 4/4] fetch/gitsm: Fix crash when using git LFS and submodules

Help on Handle BASH_FUNC shellshock implication
 2021-05-10  8:19 UTC  (3+ messages)
  ` 回复: "

Options for allowing Git mirror tarballs to avoid stomping each other
 2021-05-08  9:51 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] runqueue: Improve multiconfig deferred task issues
 2021-05-08  9:14 UTC 

[1.50][PATCH 0/2] review request
 2021-05-06  1:34 UTC  (3+ messages)
` [1.50][PATCH 1/2] runqueue: Fix multiconfig deferred task sstate validity caching issue
` [1.50][PATCH 2/2] runqueue: Handle deferred task rehashing in multiconfig builds

Multiconfig - sstate-cache re-use and error
 2021-05-05 19:22 UTC 

Cmake build fails in yocto
 2021-05-05  9:28 UTC 

[PATCH] Fix parsing revision of SVN repos with redirects
 2021-05-05  7:59 UTC 

[1.48][PATCH 0/3] review request
 2021-05-03 14:35 UTC  (4+ messages)
` [1.48][PATCH 1/3] runqueue: Fix deferred task issues
` [1.48][PATCH 2/3] bitbake-server: ensure server timeout is a float
` [1.48][PATCH 3/3] fetch/gitsm: Fix crash when using git LFS and submodules

[PATCH 1/2] runqueue: Fix multiconfig deferred task sstate validity caching issue
 2021-04-30 13:08 UTC  (2+ messages)
` [PATCH 2/2] runqueue: Handle deferred task rehashing in multiconfig builds

[bitbake-devel][PATCH] bitbake: knotty: Re-enable command line logging levels
 2021-04-30  1:04 UTC 

[PATCH 0/4] Modernise prserv startup & request handling
 2021-04-29 14:11 UTC  (5+ messages)
` [PATCH 1/4] prserv: Use multiprocessing to auto start prserver
` [PATCH 2/4] prserv: Extract daemonization from PRServer class
` [PATCH 3/4] prserv: Handle requests in main thread
` [PATCH 4/4] prserv: Add 15s timeout to auto shutdown

[PATCH] S3 fetcher: add progress handler for S3 cp command
 2021-04-28  7:09 UTC  (4+ messages)
` [bitbake-devel] "

[1.50][PATCH 0/5] review request
 2021-04-28  1:30 UTC  (8+ messages)
` [1.50][PATCH 1/5] runqueue: Fix deferred task issues
  ` [bitbake-devel] "
` [1.50][PATCH 2/5] bitbake: tests/fetch: fix test execution without .gitconfig
` [1.50][PATCH 3/5] bitbake: tests/fetch: remove write protected files too
` [1.50][PATCH 4/5] bitbake-server: ensure server timeout is a float
` [1.50][PATCH 5/5] fetch/gitsm: Fix crash when using git LFS and submodules

[PATCH v3 1/3] fetch/git: add support for disabling shared clones on unpack
 2021-04-27 16:53 UTC  (4+ messages)
` [PATCH v3 2/3] tests/fetch: deduplicate local git testing code
` [PATCH v3 3/3] tests/fetch: add tests for local and remote "noshared" git fetching

[PATCH] LineFilterProgressHandler: fix parsing line which ends with CR only
 2021-04-27  7:06 UTC 

[PATCH v2] README: update/fix contribution guidelines
 2021-04-26 15:38 UTC  (3+ messages)
  ` [docs] "
    ` [bitbake-devel] "

[PATCH 0/6] Preparation for prserv upgrade to json-based asyncrpc
 2021-04-26  8:16 UTC  (7+ messages)
` [PATCH 1/6] hashserv: Use generic ConnectionError
` [PATCH 2/6] asyncrpc: Common implementation of RPC using json & asyncio
` [PATCH 3/6] hashserv: Refactor to use asyncrpc
` [PATCH 4/6] prserv: Drop obsolete python version check
` [PATCH 5/6] prserv: Drop unused dump_db method
` [PATCH 6/6] prserv: Add connect function

[RFC PATCH 00/11] Modernise prserv
 2021-04-26  7:54 UTC  (14+ messages)
` [RFC PATCH 01/11] hashserv: Use generic ConnectionError
` [RFC PATCH 02/11] asyncrpc: Common implementation of RPC using json & asyncio
` [RFC PATCH 03/11] hashserv: Refactor to use asyncrpc
` [RFC PATCH 04/11] prserv: Drop obsolete python version check
` [RFC PATCH 05/11] asyncrpc: Add ping method
` [RFC PATCH 06/11] prserv: Use multiprocessing to auto start prserver
` [RFC PATCH 07/11] prserv: Extract daemonization from PRServer class
` [RFC PATCH 08/11] prserv: Handle requests in main thread
` [RFC PATCH 09/11] prserv: Drop unused methods
` [RFC PATCH 10/11] prserv: Replace XML RPC with modern asyncrpc implementation
` [RFC PATCH 11/11] prserv: Add connect function

[gatesgarth][PATCH 1/2] cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipes
 2021-04-26  7:30 UTC  (2+ messages)
` [gatesgarth][PATCH 2/2] cooker: Include all packages a recipe provides in SkippedPackage.rprovides

[PATCH] README: update/fix contribution guidelines
 2021-04-26  6:37 UTC  (6+ messages)
` [bitbake-devel] "
      ` [docs] "

[PATCH 1/2] tinfoil/data_smart: Allow variable history emit() to function remotely
 2021-04-23 18:03 UTC  (6+ messages)
` [PATCH 2/2] bin/bitbake-getvar: Add a new command to query a variable value (with history)
  ` [bitbake-devel] "

[PATCH RESEND 1/2] doc: bitbake-user-manual: simplify colon usage
 2021-04-23 16:06 UTC  (2+ messages)
  ` [PATCH RESEND 2/2] doc: bitbake-user-manual: code insertion simplification over two lines

[docs] [PATCH 2/2] doc: bitbake-user-manual: code insertion simplification over two lines
 2021-04-23 16:04 UTC 

[PATCH] doc: bitbake-user-manual: fix typo left over from Sphinx migration
 2021-04-23 15:14 UTC  (2+ messages)
` [docs] "

The Yocto Project 2021 virtual Summit CFP reminder
 2021-04-23 15:06 UTC 

[PATCH v2 1/2] bitbake: layerindex: Fix bitbake-layers layerindex-show-depends command
 2021-04-21 15:20 UTC  (2+ messages)
` [PATCH v2 2/2] bitbake: layerindex: Add --fetchdir parameter to layerindex-fetch

[PATCH 1/2] bitbake: layerindex: Fix bitbake-layers layerindex-show-depends command
 2021-04-21  7:33 UTC  (6+ messages)
` [PATCH 2/2] bitbake: layerindex: Add --fetchdir parameter to layerindex-fetch
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH 1/2] bitbake: layerindex: Fix bitbake-layers layerindex-show-depends command

[PATCH] doc/user-manual-fetching: Remove basepath unpack parameter docs
 2021-04-19 11:23 UTC 

[PATCH v2] bitbake-server: ensure server timeout is a float
 2021-04-19 10:07 UTC 

[PATCH] bitbake-server: ensure server timeout is a float
 2021-04-16 17:33 UTC 

[PATCH 0/2] Doc tweaks for 1.50
 2021-04-15 14:36 UTC  (4+ messages)
` [PATCH 1/2] bitbake-user-manual: document no support for using passwords in git URLs
` [PATCH 2/2] bitbake-user-manual: add REQUIRED_VERSION and adjust PREFERRED_VERSION entry
` [bitbake-devel] [PATCH 0/2] Doc tweaks for 1.50

[PATCH v2 1/3] fetch/git: add support for disabling shared clones on unpack
 2021-04-14  6:33 UTC  (5+ messages)
` [PATCH v2 2/3] tests/fetch: deduplicate local git testing code
` [PATCH v2 3/3] tests/fetch: add tests for local and remote "noshared" git fetching

[PATCH] fetch/git: add support for disabling shared clones on unpack
 2021-04-13 12:40 UTC  (6+ messages)
    ` [bitbake-devel] "

[dunfell][PATCH 1/2] bitbake: tests/fetch: fix test execution without .gitconfig
 2021-04-09 14:06 UTC  (2+ messages)
` [dunfell][PATCH 2/2] bitbake: tests/fetch: remove write protected files too

[PATCH 1/2] bitbake: tests/fetch: fix test execution without .gitconfig
 2021-04-09 14:06 UTC  (2+ messages)
` [PATCH 2/2] bitbake: tests/fetch: remove write protected files too

still confused about valid wildcarding for bbappend files
 2021-04-07 16:05 UTC  (6+ messages)
` [bitbake-devel] "

Three copies of output from failing task
 2021-04-06 14:47 UTC  (4+ messages)
` [bitbake-devel] "

[bitbake][dunfell][1.46][PATCH 0/1] Pull request
 2021-04-06 14:43 UTC  (2+ messages)
` [bitbake][dunfell][1.46][PATCH 1/1] Force parser shutdown after catching an exception

[PATCH] runqueue: Further fixes for confused setscene tasks
 2021-04-06  8:31 UTC 

[PATCH RFC 00/21] Git repository sharing for kernel (and other) repos
 2021-04-03  8:33 UTC  (29+ messages)
` [PATCH 01/21] bitbake: fetch2/git: allow override of clone args with GITCLONEARGS
` [PATCH 02/21] bitbake: fetch2/git: allow limiting upstream fetch refs to a subset
` [PATCH 03/21] bitbake: fetch2/git: allow optional git download name overrride
` [PATCH 04/21] bitbake: fetch2/git: allow specifying repos as static/unchanging
` [PATCH 05/21] bitbake: fetch2/git: ensure static repos have at least one refs/heads
` [PATCH 06/21] bitbake: fetch2/git: allow alt references within download dir
` [PATCH 07/21] bitbake: fetch2/git: append new altref line if/when SRC_URI changed value
` [PATCH 08/21] bitbake: fetch2/git: allow pack references within download dir
` [PATCH 09/21] bitbake: fetch2/git: use constant names for packs in static repos
` [PATCH 10/21] kernel: add basic boilerplate for fetch-only recipes
` [PATCH 11/21] kernel: add a fetch-only recipe for mainline v5.10 source
` [PATCH 12/21] kernel: allow splitting mainline v5.10 source download in two
` [PATCH 13/21] kernel: allow splitting mainline v5.10 source download in three
` [PATCH 14/21] kernel: allow splitting mainline v5.10 source download in four
` [PATCH 15/21] kernel: add recipe for linux-master (mainline latest)
` [PATCH 16/21] kernel: add stable fetch recipes for v5.4.x, v5.10.x and v5.12.x
` [PATCH 17/21] kernel: add preempt-rt fetch recipes for v5.4.x, v5.10.x and 5.12.x
` [PATCH 18/21] kernel: make v5.4.x Yocto recipes use shared source
` [PATCH 19/21] kernel: make v5.10.x "
` [PATCH 20/21] kernel: make linux-yocto-dev recipe "
` [PATCH 21/21] kernel: disable (pre)mirror for linux-yocto and linux-yocto-dev

[1.48][PATCH 0/3] Patch review request
 2021-03-24 14:33 UTC  (4+ messages)
` [1.48][PATCH 1/3] runqueue: Fix task execution corruption issue
` [1.48][PATCH 2/3] runqueue: Add setscene task overlap sanity check
` [1.48][PATCH 3/3] Force parser shutdown after catching an exception

[PATCH] fetch2/__init__.py: Use relative symlink for mirrors
 2021-03-23 10:06 UTC  (3+ messages)
` [bitbake-devel] "

[bitbake-devel] Patching recipe from pypi
 2021-03-23  0:25 UTC 

Patching recipe from pypi
 2021-03-22 21:34 UTC 

[PATCH] doc: mention that addtask handles multiple dependencies
 2021-03-22 15:20 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] doc: fix glossary link for BB_INVALIDCONF variable
 2021-03-22 15:11 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] fetch2/git: make sure clonedir is empty when trying next fullmirror
 2021-03-21  0:38 UTC  (5+ messages)
` [bitbake-devel] "

[PATCH 1/2] build: Add file_stale_stamps function
 2021-03-19 18:02 UTC  (4+ messages)
` [PATCH 2/2] runqueue/event: Add an event for notifying of stale setscene tasks
` [bitbake-devel] [PATCH 1/2] build: Add file_stale_stamps function

[PATCH] doc: Update links to documentation
 2021-03-19 16:42 UTC 

[PATCH] doc: update example explaining DEFAULT_PREFERENCE
 2021-03-19 12:36 UTC 

[PATCH] doc: fix syntax error in layer.conf example
 2021-03-19 12:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).