messages from 2018-09-02 08:43:27 to 2018-11-14 09:35:22 UTC [more...]
[PATCH 0/6] bitbake: Improve error/exception handling
2018-11-14 9:46 UTC (5+ messages)
` [PATCH 1/6] bitbake: utils: better_compile(): Fix line number when report errors
` [PATCH 2/6] bitbake: parse/ast: fix line number for anonymous function
` [PATCH 3/6] bitbake: data_smart: Add original traceback to ExpansionError
` [PATCH 4/6] bitbake: data_smart: fix filename for compile()
[PATCH] siggen: Adapt colors used by bitbake-diffsigs to support light themes
2018-11-14 1:51 UTC
[PATCH 1/2] bitbake-dumpsig: Make --task work again
2018-11-14 1:10 UTC (2+ messages)
` [PATCH 2/2] bitbake-dumpsig: Change to use argparse
[PATCH 1/2] utils: Avoid warnings about deprecated imp module
2018-11-13 23:13 UTC (3+ messages)
[PATCH 1/2] utils: Avoid warnings about deprecated imp module
2018-11-13 22:59 UTC (2+ messages)
` [PATCH 2/2] utils: Avoid regex value escape warnings
gitsm fetching fails
2018-11-13 15:26 UTC (2+ messages)
[PATCH] lib/bb/server: Avoid UnboundLocalError traceback
2018-11-13 13:57 UTC
[PATCH v2] bitbake: toaster: allow OE_ROOT to be provided through environment
2018-11-08 6:24 UTC (3+ messages)
[PATCH 0/2] Fix gitsm issues
2018-11-07 12:54 UTC (4+ messages)
` [PATCH 1/2] fetch2/gitsm.py: Disable branch checking on submodules
` [PATCH 2/2] fetch2/gitsm.py: Fix the references when the module and path are different
[PATCH] server/process: Fix unclosed socket warnings upon server connection refused
2018-11-06 14:41 UTC
[PATCH] siggen: Correct format argument substitution
2018-11-05 14:29 UTC
[PATCH] fetch: Also export GIT_SSH environment variable
2018-11-02 14:32 UTC
[PATCH] bitbake: toaster: allow OE_ROOT to be provided through environment
2018-11-02 8:49 UTC
[PATCH] bitbake: toaster: allow OE_ROOT to be provided through environment
2018-11-01 18:07 UTC (3+ messages)
Pre-installation of software in tar.gz form with Yocto/BitBake
2018-10-31 15:37 UTC
[oe-core][PATCH 1/1] cooker.py: no bb.fatal() for pr server
2018-10-31 7:52 UTC (2+ messages)
How to add an image file to a meta layer using bbappend file
2018-10-30 6:02 UTC (2+ messages)
ui/json: Add JSON UI to Bitbake
2018-10-29 18:20 UTC (6+ messages)
` [PATCH 1/3] build: Create package property for TaskBase
` [PATCH 2/3] runqueue: Fix base class for sceneQueueComplete
` [PATCH 3/3] ui/json: Add JSON UI
git submodule fetcher regression
2018-10-26 14:35 UTC (13+ messages)
Fixing bitbake --revisions-changed
2018-10-24 14:58 UTC (2+ messages)
[PATCH] data_smart: Fix removal handling interaction issue with overrides
2018-10-19 11:27 UTC
[PATCH 1/7] fetch2: Avoid incorrect getVarFlag call
2018-10-19 9:55 UTC (9+ messages)
` [PATCH 2/7] data_smart: Micro optimise _remove handling
` [PATCH 3/7] data_smart: Fix expand_cache and _remove operator interaction issues
` [PATCH 4/7] data/data_smart: Allow getVarFlag to return the variable parser object
` [PATCH 5/7] bitbake: data: Ensure task checksums account for remove data
` [PATCH 6/7] data/siggen: Extract task hash generation code into a function
` [PATCH 7/7] test/data: Add new tests for task checksum changing/not changing
[PATCH v2 0/2] Add symlinks for git (shallow) tarballs when name differs due to mirror rewrite rules
2018-10-18 9:41 UTC (3+ messages)
` [PATCH v2 2/2] fetch2: add symlink for shallow mirror tarballs
` [PATCH v2 1/2] fetch2: add symlinks for "
[PATCH 0/7] Add symlinks for git (shallow) tarballs when name differs due to mirror rewrite rules
2018-10-16 20:19 UTC (9+ messages)
` [PATCH 1/7] fetch2/git: add tests to capture existing behavior wrt. naming of clone directories
` [PATCH 3/7] fetch2/git: add tests to capture existing behavior wrt. naming of git shallow tarball
` [PATCH 2/7] fetch2/git: add tests to capture existing behavior wrt. naming of mirror tarball
` [PATCH 4/7] fetch2/git: use intention revealing names for premirror tests
` [PATCH 5/7] fetch2: extract the function which ensures that a valid symlink exists
` [PATCH 6/7] fetch2: add symlinks for mirror tarballs
` [PATCH 7/7] fetch2: add symlink for shallow "
[PATCH 1/3] data_smart: Preserve history when renaming variables
2018-10-16 19:27 UTC (3+ messages)
` [PATCH 2/3] data: Fix whitespace on _remove operations
` [PATCH 3/3] data: Ensure task checksums account for remove data
[PATCH 0/3] toaster: cummulative 101418 patch
2018-10-15 7:14 UTC (4+ messages)
` [PATCH 1/3] toaster: bad link for distro conf file
` [PATCH 2/3] toaster: bump django version to match build tools
` [PATCH 3/3] toaster: missing shutil import
[PATCH] taskexp: add focused search bar
2018-10-11 13:50 UTC
[PATCH] layerindexlib: Fix various type checking errors
2018-10-11 21:18 UTC
git repo directory naming?
2018-10-10 20:16 UTC
[PATCH 0/1] fetch2: avoid circular recursion with SRCPV in PR
2018-10-10 10:34 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] main: Fix environment handling for UI module imports
2018-10-09 18:01 UTC
[PATCH v2 0/3] fetch2/git: Check fullshallow tarball and clonedir before access
2018-10-08 8:15 UTC (4+ messages)
` [PATCH v2 1/3] fetch2/git: prevent access to non-existing clonedir
` [PATCH v2 2/3] fetch2/git: explicitly show the decision logic to select the source in code
` [PATCH v2 3/3] fetch2/git: provide information about missing sources
[PATCH 0/7] fetch2/git: Check fullshallow tarball and clonedir before access
2018-10-08 7:20 UTC (10+ messages)
` [PATCH 1/7] fetch2/git: prevent access to non-existing fullshallow tarball
` [PATCH 2/7] fetch2/git: improve readability of method need_update
` [PATCH 3/7] fetch2/git: use correct check to decide if the shallow tarball should be unpacked
` [PATCH 4/7] tests/data: extract LogRecord into own file
` [PATCH 5/7] fetch2/git: prevent access to non-existing clonedir
` [PATCH 6/7] fetch2/git: explicitly show the decision logic to select the source in code
` [PATCH 7/7] fetch2/git: provide information about missing sources
[PATCH] bitbake-user-manual: fix description of BB_RUNTASK
2018-10-04 17:21 UTC
[PATCH] build.py: support custom task [progress] handlers
2018-10-04 2:48 UTC
[PATCH] bitbake-worker: Add DryRun event
2018-10-04 8:57 UTC (2+ messages)
[PATCH 0/1] toaster: custom image enable layer add, protect pre-cloned layers
2018-10-04 6:10 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] Fix relative URI processing for gitsm
2018-10-02 21:08 UTC (2+ messages)
` [PATCH] gitsm: Allow relative URIs when fetching
gitsm fetcher does not work anymore
2018-10-02 18:12 UTC (7+ messages)
[PATCH 1/3] fetch2/gitsm: fix a typo
2018-10-01 14:52 UTC (3+ messages)
` [PATCH 2/3] fetch2/gitsm: handle submodules nested inside subdirs
` [PATCH 3/3] fetch2/gitsm: checkout submodules recursively
gitsm Fetcher update
2018-10-01 17:18 UTC (3+ messages)
[PATCH 0/3] toaster: cummulative 092918 patch
2018-10-01 7:45 UTC (4+ messages)
` [PATCH 1/3] toaster: error logs missing for cli builds
` [PATCH 2/3] toaster: add 'thud' release to Toaster
` [PATCH 3/3] toaster: disable git remote check to allow for firewalls
[PATCH 0/1] [SUMO] toaster: fix bitbake flexible path error from Bugzilla #12891
2018-10-01 5:26 UTC (4+ messages)
` [PATCH 1/1] [SUMO] toaster: [Sumo] "
[sumo][PATCH] toaster: localhostbecontroller: fix bitbake path resolution
2018-09-30 7:40 UTC (11+ messages)
[PATCH v2] Fix gitsm networking and mirroring
2018-09-25 17:15 UTC (2+ messages)
` [PATCH v2] fetch2/gitsm.py: Rework the git submodule fetcher
[PATCH 0/3] Fix bitbake-selftest failures
2018-09-25 15:18 UTC (5+ messages)
` [PATCH 1/3] lib/bb/tests/parse.py: Test case was changing chdir
` [PATCH 2/3] lib/layerindexlib/tests/cooker.py: Fix topdir to use an absolute (real) path
` [PATCH 3/3] lib/layerindexlib/tests/restapi.py: Fix test cases when BB_SKIP_NETTETS=yes
[PATCH 2/3 v2] lib/layerindexlib/tests/cooker.py: Fix topdir to use an absolute (real) path
2018-09-25 15:15 UTC
[OE-core][PATCH] utils: lockfile: Fix infinite loop
2018-09-25 12:34 UTC
[PATCH 1/2] COW: Fix StopIteration warning
2018-09-22 3:20 UTC (2+ messages)
` [PATCH 2/2] daemonize/build: Clean up /dev/null fd handling
[PATCH] Fix gitsm networking and mirroring
2018-09-21 15:09 UTC (7+ messages)
` [PATCH] fetch2/gitsm.py: Rework the git submodule fetcher
[PATCH] bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http' (e.g http-proxy)
2018-09-21 12:14 UTC (3+ messages)
Issues w/ gitsm fetcher and BB_NO_NETWORK
2018-09-19 17:14 UTC (2+ messages)
[PATCH 0/1] dump_cache.py: move it to oe-core/scripts
2018-09-12 8:38 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] runqueue: Ensure setscene tasks that aren't covered get built
2018-09-07 16:47 UTC
[SUMO][PATCH 0/9] toaster: SUMO cummulative patch Aug 28 2018
2018-09-07 14:35 UTC (11+ messages)
` [PATCH 1/9] toaster: allow pokydirname to be evaluated when all layers are local
` [PATCH 2/9] toaster: use a more flexible way to find bitbake
` [PATCH 3/9] bitbake: toaster: allow TOASTER_DIR to be overridden from cmdline
` [PATCH 4/9] toaster/widgets.py: avoid divide by zero issues
` [PATCH 5/9] toastergui/newproject.html: fix release divs
` [PATCH 6/9] toaster/checksettings: allow CUSTOM_XML_ONLY setting through env
` [PATCH 7/9] toaster/models.py: allow local paths for custom recipe's base
` [PATCH 8/9] toaster/layerdetails.js: don't hide local layer info
` [PATCH 9/9] bitbake: toaster: Fix comparison in recipe template
[PATCH 1/2] msg: Add explicit verbnote log level
2018-09-07 13:13 UTC (2+ messages)
` [PATCH 2/2] cooker/runqueue: Turn universe warnings into verbnotes
[] Add files supporting bash completion for bitbake tools
2018-09-07 11:46 UTC (7+ messages)
` "
[PATCH] process: Flush server stdout/stderr before reporting failure
2018-09-07 9:48 UTC (6+ messages)
Run bitbake with progress bar in terminal (Ubuntu 16.04)
2018-09-06 13:26 UTC (3+ messages)
[PATCH] server/process: Various server startup logging fixes
2018-09-05 17:23 UTC (3+ messages)
[PATCH] daemonize: Flush stdio on exit
2018-09-05 17:03 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox