bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-07 13:57:14 to 2021-10-19 20:06:33 UTC [more...]

[bitbake][dunfell][1.46][PATCH 0/8] Patch review
 2021-10-19 20:06 UTC  (3+ messages)
` [bitbake][dunfell][1.46][PATCH 1/8] compat.py: remove file since it no longer actually implements anything
` [bitbake][dunfell][1.46][PATCH 2/8] bitbake: correct the collections vs collections.abc deprecation

[1.46][PATCH 0/8] Backport fixes for Python 3.10 compatibility
 2021-10-18 19:01 UTC  (9+ messages)
` [1.46][PATCH 1/8] compat.py: remove file since it no longer actually implements anything
` [1.46][PATCH 2/8] bitbake: correct the collections vs collections.abc deprecation
` [1.46][PATCH 3/8] bitbake: fix regexp deprecation warnings
` [1.46][PATCH 4/8] bitbake: do not import imp in layerindexlib
` [1.46][PATCH 5/8] bitbake: adjust parser error check for python 3.10 compatibility
` [1.46][PATCH 6/8] bitbake: correct deprecation warning in process.py
` [1.46][PATCH 7/8] test/fetch: Update urls to match upstream branch name changes
` [1.46][PATCH 8/8] hashserv: let asyncio discover the running loop

[bitbake-devel][PATCH V2 1/3] fetch2: fix downloadfilename issue with premirror
 2021-10-18  3:45 UTC  (3+ messages)
` [bitbake-devel][PATCH V2 2/3] tests/fetch.py: fix premirror test cases
` [bitbake-devel][PATCH V2 3/3] tests/fetch.py: add test case to ensure downloadfilename is used for premirror

[bitbake-devel][PATCH] fetch2: fix downloadfilename issue with premirror
 2021-10-18  3:31 UTC  (5+ messages)

[PATCH] test/fetch: Update urls to match upstream branch name changes
 2021-10-17 21:51 UTC 

[PATCH] siggen: Fix type conversion issues
 2021-10-16 12:55 UTC 

[PATCH] bitbake-worker: Add debug when unpickle fails
 2021-10-15 11:57 UTC 

[bitbake-devel][0/3] BZ#13039: updates to fetch2 and tests/fetch
 2021-10-15  6:40 UTC  (7+ messages)
` [bitbake-devel][ 1/3] bitbake: fetch2: fix premirror URI when downloadfilename defined

[PATCH] tests/runqueue: Ensure hashserv exits before deleting files
 2021-10-14 22:27 UTC 

[PATCH] fetch2: document checkstatus API
 2021-10-14 16:33 UTC 

[PATCH 1/2] compress: Allow to operate on file descriptor
 2021-10-14  8:00 UTC  (4+ messages)
` [PATCH 2/2] siggen: Change file format of siginfo files to use zstd compressed json
  ` [bitbake-devel] "

[PATCH] codegen: implement ast.NodeVisitor.visit_Constant
 2021-10-13 15:10 UTC 

[PATCH] runqemu: add DEPLOY_DIR_IMAGE replacement in QB_OPT_APPEND
 2021-10-13 14:56 UTC  (2+ messages)

[PATCH] bitbake-worker: Set BB_CURRENTTASK earlier
 2021-10-13 14:11 UTC 

[PATCH 1/2] npmsw: Avoid race condition with multiple npm fetchers
 2021-10-13 12:14 UTC  (2+ messages)
` [PATCH 2/2] fetch2: Do not attempt to verify donestamp if download is not complete

[PATCH 1/4] async: Close sync client event loop
 2021-10-11  9:58 UTC  (4+ messages)
` [PATCH 2/4] hashserv: Add tests for diverging reports
` [PATCH 3/4] hashserv: Fix diverging report race condition
` [PATCH 4/4] hashserv: Improve behaviour for better determinism/sstate reuse

[PATCH 1/2] knotty/uihelper: Show setscene task progress in summary output
 2021-10-08 12:48 UTC  (3+ messages)
` [PATCH 2/2] bitbake-worker: Handle pseudo shutdown in Ctrl+C case
` [bitbake-devel] [PATCH 1/2] knotty/uihelper: Show setscene task progress in summary output

[PATCH 0/8] replace http with https for URLs
 2021-10-08 12:19 UTC  (17+ messages)
` [PATCH 1/8] oeqa/manual: Fix no longer valid URLs
  ` [docs] "
` [PATCH 2/8] bitbake:toaster:test: Update SSTATE URL
` [PATCH 3/8] meta: replace http with https for URLs
  ` [docs] "
` [PATCH 4/8] yocto-bsp/poky: "
  ` [docs] "
` [PATCH 5/8] bitbake: "
  ` [docs] "
` [PATCH 6/8] documentation: "
  ` [docs] "
` [PATCH 7/8] documentation: use YOCTO_DL_URL
  ` [docs] "
` [PATCH 8/8] dev-manual: remove errant /
  ` [docs] "

[PATCH] siggen: Work around unihash issues
 2021-10-07 20:20 UTC 

[PATCH 1/2] documentation: update sources mirror URL
 2021-10-07  9:04 UTC  (9+ messages)
