Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2012-05-14 08:20:12 to 2012-06-06 02:01:26 UTC [more...]

[PATCH 0/1] Webhob: helper based on webservice
 2012-06-07  1:51 UTC  (2+ messages)
` [PATCH 1/1] Webhob: a general helper interface "

[PATCH 0/2] hob2: add a standalone deploy image tool
 2012-06-05 17:55 UTC  (10+ 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 0/3] Hob: some fixes
 2012-06-02  4:54 UTC  (4+ 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 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

[PATCH 0/3] Hob: bug fixes
 2012-06-01 10:40 UTC  (4+ 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

Error when Setting up Open Embedded Environment
 2012-06-01  5:11 UTC 

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  (9+ messages)
` [PATCH 1/2] replace os.system with subprocess.call
` [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  (8+ messages)
` [PATCH 1/2] data_smart.py: Provide (optional) logging of variable modifications
` [PATCH 2/2] data_smart.py: Track configuration file inclusions

[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  (9+ 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  (8+ messages)
` [PATCH 1/2] bitbake: refactor out codeparser cache into a separate class
` [PATCH 2/2] bitbake: implement checksums for local files in SRC_URI

[PATCH 0/5] Hob: bug-fixes
 2012-05-23 10:25 UTC  (8+ messages)
` [PATCH 1/5] Hob: add '--select a machine--' and '--select a base image--' to GUI
` [PATCH 2/5] Hob: change the build failure scenario as ui design
` [PATCH 3/5] Hob: fixed the issue about bug 'running image' workflow and related view
` [PATCH 4/5] Hob: fixed the line width of base image description view
` [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 

[PATCH 0/1] Reimplment proxy settings for Hob
 2012-05-22 13:40 UTC  (3+ messages)
` [PATCH 1/1] Hob: reimplement the proxy page

[PATCH 0/2 v2][PULL] Hob: Add white/black pattern to filter images
 2012-05-22 13:39 UTC  (4+ messages)
` [PATCH 1/2] Hob: Add filter for images listed in image combo
` [PATCH 2/2] Hob: Get image name internally when updating the image description

[PATCH] fetch2: quote/unquote url paths
 2012-05-22 13:39 UTC  (2+ messages)

Bitbake raises MultipleMatches exception while trying to build uclibc
 2012-05-21 21:06 UTC  (5+ messages)

[PATCH] bitbake: added -j option
 2012-05-21 14:13 UTC  (3+ messages)

[PATCH 0/2][PULL] Hob: Add white/black pattern to filter images
 2012-05-21  7:55 UTC  (5+ messages)
` [PATCH 1/2] Hob: Add filter for images listed in image combo
` [PATCH 2/2] Hob: Get image name internally when updating the image description

[PATCH] knotty2: return exit code
 2012-05-20  7:10 UTC  (2+ messages)

[PATCH 0/3] Hob: bug-fixes
 2012-05-20  7:09 UTC  (7+ messages)
` [PATCH 1/3] Hob: apply a line length to consistantly across 'base image' descriptions
` [PATCH 2/3] Hob: add '--select a machine--' and '--select a base image--' to GUI
` [PATCH 3/3] Hob:add function about clicked a row to load image file for 'my images' page

[RFC PATCH 0/2] data_smart.py (mostly): Variable and include tracking!
 2012-05-18 17:38 UTC  (4+ messages)
` [RFC PATCH 1/2] data_smart.py: Provide (optional) logging of variable modifications
` [RFC PATCH 2/2] data_smart.py: Track configuration file inclusions

[PATCH 0/2] V3 replace os.system and os.popen with subbprocess module
 2012-05-17  1:59 UTC  (6+ messages)
` [PATCH 1/2] replace os.system with subprocess.call
` [PATCH 2/2] replace os.popen with subprocess.Popen

L4 Fiasco.OC µ-kernel!
 2012-05-16 16:51 UTC  (4+ messages)

[PATCH 0/2] V2 replace os.system and os.popen with subbprocess module
 2012-05-16  1:29 UTC  (5+ messages)
` [PATCH 1/2] replace os.system with subprocess.call
` [PATCH 2/2] replace os.popen with subprocess.Popen

[PATCH] bitbake/fetch: Spell out which fetcher backends support and recommend checksums
 2012-05-15 19:54 UTC 

[PATCH 0/2] replace os.system and os.popen with subbprocess module
 2012-05-15  6:49 UTC  (5+ messages)
` [PATCH 1/2] replace os.system with subprocess.call
` [PATCH 2/2] replace os.popen with subprocess.Popen


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox