bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 16:41:26 to 2021-08-26 19:17:37 UTC [more...]

[PATCH v6 0/4] Re-implement prserv on top of asyncrpc
 2021-08-26 19:17 UTC  (8+ messages)
` [PATCH v6 1/4] bitbake: asyncrpc: Defer all asyncio to child process
` [PATCH v6 2/4] bitbake: asyncrpc: always create new asyncio loops
` [PATCH v6 3/4] prserv: Replace XML RPC with modern asyncrpc implementation
  ` [bitbake-devel] "
` [PATCH v6 4/4] prserv: Add read-only mode

[bitbake-devel] [PATCH] providers: Use new override syntax when handling pn- "override"
 2021-08-26 17:45 UTC 

[PATCH] providers: Use new override syntax when handling pn- "override"
 2021-08-26 17:37 UTC 

Trouble capturing layer revision as variable in recipe
 2021-08-25 15:34 UTC  (7+ messages)
` [bitbake-devel] "

Cross compiling external package using yocto
 2021-08-25  2:16 UTC 

[PATCH] bitbake: Make 3.6.0 the minimum python version
 2021-08-23 13:45 UTC  (3+ messages)
` [PATCH] README: Add note about test suite and new tests
  ` [bitbake-devel] "

[PATCH v2] bitbake/fetch2: Add a new variable 'BB_FETCH_ENV' to export Fetcher env
 2021-08-23  7:18 UTC 

[bitbake][PATCH] bitbake: fetch2: correct PREMIRROR URI
 2021-08-22 21:24 UTC  (5+ messages)
` [bitbake-devel] "

how to give toolchain path in recipe
 2021-08-20 18:46 UTC 

[PATCH 1/1] prservice: remove connection caching
 2021-08-19 16:50 UTC 

[PATCH] fetch2/wget: fix 'no_proxy' handling
 2021-08-18 17:16 UTC  (2+ messages)
` [PATCH, v2] "

[PATCH v3 1/4] utils: add environment updating context manager
 2021-08-18 10:07 UTC  (13+ messages)
` [PATCH v3 2/4] fetch2: expose environment variable names that need to be exported
` [PATCH v3 3/4] fetch2/wget: ensure all variables are set when calling urllib
  ` [bitbake-devel] "
` [PATCH v3 4/4] fetch2/wget: fetch securely by default
  ` [bitbake-devel] "

[bitbake-devel][PATCH] contrib: vim: Add "remove" override highlighting
 2021-08-17 17:21 UTC 

[PATCH] bitbake: Make 3.6.0 the minimum python version
 2021-08-17 16:14 UTC 

[PATCH] bitbake: bitbake-layers: add skip reason to output
 2021-08-17  8:25 UTC 

[PATCH] doc: bitbake-user-manual-execution: remove mention to long-gone BBHASHDEPS variable
 2021-08-12 10:06 UTC  (2+ messages)
` [docs] "

[PATCH] bitbake-user-manual: replace "file name" by "filename"
 2021-08-11 14:20 UTC 

[PATCH 1/4] process: Improve traceback error reporting from main loop
 2021-08-05 12:37 UTC  (4+ messages)
` [PATCH 2/4] command: Ensure we catch/handle exceptions
` [PATCH 3/4] ui/taskexp: Improve startup exception handling
` [PATCH 4/4] ui/taskexp: Fix to work with empty build directories

[bitbake-devel][PATCH] contrib: vim: Update for new override syntax
 2021-08-04 15:03 UTC 

[PATCH 1/4] bitbake: Switch to using new override syntax
 2021-08-04  9:58 UTC  (13+ messages)
` [PATCH 2/4] doc/lib: Update to use new override syntax containing colons
  ` [bitbake-devel] "
` [PATCH 3/4] doc/lib: Add fixes for issues missed by the automated conversion
  ` [bitbake-devel] "
` [PATCH 4/4] bitbake: Update to version 1.51.1
` [bitbake-devel] [PATCH 1/4] bitbake: Switch to using new override syntax

[PATCH 1/2] doc: Fix append/prepend/remove references
 2021-08-04  9:55 UTC  (2+ messages)
` [PATCH 2/2] fetch/tests/toaster: Override conversion fixups

[PATCH] data_smart: Fix inactive overide accidental variable value corruption
 2021-08-03  9:13 UTC  (6+ messages)
` [bitbake-devel] "

[bitbake-devel] [PATCH][1.46/1.48] providers: replace newly added logger.warn() with logger.warning()
 2021-08-02 23:12 UTC  (3+ messages)

[PATCH] doc: bitbake-user-manual: grammar fix for the number of "metadata"
 2021-07-30 10:33 UTC  (5+ messages)
  ` [bitbake-devel] "
    ` [docs] "

[PATCH v3] doc: bitbake-user-manual: grammar fix for the number of "metadata"
 2021-07-29 14:03 UTC  (2+ messages)
  ` [docs] "

[PATCH v2] doc: bitbake-user-manual: grammar fix for the number of "metadata"
 2021-07-29 14:00 UTC  (3+ messages)
  ` [docs] "
    ` [bitbake-devel] "

[bitbake-devel] [PATCH] doc: bitbake-user-manual: update bitbake option help
 2021-07-28 15:04 UTC 

[PATCH v5 0/5] Re-implement prserv on top of asyncrpc
 2021-07-28 14:46 UTC  (8+ messages)
` [PATCH v5 1/5] asyncrpc: Wait on writers to close with Python 3.7+
` [PATCH v5 2/5] asyncrpc: Ensure that asyncio shutdown is clean
` [PATCH v5 3/5] asyncrpc: Handle exceptions
` [PATCH v5 4/5] prserv: Replace XML RPC with modern asyncrpc implementation
` [PATCH v5 5/5] prserv: Add read-only mode
  ` [bitbake-devel] "

[PATCH] data_smart: Allow colon in variable expansion regex
 2021-07-28 11:10 UTC 

[PATCH v4 0/5] Re-implement prserv on top of asyncrpc
 2021-07-27 14:46 UTC  (10+ messages)
` [PATCH v4 1/5] asyncrpc: Wait on writers to close with Python 3.7+
` [PATCH v4 2/5] asyncrpc: Ensure that asyncio shutdown is clean
` [PATCH v4 3/5] asyncrpc: Handle exceptions
` [PATCH v4 4/5] prserv: Replace XML RPC with modern asyncrpc implementation
` [PATCH v4 5/5] prserv: Add read-only mode
  ` [bitbake-devel] [PATCH v4 0/5] Re-implement prserv on top of asyncrpc

[docs] [PATCH] doc: bitbake-user-manual: replace ``FOO`` by :term:`FOO` where possible
 2021-07-27  7:33 UTC  (2+ messages)
  ` [bitbake-devel] "

[PATCH] doc: bitbake-user-manual: fix syntax in example and improve description
 2021-07-26 21:45 UTC  (6+ messages)
` [bitbake-devel] "
  ` [docs] "

[docs] [PATCH] doc: Makefile: turn warnings into errors by default
 2021-07-26 21:35 UTC  (2+ messages)

[docs] [PATCH 1/2] doc: bitbake-user-manual: ref-variables: order alphabetically the glossary sources
 2021-07-26 21:35 UTC  (2+ messages)

[docs] [PATCH 2/2] documentation: ref-manual: force glossary output to be alphabetically sorted
 2021-07-26 16:33 UTC 

[bitbake-devel][PATCH] bitbake: asyncrpc: Catch early SIGTERM
 2021-07-23 17:05 UTC  (2+ messages)

disable do_fetch
 2021-07-23 13:37 UTC  (2+ messages)
` [bitbake-devel] "

DEFAULT_PREFERENCE no longer used?
 2021-07-22  9:04 UTC  (3+ messages)
` [docs] "
  ` [bitbake-devel] "

[PATCH] doc: bitbake-user-manual: update bitbake option help
 2021-07-21 17:36 UTC 

recipe-sysroot doesn't contain kernel patch
 2021-07-20 19:20 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH 0/1] Substitute '~' when naming anonymous functions
 2021-07-20 17:22 UTC  (3+ messages)
` [PATCH 1/1] parse/ast: "
` [bitbake-devel] [PATCH 0/1] "

[bitbake-devel][PATCH] bitbake: Add piping compression library
 2021-07-20 15:03 UTC  (6+ messages)
` [bitbake-devel][PATCH v2] "
  ` [bitbake-devel][PATCH v3] "

[PATCH v2] Add a new variable:'BB_FETCH_ENV' to export Fetcher env
 2021-07-19 15:40 UTC 

Override syntax change proposal
 2021-07-18 12:47 UTC 

[PATCH] data_smart/parse: Allow ':' characters in variable/function names
 2021-07-18 12:29 UTC 