` [PATCH 2/2] bitbake: bitbake-user-manual: "
` [docs] [PATCH 1/2] documentation: "
    ` [bitbake-devel] "

[PATCH 1/3] fetch2: npm: Support npm archives with missing search directory mode
 2021-10-06 14:35 UTC  (3+ messages)
` [PATCH 2/3] fetch2: npm: Create config npmrc in environment instantiation
` [PATCH 3/3] fetch2: npmsw: Add support for local tarball and link sources

[PATCH 1/4] tests/utils: mark a regex as a raw string
 2021-10-05 14:50 UTC  (4+ messages)
` [PATCH 2/4] tests/fetch: prefix the FetcherTest temporary directory
` [PATCH 3/4] fetch2: clarify the command-no-found error message
` [PATCH 4/4] fetch2/gitsm: remove the 'nugget' SRCREV caching

[PATCH] data: Ensure functions are defined in a deterministic order
 2021-10-02 22:28 UTC 

[bitbake][dunfell][1.46][PATCH 00/15] Pull request (cover letter only)
 2021-10-01 15:34 UTC 

[bitbake][dunfell][1.46][PATCH 00/14] Patch review
 2021-09-30 14:10 UTC  (17+ messages)
` [bitbake][dunfell][1.46][PATCH 01/14] server: Fix early parsing errors preventing zombie bitbake
` [bitbake][dunfell][1.46][PATCH 02/14] ui/taskexp: Improve startup exception handling
` [bitbake][dunfell][1.46][PATCH 03/14] ui/taskexp: Fix to work with empty build directories
` [bitbake][dunfell][1.46][PATCH 04/14] bitbake: bitbake-layers: add skip reason to output
` [bitbake][dunfell][1.46][PATCH 05/14] build: Match markup to real function name
` [bitbake][dunfell][1.46][PATCH 06/14] build: Handle SystemExit in python tasks correctly
` [bitbake][dunfell][1.46][PATCH 07/14] process: Don't include logs in error message if piping them
` [bitbake][dunfell][1.46][PATCH 08/14] build: Avoid duplicating logs in verbose mode
  ` [bitbake-devel] "
` [bitbake][dunfell][1.46][PATCH 09/14] build: Catch and error upon circular task references
` [bitbake][dunfell][1.46][PATCH 10/14] data_smart: Improve error display for handled exceptions
` [bitbake][dunfell][1.46][PATCH 11/14] cookerdata: Improve missing core layer error message
` [bitbake][dunfell][1.46][PATCH 12/14] cookerdata: Show error for no BBLAYERS in bblayers.conf
` [bitbake][dunfell][1.46][PATCH 13/14] bitbake-worker: Improve error handling
` [bitbake][dunfell][1.46][PATCH 14/14] cookerdata: Show a readable error for invalid multiconfig name

[PATCH] cookerdata: Improve missing core layer error message
 2021-09-29 16:55 UTC  (4+ messages)
` [PATCH] cookerdata: Show error for no BBLAYERS in bblayers.conf
  ` [bitbake-devel] "

[1.50][PATCH 0/3] Review request
 2021-09-29 14:57 UTC  (4+ messages)
` [1.50][PATCH 1/3] process: Don't include logs in error message if piping them
` [1.50][PATCH 2/3] build: Avoid duplicating logs in verbose mode
` [1.50][PATCH 3/3] build: Handle SystemExit in python tasks correctly

[bitbake][dunfell][1.46][PATCH 00/14] Pull request (cover letter only)
 2021-09-28 23:20 UTC 

Populate SDK question
 2021-09-27 14:26 UTC 

[PATCH 1/2] siggen: Fix sorting in diff output
 2021-09-26 13:33 UTC  (2+ messages)
` [PATCH 2/2] cooker/command: Add a dummy event for tinfoil testing

[PATCH] bitbake-worker: Allow shutdown/database flush of pseudo server at task exit
 2021-09-25 20:07 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] siggen: Fix sorting in diff output
 2021-09-25  9:46 UTC 

[1.50][PATCH 0/8] Pull Request (cover letter only)
 2021-09-24  6:19 UTC 

[PATCH 1/3] build: Ensure python stdout/stderr is logged correctly
 2021-09-23 11:28 UTC  (3+ messages)
` [PATCH 2/3] build: Make exception printing clearer
` [PATCH 3/3] build: Fix log flushing race

[hardknott][PATCH 0/8] Review request
 2021-09-21 17:30 UTC  (11+ messages)
` [hardknott][PATCH 1/8] cookerdata: Show error for no BBLAYERS in bblayers.conf
` [hardknott][PATCH 2/8] cookerdata: Improve missing core layer error message
` [hardknott][PATCH 3/8] data_smart: Improve error display for handled exceptions
` [hardknott][PATCH 4/8] runqueue: Clean up task stats handling
` [hardknott][PATCH 5/8] cooker/process: Fix typos in exiting message
` [hardknott][PATCH 6/8] bitbake-worker: Improve error handling
` [hardknott][PATCH 7/8] cookerdata: Show a readable error for invalid multiconfig name
` [hardknott][PATCH 8/8] runqueue/knotty: Improve UI handling of setscene task counting
` [bitbake-devel] [hardknott][PATCH 0/8] Review request

