Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2018-08-14 09:43:42 to 2018-10-18 09:22:50 UTC [more...]

[PATCH 1/7] fetch2: Avoid incorrect getVarFlag call
 2018-10-18  9:22 UTC  (3+ messages)
` [PATCH 2/7] data_smart: Micro optimise _remove handling
` [PATCH 3/7] data_smart: Fix expand_cache and _remove operator interaction issues

[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 2/7] fetch2/git: add tests to capture existing behavior wrt. naming of mirror tarball
` [PATCH 3/7] fetch2/git: add tests to capture existing behavior wrt. naming of git shallow 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

git submodule fetcher regression
 2018-10-15 11:44 UTC  (12+ messages)

[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 2/7] fetch2/git: improve readability of method need_update
` [PATCH 1/7] fetch2/git: prevent access to non-existing fullshallow tarball
` [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 

Fixing bitbake --revisions-changed
 2018-10-04 15:10 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)

recipe for pandoraFMS agent
 2018-09-01 11:23 UTC 

[PATCH] cooker.py: Fix incorrect bb files matched warning
 2018-08-29 14:52 UTC 

[PATCH] fetcher: Fixed remote removal not throwing exception
 2018-08-29 13:44 UTC  (2+ messages)

[PATCH] tests/fetch: Update gnome.org urls after upstream changes
 2018-08-29  9:43 UTC 

[PATCH 0/9] toaster: cummulative patch Aug 28 2018
 2018-08-26 22:33 UTC  (10+ 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] 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] toaster: enable project import and merged Toaster settings

[PATCH 0/1] parse/ast: ensure saved event handlers really do get restored
 2018-08-24  4:17 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] toaster: Fix comparison in recipe template
 2018-08-20  7:51 UTC 

mistake in chapter 2.1
 2018-08-20 16:40 UTC  (3+ messages)

how to store a modification of a bbclass in the poky layer in my own layer
 2018-08-17 23:07 UTC  (5+ messages)

[PATCH] bb/utils.py: add break_hardlinks helper
 2018-08-16  9:02 UTC  (5+ messages)

commit 6c3281a14 / set_context broken?
 2018-08-16  8:57 UTC  (3+ messages)

[PATCH 0/1] toaster: project_specific_12785 enhancement set
 2018-08-16  1:04 UTC  (2+ messages)
` [PATCH 1/1] Toaster: Implement the project-specific feature and releated enhancements and defects

[PATCH 0/2] Spawn extra tasks at low CPU worload
 2018-08-15 16:26 UTC  (18+ messages)
` [PATCH 1/2] runqueue: Move decision if a task can be started to one common place
` [PATCH 2/2] runqueue: Introduce load balanced task spawning

[PATCH 1/2] utils/md5_file: don't iterate line-by-line
 2018-08-14 15:47 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