how bitbake works
 2021-07-17 19:57 UTC  (2+ messages)
` [bitbake-devel] "

Bitbake rootfs issue
 2021-07-16 15:07 UTC  (2+ messages)
` [bitbake-devel] "

bbappend SRC_URI restriction request
 2021-07-16 10:06 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH] fetch2/s3: improve checking if object exists in s3 by using botocore
 2021-07-12  9:52 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH] Add a new variable:'FETCH_ENV_WHITELIST'
 2021-07-10  2:48 UTC  (3+ messages)

[PATCH] fetch2/s3: allow to use credentials from environment variables
 2021-07-08 12:34 UTC 

[PATCH] bb/utils: add layer_path() function
 2021-07-07 15:44 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] bitbake: fetch2/git: run gc in foreground to avoid race with tar
 2021-07-07 12:42 UTC 

[PATCH][1.46/1.48] providers: replace newly added logger.warn() with logger.warning()
 2021-07-07  0:20 UTC 

[PATCH] providers: replace newly added logger.warn() with logger.warning()
 2021-07-07  0:20 UTC 

[1.50][PATCH 0/2] review request
 2021-07-06  8:30 UTC  (3+ messages)
` [1.50][PATCH 1/2] fetch/svn: Fix parsing revision of SVN repos with redirects
` [1.50][PATCH 2/2] fetch2: add check for empty SRC_URI hash string

[PATCH v3 0/4] Re-implement prserv on top of asyncrpc
 2021-07-01 15:59 UTC  (6+ messages)
` [PATCH v3 1/4] asyncrpc: Wait on writers to close with Python 3.7+
` [PATCH v3 2/4] asyncrpc: Ensure that asyncio shutdown is clean
` [PATCH v3 3/4] asyncrpc: Handle exceptions
` [PATCH v3 4/4] prserv: Replace XML RPC with modern asyncrpc implementation

[PATCH v2] fetch2/wget: fetch securely by default
 2021-06-29 21:27 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] fetch2/wget: fetch securely by default
 2021-06-28 16:51 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] runqueue: Improve multiconfig deferred task issues
 2021-06-25 12:38 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH] bitbake: Fix automatic generation of variable dependencies
 2021-06-23 15:53 UTC 

[bitbake][dunfell][1.46][PATCH 0/4] Pull request (cover letter only)
 2021-06-18  0:17 UTC 

Bitbake:How to split the rootfs and mount directories to different partitions
 2021-06-17  7:48 UTC 

[bitbake][dunfell][1.46][PATCH 0/4] Patch review
 2021-06-15 22:00 UTC  (5+ messages)
` [bitbake][dunfell][1.46][PATCH 1/4] cooker: Ensure parse_quit thread is closed down
` [bitbake][dunfell][1.46][PATCH 2/4] cooker: Explictly shut down the sync thread
` [bitbake][dunfell][1.46][PATCH 3/4] cooker: Ensure parser is cleaned up
` [bitbake][dunfell][1.46][PATCH 4/4] cooker: Avoid parser deadlocks

[PATCH][1.48] bitbake: providers: selected version not available should be a warning
 2021-06-15 20:13 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] docs: Add BB_HASHSERVE definition to glossary
 2021-06-11 17:46 UTC  (2+ messages)
` [docs] "

[bitbake-devel] [PATCH v2] fetch2: make sure the uri added as expected
 2021-06-10  1:37 UTC 

[PATCH v2 0/4] Re-implement prserv on top of asyncrpc
 2021-06-07 15:03 UTC  (5+ messages)
` [PATCH v2 1/4] asyncrpc: Fix bad message error in client
` [PATCH v2 2/4] asyncrpc: Set timeout when waiting for reply from server
` [PATCH v2 3/4] prserv: Add 15s timeout to auto shutdown
` [PATCH v2 4/4] prserv: Replace XML RPC with modern asyncrpc implementation

[PATCH 0/4] Re-implement prserv on top of asyncrpc
 2021-06-07 13:51 UTC  (4+ messages)
` [PATCH 2/4] asyncrpc: Avoid duplicate sockets in TCP server

[PATCH] doc: bitbake-user-manual: fix erroneous statement in glossary intro
 2021-06-04  9:26 UTC 

[1.46][PATCH 1/4] cooker: Ensure parse_quit thread is closed down
 2021-06-03 16:41 UTC  (4+ 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).