Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2012-02-20 10:04:50 to 2012-03-02 09:05:47 UTC [more...]

[PATCH 0/1] Make bitbake-prserv executable
 2012-03-02  8:54 UTC  (2+ messages)
` [PATCH 1/1] bitbake/bitbake-prserv: Set file mode bits "x"

[PATCH 0/1] Yocto 1561: enable cleanup of WORKDIR
 2012-03-02  7:54 UTC  (2+ messages)
` [PATCH 1/1] bitbake: "

[PATCH 00/32] Hob related fixes
 2012-03-02  7:31 UTC  (71+ messages)
` [PATCH 01/32] Hob: make HobViewTable more general in hob and make the image selection dialog and the image details page reuse it
` [PATCH 02/32] Hob: avoid the image selection dialog to walk through all directories and its sub-directories, when users click "My images"
` [PATCH 03/32] Hob: cleanup those class methods in HobWidget
` [PATCH 04/32] Hob: fixed the issue in the brought-in-by dialog
` [PATCH 05/32] Hob: include hddimg and iso into image types
` [PATCH 06/32] Hob: implement a self-defined notebook visual component for Hob
` [PATCH 07/32] Hob: use HobNotebook to enable a notebook in build details page
` [PATCH 08/32] Hob: image configuration page doesn't need dialogs any more
` [PATCH 09/32] Hob: fix a bug in builder.configuration.curr_mach
` [PATCH 10/32] Hob: add ignore_all_errors to avoid showing error dialog multiple times
` [PATCH 11/32] Hob: make the image configuration page not to flash the progress bar
` [PATCH 12/32] Hob: enable indicators on the "Included" tab in the recipe selection page and the package selection page
` [PATCH 13/32] crumbs: Factor common dialogue configuration out
` [PATCH 14/32] crumbs/builder: use the name Hob consistently
` [PATCH 15/32] crumbs: move towards more standard dialogue spacing
` [PATCH 16/32] crumbs: fix button order in several dialogues
` [PATCH 17/32] hig: try to avoid setting explicit dialogue sizes
` [PATCH 18/32] crumbs/hig: tweak UI and layout of LayerSelectionDialog
` [PATCH 19/32] Hob(crumbs/builder.py): remove the code commented out in the builder.py
` [PATCH 20/32] command.py: remove the resolve parameter in generateTargetsTree
` [PATCH 21/32] cooker.py: Fix a bug due to variable name
` [PATCH 22/32] cooker: fix calculating of depends and rdepends
` [PATCH 23/32] Hob(crumbs/hoblistmodel.py): Fix recipe's populate() function
` [PATCH 24/32] Hob(crumbs/hoblistmodel.py): Add mapping for rprovides and pkg
` [PATCH 25/32] Hob: Add an extra 50M space if zypper is selected
` [PATCH 26/32] Hob: fix a bug that the image size is shown incorrectly in the image details page
` [PATCH 27/32] Hob: add "OK" button to "BinbDialog"
` [PATCH 28/32] Hob: allow users to setup the proxy
` [PATCH 29/32] Hob(crumbs/builder.py): adjust the main window's position and ignore the case lower than 1024x768
` [PATCH 30/32] Hob: Fix pressing "stop" build
` [PATCH 31/32] runqueue.py: initialize rqexe at RunQueue's init function
` [PATCH 32/32] Hob: Disable the handling of "NoProvider" event

[PATCH 0/3] Fixes for scenequeue task failure
 2012-03-01 15:26 UTC  (5+ messages)
` [PATCH 1/3] bitbake/runqueue: fix python error on "
` [PATCH 2/3] bitbake/uihelper: restore line to record failed normal tasks
` [PATCH 3/3] bitbake/build: report TaskFailedSilent events as "Failed"

[PATCH 0/1][PULL] Hob2: A new implementation for Human Oriented Builder
 2012-02-29  2:04 UTC  (8+ messages)

[PATCH 0/2] bitbake patches
 2012-02-28 17:11 UTC  (7+ messages)
` [PATCH 1/2] bitbake: fix setscene task start/failure handling
` [PATCH 2/2] bitbake/runqueue: make dry-run do everything except execute

Git, AUTOREV and SSH
 2012-02-28 16:32 UTC  (3+ messages)

[PATCH 0/1] Allow set +x for shell functions to be configured v2
 2012-02-28 13:37 UTC  (2+ messages)
` [PATCH 1/1] bitbake: implement BB_VERBOSE_LOGS

[PATCH 0/1] Allow set +x for shell functions to be configured
 2012-02-28 13:29 UTC  (4+ messages)
` [PATCH 1/1] bitbake: implement BB_VERBOSE_LOGS

[PATCH V2 0/1] Added new variable BBINCLUDED
 2012-02-28  3:22 UTC  (2+ messages)
` [PATCH V2 1/1] bitbake: Added BBINCLUDED variable

[PATCH 0/1 v2][PULL] data_smart.py: use BB_HASH_WHITELIST as variable filter
 2012-02-27 14:37 UTC  (2+ messages)
` [PATCH 1/1] data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variables

[PATCH 0/1] Allow set +x for shell functions to be configured
 2012-02-27 14:08 UTC  (3+ messages)
` [PATCH 1/1] bitbake: implement BB_VERBOSE_LOGS

getting started (well, trying to)
 2012-02-27 10:56 UTC  (2+ messages)

cache broken in master
 2012-02-27  6:48 UTC  (5+ messages)

[PATCH 0/1][PULL]: data_smart.py: use BB_HASH_WHITELIST as variable filter
 2012-02-27  7:58 UTC  (2+ messages)
` [PATCH 1/1] data_smart.py: Uses BB_HASH_WHITELIST to filter unnecessary variables

[PATCH] bitbake/ConfHandler: Be more strict about variable quoting
 2012-02-26 22:53 UTC  (3+ messages)

[PATCH 0/3] V5 Disk space monitoring
 2012-02-26 11:08 UTC  (5+ messages)
` [PATCH 1/3] V5 Fix finish_now when no running task
` [PATCH 2/3] V5 Disk space monitoring
` [PATCH 3/3] V5 Add config sample for disk "

[PATCH] bitbake/runqueue: Ensure finish_now() sets the runqueue state consistently
 2012-02-26  9:41 UTC  (2+ messages)

[PATCH 0/6] Hob tweaks
 2012-02-26  6:59 UTC  (8+ messages)
` [PATCH 1/6] crumbs: Factor common dialogue configuration out
` [PATCH 2/6] crumbs/builder: use the name Hob consistently
` [PATCH 3/6] crumbs: move towards more standard dialogue spacing
` [PATCH 4/6] crumbs: fix button order in several dialogues
` [PATCH 5/6] hig: try to avoid setting explicit dialogue sizes
` [PATCH 6/6] crumbs/hig: tweak UI and layout of LayerSelectionDialog

[PATCH 0/1] Fix depexp
 2012-02-25 11:56 UTC  (3+ messages)
` [PATCH 1/1] crumbs: add back progress implementation for depexp

[PATCH 0/2] V4 Disk space monitoring
 2012-02-25 11:51 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] V4 Add config sample for disk "

KeyError in siggen.py
 2012-02-24 23:15 UTC  (2+ messages)

[PATCH 0/1] terminate when errors found in layer configuration
 2012-02-24 18:36 UTC  (2+ messages)
` [PATCH 1/1] bitbake/cooker: "

fetch2/git: create bareclone option
 2012-02-24 16:40 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/1 v2][PULL] Hob2: bitbake related changes
 2012-02-24 15:22 UTC  (3+ messages)
` [PATCH 1/1] runqueue: fire sceneQueueTaskStarted event when a setscene queue starts

[PATCH 0/1] Add new option --environment-more
 2012-02-24  3:06 UTC  (4+ messages)
` [PATCH 1/1] bitbake: Add new otpion --environment-more

[PATCH 0/9][PULL] Hob2: bitbake related changes
 2012-02-24  0:51 UTC  (14+ messages)
` [PATCH 1/9] cache: Use configuration's hash value to validate cache
` [PATCH 2/9] command.py: add resolve option for generateTargetsTree API
` [PATCH 3/9] event.py: Add new events RequestPackageInfo and PackageInfo
` [PATCH 4/9] bitbake: change for adding progress bar in Hob2
` [PATCH 5/9] bitbake: add -B option to bind with interface
` [PATCH 6/9] bitbake: Add client socket info for BitBakeServerConnection
` [PATCH 7/9] command.py: add new API to get the cpu count on the server
` [PATCH 8/9] command.py: Add a new API triggerEvent()
` [PATCH 9/9] runqueue: fire sceneQueueTaskStarted event when a setscene queue starts

[PATCH 0/2] A couple of fixes to error handling v2
 2012-02-23 22:39 UTC  (4+ messages)
` [PATCH 1/2] bitbake: fix parse errors not being reported
` [PATCH 2/2] bitbake: add file and line number to ParseError

[PATCH 0/2] A couple of fixes to error handling
 2012-02-23 17:26 UTC  (6+ messages)
` [PATCH 1/2] bitbake: fix parse errors not being reported
` [PATCH 2/2] bitbake: add file and line number to ParseError

[PATCH] siggen.py: Pass the datacache to signature generator classes
 2012-02-22 22:50 UTC 

manual availability?
 2012-02-22 21:34 UTC  (2+ messages)

[PATCH 0/1] fix incorrect exit code
 2012-02-22 21:30 UTC  (3+ messages)
` [PATCH 1/1] bitbake/ui/knotty: "

[PATCH 0/3] bitbake error fixes
 2012-02-22 21:14 UTC  (4+ messages)
` [PATCH 2/3] bitbake/knotty: ensure we return non-zero exit code on Ctrl+C

[PATCH] siggen: compare runtaskdeps dictionary even when they have the same size
 2012-02-22 20:33 UTC  (4+ messages)

Bitbake Memory Usage
 2012-02-21 22:15 UTC  (4+ messages)
` [OE-core] "

[PATCH 0/2] V3 Disk space monitoring
 2012-02-20  8:01 UTC  (2+ messages)
` [PATCH 1/2] "


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