messages from 2012-07-03 11:23:19 to 2012-08-22 15:28:07 UTC [more...]
[PATCH] cooker: fix traceback when using -b with skipped recipe
2012-08-22 15:14 UTC
[PATCH] bitbake: hob: create console log directory before writing
2012-08-22 12:57 UTC (2+ messages)
[PATCH] ui: Improve error message if bitbake cannot import python curses module
2012-08-22 12:56 UTC (2+ messages)
[PATCH 0/3] bitbake-layers fixes
2012-08-22 12:55 UTC (5+ messages)
` [PATCH 1/3] bitbake/cooker: minor refactor of parseConfiguration()
` [PATCH 2/3] bitbake-layers: avoid full parse for show-layers subcommand
` [PATCH 3/3] bitbake-layers: use parsable title for show-appends
[PATCH] Hob wizard-like reorganization
2012-08-22 12:55 UTC (2+ messages)
[PATCH 1/2] data-smart: rename the 'content' internal variable to '_content'
2012-08-22 12:55 UTC (3+ messages)
` [PATCH 2/2] data_smart: skip all interal (underscored) flags in getVarFlags
[PATCH] ast: Extract text variable in PythonMethodNode
2012-08-22 12:54 UTC
ast: Rename PythonMethodNode define variable to modulename
2012-08-22 12:54 UTC
methodpool: Clean up the parsed module list handling to be slightly less insane
2012-08-22 12:53 UTC
methodpool: Remove unused check_insert_method function
2012-08-22 12:52 UTC
[PATCH] ui: Improve error message if bitbake cannot import python curses module
2012-08-21 19:17 UTC
[PATCH] event/ast: Use better_exec instead of simple_exec
2012-08-21 16:27 UTC
[PATCH 0/1] fetch2/__init__.py: add an "auto" policy for BB_SRCREV_POLICY
2012-08-21 14:58 UTC (7+ messages)
` [PATCH 1/1] "
what is the work flow of bitbake
2012-08-21 10:23 UTC
[PATCH] fetch2/git: Work around git confusion between foo.git and foo repositories
2012-08-18 15:18 UTC
[PATCH] build.py: Correct package to recipe in TaskBase events to use consistent terminology
2012-08-17 13:53 UTC
[PATCH 0/2] variable/include tracking and _remove
2012-08-17 10:09 UTC (8+ messages)
` [PATCH 1/2] data_smart.py: track file inclusion and variable modifications
` [PATCH 2/2] data_smart.py: implement _remove as a keyword like _append
[PATCH 0/1] hob:bug-fixes
2012-08-17 2:47 UTC (2+ messages)
` [PATCH 1/1] Hob: fixed the build image failure scenario
[PATCH] Add color to bitbake interactive console log formatter
2012-08-16 1:41 UTC
[PATCH] knotty: Fold knotty2 into knotty and make it the default
2012-08-15 21:52 UTC (5+ messages)
[PATCH] knotty2: Handle long lines of text and terminal window size changes
2012-08-15 16:00 UTC
[PATCH] bb/ui/uihelper.py: Ensure task current and total numbers are updated for setscene events too
2012-08-15 15:59 UTC
[PATCH] knotty: Chain the WINCH signal handler in progressbar so any other handler is preserved and called
2012-08-15 15:58 UTC
[PATCH] build.py: Only execute mkdirhier if stampdir doesn't exist
2012-08-15 15:57 UTC
[PATCH 0/1] bitbake.conf: add BB_STAMPS_DIR for constructing STAMP
2012-08-15 14:13 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH 0/1 V2] bitbake-whatchanged: print what is about to happen
2012-08-11 3:38 UTC (7+ messages)
` [PATCH 1/1 "
Making a noexec task executable again
2012-08-10 0:15 UTC (5+ messages)
[PATCH 0/3] Variable tracking: Cleaned up and less buggy
2012-08-09 20:23 UTC (4+ messages)
` [PATCH 1/3] data_smart.py: Provide (optional) logging of variable modifications
` [PATCH 2/3] data_smart.py: Track configuration file inclusions
` [PATCH 3/3] data_smart.py: Fix variable tracking
[PATCH 0/1] cooker.py: disignore explicitly requested packages
2012-08-09 17:54 UTC (5+ messages)
` [PATCH 1/1] cooker.py: Remove explicit build targets from the ignored list
[PATCH 0/2] Variable/include tracking (rebased)
2012-08-08 16:02 UTC (3+ messages)
` [PATCH 1/2] data_smart.py: Provide (optional) logging of variable modifications
` [PATCH 2/2] data_smart.py: Track configuration file inclusions
[PATCH 0/1] bitbake-whatchanged: print what is about to happen
2012-08-08 9:41 UTC (10+ messages)
` [PATCH 1/1] "
bitbake under msys
2012-08-07 21:20 UTC
[PATCH] data_smart: Fix unanchored regexp causing strange parsing issue
2012-08-03 9:24 UTC
[PATCH] fetch2/local: Add search paths to the debug log to improve log usefullness
2012-08-02 20:49 UTC
[PATCH] fetch2/local.py: Provide better debug output when fetch of a local file fails
2012-08-02 20:43 UTC
[PATCH] cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value from DISTRO.conf from local.conf)
2012-08-02 16:52 UTC
[PATCH] fetch2: print checksums when they are different then expected
2012-08-02 16:06 UTC (4+ messages)
` [PATCHv2] "
[PATCH] fetch2: handle broken symlinks in local mirror handling
2012-08-02 16:05 UTC (2+ messages)
[PATCH] knotty: ensure that directory for BB_CONSOLELOG exists before using it
2012-08-02 16:05 UTC (2+ messages)
[PATCH] bitbake-layers: fix help for show-overlayed to match behaviour
2012-08-02 16:05 UTC (2+ messages)
[PATCH 0/2] V3: hob check disk size
2012-08-02 14:26 UTC (5+ messages)
` [PATCH 1/2] monitordisk: fire event DISKFULL when terminate build
` [PATCH 2/2] hob: deal event DiskFull
[PATCH 0/2] hob:bug-fixes
2012-08-02 11:06 UTC (3+ messages)
` [PATCH 1/2] Hob: log for Hob and allow users to show logs after successful build
` [PATCH 2/2] Hob: change the Build failure scenario as ui design
[PATCH 0/1] contrib/dump_cache.py: dump recipe -> packages mapping from bb_cache.dat
2012-08-01 7:18 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] fetch2/__init__.py: Add NoChecksumError exception
2012-07-28 1:26 UTC
[PATCH 0/3] V2: hob check disk size
2012-07-27 9:33 UTC (6+ messages)
` [PATCH 1/3] monitordisk: update check() to return a dict
` [PATCH 2/3] cooker: send event when terminated by disk monitor
` [PATCH 3/3] hob: deal event DiskFull
[PATCH] fetch/local: Allow preservation of path components in relative file:// urls
2012-07-25 21:12 UTC
[PATCH] runqueue.py: Wipe out the stamp cache between setscene and main task execution
2012-07-25 21:11 UTC
[PATCH] runqueue.py: Allow the setsceneverify function to have a list of tasks that are invalid and need to run
2012-07-25 19:18 UTC
[PATCH] runqueue.py: Ensure one setscene function doesn't mask out another which needs to run
2012-07-25 19:17 UTC
[PATCH] runqueue.py: Optimise the hashvalidate call to only process tasks we may actually want
2012-07-25 19:17 UTC
[PATCH] runqueue.py: Gracefully exit if an exception occurs in the runqueue execution code
2012-07-25 19:16 UTC
[PATCH] runqueue.py: Fix a stamp comparision bug
2012-07-25 19:15 UTC
[PATCH 0/2] treat runqueue terminated by disk monitor as failure
2012-07-24 23:24 UTC (5+ messages)
` [PATCH 1/2] monitordisk: update return value
` [PATCH 2/2] cooker: treat termination by disk monitor as failure
[PATCH 0/1] V2 add downloadfilename param to wget fetcher
2012-07-24 9:37 UTC (3+ messages)
` [PATCH 1/1] bitbake wget fetcher: add parameter: downloadfilename
[PATCH] Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: No pull location known or specified
2012-07-24 9:37 UTC (2+ messages)
[PATCH] cooker.py: Ensure we track parser errors and only show bbappend issues on complete parse
2012-07-23 16:41 UTC
PLEASE READ: Major change landing shortly (python whitespace)
2012-07-19 11:27 UTC (11+ messages)
` [OE-core] "
[PATCH 0/1] hob2: add elf to image types
2012-07-19 3:16 UTC (6+ messages)
` [PATCH 1/1] hob2: add elf to hcc supported "
[PATCH] fetch2/svn.py: Use protocol parameter to get the protocol
2012-07-17 22:38 UTC
[PATCH] siggen.py: Insure .siginfo files writes into shared sstate cache are atomic
2012-07-17 9:53 UTC (2+ messages)
[PATCH] siggen.py: Insure .siginfo files writes into shared sstate cache are atomic
2012-07-17 0:27 UTC
[PATCH] runqueue.py: Improve error output to be more useful when non-existent tasks are found
2012-07-16 14:57 UTC
bitbake error
2012-07-13 11:08 UTC (3+ messages)
[PATCH 0/1] bitbake: Abort build if runtime dependency conflict
2012-07-11 10:44 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH-V2 0/5] Warn user if "param" is used in SRC_URI
2012-07-11 10:43 UTC (7+ messages)
` [PATCH-V2 1/5] fetch2/svn.py: Use "protocol" parameter to get the protocol
` [PATCH-V2 2/5] fetch2/osc.py: "
` [PATCH-V2 3/5] fetch2/hg.py: "
` [PATCH-V2 4/5] fetch2/bzr.py: "
` [PATCH-V2 5/5] fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "protocol"
[PATCH 0/5] Modify fetchers to warn user if "param" is used
2012-07-10 21:21 UTC (10+ messages)
` [PATCH 1/5] fetch2/bzr.py: Use "protocol" parameter and warn user if recipe is using "proto"
` [PATCH 2/5] fetch2/git.py: "
` [PATCH 3/5] fetch2/hg.py: "
` [PATCH 4/5] fetch2/osc.py: "
` [PATCH 5/5] fetch2/svn.py: "
[PATCH] fetch2/wget: Use FETCHCMD_wget to provide the commandline and options
2012-07-09 19:47 UTC (2+ messages)
[PATCH] fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in the fetcher itself
2012-07-09 16:52 UTC
[PATCH] Updating optparse module to argparse module
2012-07-05 9:17 UTC (4+ messages)
[PATCH] fetch2: try PREMIRRORS when calculating latest_revision
2012-07-04 16:57 UTC (3+ messages)
[PATCH] data_smart: Fix multiple override interaction with append and prepend operators
2012-07-04 15:50 UTC
[PATCH 0/1] Hob: bug-fixes
2012-07-04 13:43 UTC (2+ messages)
[PATCH] git: do not execute 'git remote prune'
2012-07-04 13:43 UTC (2+ messages)
[PATCH] fetch2/svn: Enhance to cope with subversion 1.7 upgrade
2012-07-03 18:03 UTC (2+ 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