messages from 2012-05-22 23:33:48 to 2012-06-14 13:06:24 UTC [more...]
[PATCH 0/3] Update for Yocto 2388
2012-06-14 12:55 UTC (5+ messages)
` [PATCH 1/3] ui/crumbs/hig.py: tweak strings
` [PATCH 2/3] ui/crumbs/hig.py: simplify subprocess call
` [PATCH 3/3] image-writer: tweak some strings
[PATCH 0/2] Hob: bug-fixes
2012-06-14 12:55 UTC (4+ messages)
` [PATCH 1/2] Hob: fixed an issue about no 'set_page' function in hob failed page show
` [PATCH 2/2] Hob: fixed issue about 'select a base image' combo not sensitive
[PATCH 0/3] runqueue changes
2012-06-14 3:16 UTC (4+ messages)
` [PATCH 1/3] bitbake, runqueue: Add --no-setscene to skip all setscene tasks
` [PATCH 2/3] bitbake, runqueue.py: Add -i to invalidate a stamp and rebuild the target
` [PATCH 3/3] runqueue.py, build.py: Invalidate setscene tasks based on do_unpack stamps
[PATCH 0/4] fetch2: fixes and optimizations
2012-06-14 3:09 UTC (5+ messages)
` [PATCH 1/4] fetch2: Fix missing output from stderr in fetcher logs
` [PATCH 2/4] fetch2: Fix URI encode / decode regression
` [PATCH 3/4] fetch2: Allow local git trees as pre-mirrors
` [PATCH 4/4] fetch2/git.py: Optimize clone fall back when it is local
[PATCH v4 0/18] Multiplexed task logs / bitbake fixes for fetch2 / stamp features
2012-06-14 3:00 UTC (21+ messages)
` [PATCH v4 01/18] process.py, build.py: Fix log truncation problems with flush()
` [PATCH v4 02/18] knotty: Extend knotty to support "real time" log tail for tasks
` [PATCH v4 03/18] knotty: Add the ability to dynamically select loglevel from stdin
` [PATCH v4 04/18] msg.py, knotty.py: Allow dynamic toggle of the debug log level
` [PATCH v4 05/18] knotty.py: Add the ability to spawn screen directly from knotty with OE_TERMINAL=screen_inline
` [PATCH v4 06/18] fetch2: Fix missing output from stderr in fetcher logs
` [PATCH v4 07/18] fetch2/git.py: Use local download dir, when using an external read-only GITDIR
` [PATCH v4 08/18] knotty.py, knotty2, py: Flush and update footer on dynamic log level change
` [PATCH v4 09/18] knotty2.py: Fix knotty2 to report something other than 0 of 0 for setscene tasks
` [PATCH v4 10/18] knotty2: Properly adjust for lines longer than terminal size
` [PATCH v4 11/18] knotty: Merge knotty2 functionality into knotty
` [PATCH v4 12/18] knotty: Add ability to dynamically toggle log location
` [PATCH v4 13/18] bitbake, runqueue: Add --no-setscene to skip all setscene tasks
` [PATCH v4 14/18] runqueue.py, build.py: Invalidate setscene tasks based on do_unpack stamps
` [PATCH v4 15/18] bitbake, runqueue.py: Add -i to invalidate a stamp and rebuild the target
` [PATCH v4 16/18] meta/lib/oe/terminal.py: Add an additional reference to screen called screen_inline
` [PATCH v4 17/18] terminal.bbclass: Allow OE_TERMINAL_PREFERRED to override the fallback order for OE_TERMINAL
` [PATCH v4 18/18] terminal.py: Make screen_inline have a higher priority than screen
[PATCH 0/1] Webhob: helper based on webservice
2012-06-13 5:56 UTC (3+ messages)
` [PATCH 1/1] Webhob: a general helper interface "
[PATCH 0/6] V2 hob2: some tweak and add a standalone deploy image tool
2012-06-13 1:25 UTC (13+ messages)
` [PATCH 1/6] ui/crumbs/utils.py: import module bb
` [PATCH 2/6] ui/crumbs/hig.py: fix run time error
` [PATCH 3/6] ui/crumbs/hig.py: remove extra spaces
` [PATCH 4/6] ui/crumbs/hig.py: check deploy process return value
` [PATCH 5/6] hob2: update DeployImageDialog for seperated tool
` [PATCH 6/6] hob2: create a standalone deploy image tool
Regarding Bitbake parsing error
2012-06-11 10:59 UTC
[PATCH 0/3] Hob: some fixes
2012-06-08 11:02 UTC (5+ messages)
` [PATCH 1/3] Hob: lower the limitation for PyGTK
` [PATCH 2/3] Hob: add versions for compatibility check between Hob and templates
` [PATCH 3/3] Hob: Interpret some special characters for label markup
[PATCH 0/3] Hob: bug fixes
2012-06-08 11:01 UTC (5+ messages)
` [PATCH 1/3] Hob: clear the repeated function get_kernel_file_name
` [PATCH 2/3] Hob: fix entry of recipe page can't be edited in case after clicked clear button
` [PATCH 3/3] Hob: fixed a definition not match issue when click choose directflb in package page
[PATCH v2 0/15] Multiplexed task logs / bitbake fixes for fetch2
2012-06-06 20:28 UTC (16+ messages)
` [PATCH v3 01/15] process.py: Fix log truncation problems
` [PATCH v3 02/15] knotty: Extend knotty to support "real time" log tail for tasks
` [PATCH v3 03/15] knotty: Add the ability to dynamically select loglevel from stdin
` [PATCH v3 04/15] msg.py, knotty.py: Allow dynamic toggle of the debug log level
` [PATCH v3 05/15] knotty.py: Add the ability to spawn screen directly from knotty with OE_TERMINAL=screen_inline
` [PATCH v3 06/15] fetch2: Fix missing output from stderr in fetcher logs
` [PATCH v3 07/15] fetch2/git.py: Use local download dir, when using an external read-only GITDIR
` [PATCH v3 08/15] knotty.py, knotty2, py: Flush and update footer on dynamic log level change
` [PATCH v3 09/15] knotty2.py: Fix knotty2 to report something other than 0 of 0 for setscene tasks
` [PATCH v3 10/15] knotty2: Properly adjust for lines longer than terminal size
` [PATCH v3 11/15] knotty: Merge knotty2 functionality into knotty
` [PATCH v3 12/15] knotty: Add ability to dynamically toggle log location
` [PATCH v3 13/15] meta/lib/oe/terminal.py: Add an additional reference to screen called screen_inline
` [PATCH v3 14/15] terminal.bbclass: Allow OE_TERMINAL_PREFERRED to override the fallback order for OE_TERMINAL
` [PATCH v3 15/15] terminal.py: Make screen_inline have a higher priority than screen
Error when Setting up Open Embedded Environment
2012-06-06 16:59 UTC (2+ messages)
[PATCH 0/2] hob2: add a standalone deploy image tool
2012-06-06 5:01 UTC (14+ messages)
` [PATCH 1/2] hob2: update DeployImageDialog for seperated tool
` [PATCH 2/2] hob2: create a standalone deploy image tool
[PATCH 0/1] Webhob: helper based on webservice
2012-06-06 9:58 UTC (4+ messages)
` [PATCH 1/1] Webhob: Clean up the code and modify some errors
[PATCH 0/5] Hob: bug-fixes (2)
2012-06-04 10:52 UTC (6+ messages)
` [PATCH 1/5] Hob: clear the repeated function get_kernel_file_name
` [PATCH 2/5] Hob: fix entry of recipe page can't be edited in case after clicked clear button
` [PATCH 3/5] Hob: fixed a definition not match issue when click choose directflb in package page
` [PATCH 4/5] Hob: Change 'run image' work flow and image detail screen as ui design
` [PATCH 5/5] Hob: fixed the index issue when set actived item for base image combo
[PATCH v2 0/9] Multiplexed task logs / bitbake fixes for fetch2
2012-06-01 21:18 UTC (10+ messages)
` [PATCH v2 1/9] process.py: Fix log truncation problems
` [PATCH v2 2/9] knotty: Extend knotty to support "real time" log tail for tasks
` [PATCH v2 3/9] knotty: Add the ability to dynamically select loglevel from stdin
` [PATCH v2 4/9] msg.py, knotty.py: Allow dynamic toggle of the debug log level
` [PATCH v2 5/9] knotty.py: Add the ability to spawn screen directly from knotty with OE_TERMINAL=screen_inline
` [PATCH v2 6/9] fetch2: Fix missing output from stderr in fetcher logs
` [PATCH v2 7/9] fetch2/git.py: Use local download dir, when using an external read-only GITDIR
` [PATCH v2 8/9] meta/lib/oe/terminal.py: Add an additional reference to screen called screen_inline
` [PATCH v2 9/9] terminal.bbclass: Allow OE_TERMINAL_PREFERRED to override the fallback order for OE_TERMINAL
Error when Setting up Open Embedded Environment
2012-06-01 5:01 UTC
[PATCH 0/1] persist_data: reconnect when DB is locked
2012-05-31 19:45 UTC (5+ messages)
` [PATCH 1/1] bitbake/persist_data: Reconnect "
[0/6] Multiplexed task log tail and dynamic log levels for knotty
2012-05-31 5:14 UTC (7+ messages)
` [PATCH 1/6] process.py: Fix log truncation problems
` [PATCH 2/6] knotty: Extend knotty to support "real time" log tail for tasks
` [PATCH 3/6] knotty: Add the ability to dynamically select loglevel from stdin
` [PATCH 4/6] msg.py, knotty.py: Allow dynamic toggle of the debug log level
` [PATCH 5/6] knotty.py: Add the ability to spawn screen directly from knotty with OE_TERMINAL=screen_inline
` [PATCH 6/6] meta/lib/oe/terminal.py: Add an additional reference to screen called screen_inline
[PATCH 0/5] Checksum / error reporting improvements
2012-05-30 16:22 UTC (7+ messages)
` [PATCH 1/5] lib/bb/data_smart.py: don't report variable in ExpansionError if not set
` [PATCH 2/5] cooker: fix UnboundLocalError when exception occurs during parsing
` [PATCH 3/5] cooker: report recipe being parsed when ExpansionError occurs
` [PATCH 4/5] lib/bb/fetch2: ignore remote URIs when doing file checksums
` [PATCH 5/5] bitbake: include varflags in checksums
[PATCH 0/1] hob: handle sanity check failures as a separate event
2012-05-30 16:20 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] hob2: set beginning folders for FileChooserDialog
2012-05-30 16:19 UTC (2+ messages)
[PATCH 0/2] Hob: bug-fixes
2012-05-30 16:19 UTC (4+ messages)
` [PATCH 1/2] Hob: Fixed a compatible issue for indicator icon view
` [PATCH 2/2] Hob: add the 'build new' be as the primary action for 'Image detail' page
[PATCH 0/1] HOB: 'str' object has no attribute 'close'
2012-05-30 16:18 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 0/1] Hob: bug-fixes
2012-05-30 3:11 UTC (3+ messages)
` [PATCH 1/1] Hob: Fixed a compatible issue for indicator icon view
[PATCH 0/2] V4 replace os.system and os.popen with subbprocess module
2012-05-30 1:10 UTC (7+ messages)
` [PATCH 2/2] replace os.popen with subprocess.Popen
[PATCH] lib/bb/fetch2: fix comments for verify_checksum
2012-05-25 10:11 UTC (2+ messages)
[PATCH 0/1] Hob: bug-fixes
2012-05-25 10:11 UTC (3+ messages)
` [PATCH 1/1] Hob:fixed the issue of primary button is not an 'orange hob button'
v2 [PATCH 0/2] data_smart.py: Track inclusions and assignments
2012-05-25 6:56 UTC (5+ messages)
[PATCH] bitbake/exceptions: Handle reports from the field of exception code failures
2012-05-24 13:23 UTC
[PATCH] bitbake/utils.py: Ensure utils.which() returns full paths
2012-05-24 12:57 UTC
[PATCH] bitbake/cooker: Ensure matchFile returns full pathnames
2012-05-24 12:56 UTC (2+ messages)
` [PATCH v2] "
[PATCH] BBHandler: Tweak some data store access methods to the preferred syntax
2012-05-24 10:03 UTC
[PATCH] bitbake/cooker: Ensure matchFile returns full pathnames
2012-05-24 10:01 UTC
[PATCH 0/1] Force to teminate the Parser process
2012-05-24 8:29 UTC (4+ messages)
` [PATCH 1/1] cooker.py: terminate the Parser processes
[PATCH 0/4] Replace HobNotebook with gtk.Notebook, comments invited
2012-05-23 17:20 UTC (3+ messages)
[PATCH 0/3] RFC: Refactor/cleanup logging/run file generation
2012-05-23 17:15 UTC (13+ messages)
` [PATCH 1/3] build.py: Add a log to capture task execution order
` [PATCH 2/3] build.py: Add additional debug messages
` [PATCH 3/3] build.py: Add support for log and run filename changes
` [PATCH 1/4] build.py: Add a log to capture task execution order
` [PATCH 2/4] build.py: Cleanup exec_func_shell
` [PATCH 3/4] build.py: Add additional debug messages
` [PATCH 4/4] build.py: Add support for log and run filename changes
[PATCH 0/1] Hob: Adjust the progress bar not to show 100% when things are not finished
2012-05-23 15:19 UTC (2+ messages)
` [PATCH 1/1] Hob: Adjust the progress bar and set 100% only when all is done
[PATCH] bitbake: support $BITBAKE_UI environment
2012-05-23 10:30 UTC (2+ messages)
[PATCH] parse: get_file_depends(): return deterministic result
2012-05-23 10:27 UTC (2+ messages)
[PATCH 0/2] Implement file checksums
2012-05-23 10:25 UTC (7+ messages)
` [PATCH 2/2] bitbake: implement checksums for local files in SRC_URI
[PATCH 0/5] Hob: bug-fixes
2012-05-23 10:25 UTC (4+ messages)
` [PATCH 5/5] Hob: fixed the issue about the 'run image' page should have the primary bug
RFC: Web Hob development
2012-05-23 8:14 UTC
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