Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2012-02-27 12:37:29 to 2012-03-14 19:47:21 UTC [more...]

[PATCH 00/11][PULL] Hob: Functionality and GUI fixes
 2012-03-14 19:37 UTC  (22+ messages)
` [PATCH 01/11] Hob: add "Close" button to "BinbDialog"
` [PATCH 02/11] Hob: Disable the handling of "NoProvider" event
` [PATCH 03/11] cooker: add package rdepends and rrecommends info
` [PATCH 04/11] Hob: Fix the image installation dependency
` [PATCH 05/11] Hob: Remove the reset button in recipe/package selection page
` [PATCH 06/11] Hob: Remove the indication in machine/base image combobox
` [PATCH 07/11] Hob: Remove the recipe/package populated signal
` [PATCH 08/11] Hob: Show recipe/package editing button after base image is selected
` [PATCH 09/11] Hob: Emit command-failed signal even if error msg is None
` [PATCH 10/11] Hob: Add stop button for parsing progress
` [PATCH 11/11] Hob: improve recipe/package selection performance

How to identify WORKDIR?
 2012-03-14  9:42 UTC  (2+ messages)

[PATCH 0/3][V2] Hob Notebook Implementation
 2012-03-13 19:23 UTC  (10+ messages)
` [PATCH 1/3] Hob: implement a self-defined notebook visual component for Hob
` [PATCH 2/3] Hob: use HobNotebook to implement a notebook in build details page
` [PATCH 3/3] Hob: show indicators on the tabs of the Hob notebook

cache broken in master
 2012-03-12  2:54 UTC  (4+ messages)

[PATCH 0/1] siggen.py: Use basehash if no taskhash
 2012-03-12  2:21 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/1] bitbake error fix
 2012-03-12  2:21 UTC  (3+ messages)
` [PATCH 1/1] bitbake/siggen: output filename on error in finalise

[PATCH] setup.py: remove bb.fetch package, code was dropped in 292e3430e5140b602cad86f55b5453e8cebb28a1
 2012-03-12  2:18 UTC  (2+ messages)

[PATCH 0/6] Hob GUI add persistent tooltips and use custom info icon consistently
 2012-03-12  2:17 UTC  (16+ messages)
` [PATCH 1/6] crumbs/persistenttooltip: a new Gtk+ widget for use in Hob
` [PATCH 2/6] ui/icons: crop the info icons
` [PATCH 3/6] ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction design
` [PATCH 4/6] ui/crumbs/imageconfigurationpage: make use of the HobInfoButton
` [PATCH 5/6] ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltip
` [PATCH 6/6] ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialog

[PATCH] codeparser: Call intern over the set contents for better cache performance
 2012-03-11 14:36 UTC 

[PATCH] codeparser: Compute extra cache components on the fly rather than later
 2012-03-11 14:35 UTC 

[PATCH] cooker.py: Allow parsing shutdown to be called more than once
 2012-03-11 14:34 UTC 

Codeparser cache braindump
 2012-03-11 13:03 UTC 

[PATCH] bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)
 2012-03-10 15:31 UTC  (3+ messages)

configuration based builds with BB
 2012-03-09 21:30 UTC 

[PATCH] parse/ast: Expand inherit statements before splitting them
 2012-03-08 15:01 UTC  (3+ messages)

How bitbake works(Draft)
 2012-03-08  8:20 UTC  (3+ messages)

[PATCH 00/32] Hob related fixes
 2012-03-07 23:56 UTC  (81+ 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

bitbake multi-processing semaphore in linux-vserver
 2012-03-07 17:42 UTC  (2+ messages)

bitbake dependency cache problem
 2012-03-05 15:07 UTC  (3+ messages)

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

[PATCH] bitbake: Drop fetch v1, v2 provides a much better codebase to build from
 2012-03-04  4:00 UTC 

[PATCH] conf/classes: Catch up with bb.data -> direct object access conversion
 2012-03-04  3:58 UTC 

Git, AUTOREV and SSH
 2012-03-02 16:23 UTC  (4+ messages)

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

[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  (5+ 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

[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


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