[PATCH] fetch2/svn: Allow peg-revision functionality to be disabled
 2021-09-20 20:40 UTC 

[PATCH] data_smart: Don't add None to ExpansionError varlist
 2021-09-20 19:45 UTC 

[PATCH 1/2] fetch2/git: Use os.rename instead of mv
 2021-09-19 10:32 UTC  (2+ messages)
` [PATCH 2/2] tests/fetch2: Fix quoting warning

[PATCH] cookerdata: Show a readable error for invalid multiconfig name
 2021-09-18 17:59 UTC 

[PATCH] fetch2/git: Avoid races over mirror tarball creation
 2021-09-17 17:00 UTC  (3+ messages)
` [bitbake-devel] "

Disable bbappend file from another meta layer
 2021-09-17 15:27 UTC  (5+ messages)
` [Openembedded-architecture] "

[PATCH] runqueue/knotty: Improve UI handling of setscene task counting
 2021-09-16 22:43 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH 1/7] bitbake: enable python warnings at the first opportunity
 2021-09-16 20:22 UTC  (7+ messages)
` [PATCH 2/7] bitbake: drop old rules for python warnings
` [PATCH 3/7] bitbake: correct the collections vs collections.abc deprecation
` [PATCH 4/7] bitbake: fix regexp deprecation warnings
` [PATCH 5/7] bitbake: do not import imp in layerindexlib
` [PATCH 6/7] bitbake: adjust parser error check for python 3.10 compatibility
` [PATCH 7/7] bitbake: correct deprecation warning in process.py

[PATCH] fetch2/s3: allow to switch profile from environment variable
 2021-09-16 15:56 UTC 

[1.50][PATCH 0/5] Review request
 2021-09-15 23:19 UTC  (6+ messages)
` [1.50][PATCH 1/5] runqueue: Avoid deadlock avoidance task graph corruption
` [1.50][PATCH 2/5] runqueue: Fix issues with multiconfig deferred task deadlock messages
` [1.50][PATCH 3/5] cooker: Allow upstream for local hash equivalence server
` [1.50][PATCH 4/5] runqueue: Improve multiconfig deferred task issues
` [1.50][PATCH 5/5] build: Catch and error upon circular task references

[PATCH] bitbake-worker: Improve error handling
 2021-09-15 10:45 UTC 

[PATCH] bitbake.conf: fix vars_from_file() call
 2021-09-14 11:41 UTC 

Git operations during parse
 2021-09-13 23:08 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH] fetch2/wget: Enable ftps
 2021-09-13  7:56 UTC 

[PATCH v3] fetch2: make sure the uri added as expected
 2021-09-13  5:48 UTC 

[bitbake-devel][PATCH] cooker: Allow upstream for local hash equivalence server
 2021-09-11 12:56 UTC 

[PATCH v2] bitbake/fetch2: Add a new variable 'BB_FETCH_ENV' to export Fetcher env
 2021-09-11  3:42 UTC  (3+ messages)

[PATCH] runqueue: Clean up task stats handling
 2021-09-10 18:59 UTC 

[PATCH 1/3] build: Catch and error upon circular task references
 2021-09-10 14:54 UTC  (7+ messages)
` [PATCH 2/3] data_smart: Improve error display for handled exceptions
` [PATCH 3/3] fetch2: Add recursion guard
  ` [bitbake-devel] "
` [bitbake-devel] [PATCH 1/3] build: Catch and error upon circular task references

[PATCH] cookerdata: Improve missing core layer error message
 2021-09-10 14:20 UTC 

[PATCH] data_smart: Make ExpansionErrors more readable
 2021-09-10 13:26 UTC 

[PATCH] build: Avoid duplicating logs in verbose mode
 2021-09-10  9:29 UTC 

[PATCH 1/3] persist_data: Drop deprecated/unused function
 2021-09-10  9:16 UTC  (4+ messages)
` [PATCH 2/3] parse_py: Drop deprecated function reference
` [PATCH 3/3] bin: Drop unused warnings import
  ` [bitbake-devel] "

[PATCH 1/3] build: Match markup to real function name
 2021-09-10  9:15 UTC  (3+ messages)
` [PATCH 2/3] build: Handle SystemExit in python tasks correctly
` [PATCH 3/3] process: Don't include logs in error message if piping them

[1.50][PATCH 0/1] Pull request
 2021-09-09  1:25 UTC  (2+ messages)
` [1.50][PATCH 1/1] server: Fix early parsing errors preventing zombie bitbake

[PATCH] cooker: Only warn on potentially incompatible layer
 2021-09-08 13:35 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH] doc: bitbake-user-manual-fetching: S should be set to WORKDIR/git for git fetcher
 2021-09-08  8:50 UTC 

[PATCH v2] runqueue: Fix issues with multiconfig deferred task deadlock messages
 2021-09-07 20:50 UTC 

[bitbake-devel] [PATCH] cooker: Only warn on potentially incompatible layer
 2021-09-07 20:18 UTC  (11+ messages)
`  "


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).