Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2011-07-25 18:56:00 to 2011-08-25 21:28:53 UTC [more...]

Layer priorities influencing default version selection
 2011-08-25 21:23 UTC  (13+ messages)
` [OE-core] "

[PATCH 0/3] Fix some bugs and usability issues in hob
 2011-08-25  2:33 UTC  (5+ messages)
` [PATCH 1/3] hob: don't set PARALLEL_MAKE and BB_NUMBER_THREADS based on cpu count
` [PATCH 2/3] bb/ui/crumbs/tasklistmodel: fix find_reverse_depends method
` [PATCH 3/3] hob: disable some menu entries whilst build is in progress

[PATCH 0/1] Add checkstatus command to the git fetcher
 2011-08-25  2:32 UTC  (3+ messages)
` [PATCH 1/1] bb/fetch2/git: add checkstatus command

docs on git fetcher don't match actual code
 2011-08-21 17:40 UTC  (4+ messages)

[PATCH 00/11] hob enhancements and UI bug fixes
 2011-08-19  1:08 UTC  (12+ messages)
` [PATCH 01/11] bb/ui/crumbs/runningbuild: reduce number of messages after recent msg change
` [PATCH 02/11] bb/ui/crumbs/runningbuild: hide the progress bar on cache load complete
` [PATCH 03/11] bb/ui/crumbs/tasklistmodel: more robust checking for substrings
` [PATCH 04/11] bb/ui/crumbs/tasklistmodel: remove useless items from dependency list
` [PATCH 05/11] bb/ui/crumbs/tasklistmodel: store all binb, not just the first
` [PATCH 06/11] hob: don't try and build if user selects Bake with no selections made
` [PATCH 07/11] bb/ui/crumbs/tasklistmodel: track the PN for each entry in the model
` [PATCH 08/11] bb/ui/hob: fix package only build
` [PATCH 09/11] bb/ui/crumbs/hobeventhandler: fix return values of *_image_output_type
` [PATCH 10/11] bb/ui/crumbs/hobprefs: fix setting IMAGE_FSYTPES
` [PATCH 11/11] bb/ui/hob: warn and prevent image build if no IMAGE_FSTYPE is set

About bitbake-runtask
 2011-08-16  8:27 UTC  (3+ messages)

Conditional assignment broken
 2011-08-15  8:43 UTC  (6+ messages)

[RFC PATCH 0/1] Don't include cleaned variables in inherited environment
 2011-08-15  8:41 UTC  (3+ messages)
` [RFC PATCH 1/1] Ensure only the filtered environment variables are inherited from the OS

[PATCH 0/5] Switch from recipe-level to package-level data in hob
 2011-08-15  8:33 UTC  (7+ messages)
` [PATCH 1/5] bb/crumbs/tasklistmodel: filter nativesdk packages out of views
` [PATCH 2/5] bb/ui/crumbs/tasklistmodel: include package level information
` [PATCH 3/5] bb/ui/crumbs/tasklistmodel: optimise find_path_for_item
` [PATCH 4/5] bb/ui/crumbs/tasklistmodel: make package_model_filter a little safer
` [PATCH 5/5] bb/ui/crumbs/tasklistmodel: simplify conditional in include_item

[PATCH 0/4] bitbake-layers minor improvements
 2011-08-15  8:31 UTC  (7+ messages)
` [PATCH 1/4] bitbake-layers: improve default command help
` [PATCH 2/4] bitbake-layers: show help with no command specified
` [PATCH 3/4] bitbake-layers: use logger.plain instead of info
` [PATCH 4/4] bitbake-layers: extend show_layers

[PATCH] lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug message
 2011-08-15  8:12 UTC  (2+ messages)

bitbake/logging: Overhaul internal logging process
 2011-08-12 22:24 UTC  (7+ messages)
` [PATCH v2] "

[RFC] Do postfiles make sense?
 2011-08-12 19:23 UTC  (2+ messages)

[PATCH 0/8] Various hob related patches
 2011-08-12 16:48 UTC  (10+ messages)
` [PATCH 1/8] bb/ui/crumbs/tasklistmodel: fix some typos and add comments to mark()
` [PATCH 2/8] bb/ui/crumbs/tasklistmodel: correctly uniquify dependency list
` [PATCH 3/8] bb/ui/crumbs/tasklistmodel: don't include an item in its own depends
` [PATCH 4/8] bb/cache: rename confusing variable
` [PATCH 5/8] bb/command|cooker: refactor the reparseFiles logic
` [PATCH 6/8] bb/ui/crumbs/hobeventhandler: adapt to reset -> reparse change
` [PATCH 7/8] bb/ui/crumbs/configurator: introduce writeConfFile method for all writes
` [PATCH 8/8] lib/bb/ui/crumbs/hobprefs: fix erroneous save/reparse

[PATCH] bitbake/msg.py: Drop manually created domain lists
 2011-08-12 14:25 UTC 

[PATCH 0/4] Bug fixing and code clarity
 2011-08-12  3:01 UTC  (8+ messages)
` [PATCH 1/4] bb/ui/crumbs/tasklistmodel: fix some typos and add comments to mark()
` [PATCH 2/4] bb/ui/crumbs/tasklistmodel: correctly uniquify dependency list
` [PATCH 3/4] bb/ui/crumbs/tasklistmodel: don't include an item in its own depends
` [PATCH 4/4] bb/cache: rename confusing variable

[RFC] Do postfiles make sense?
 2011-08-11 23:27 UTC 

[PATCH] bitbake/usermanual: Update to be more in sync with bitbake codebase
 2011-08-11 19:13 UTC  (4+ messages)

[PATCH] bitbake: Fix -e when used with -b option
 2011-08-10 13:25 UTC 

[PATCH 0/1] Only return parsed configuration files
 2011-08-10 12:38 UTC  (3+ messages)
` [PATCH 1/1] bb/cooker: only emit ConfigFilePathFound for files which were parsed

[PATCH 0/1] fetcher2 debug message fix for Yocto bug 1256
 2011-08-10 12:31 UTC  (3+ messages)
` [PATCH 1/1] fetcher2: show warning message when checksum is mismatch

[PATCH] bitbake/ui/knotty: Ensure 'No Provider' errors set an exit code
 2011-08-09 16:25 UTC  (2+ messages)

[PATCH] bitbake/ui/knotty: Ensure previous failures aren't masked by a final successful command
 2011-08-09 16:25 UTC  (2+ messages)

[PATCH 0/4] Bug fixes for hob
 2011-08-09 14:20 UTC  (7+ messages)
` [PATCH 1/4] bb/ui/crumbs/tasklistmodel: prevent hang when removing item
` [PATCH 2/4] bb/ui/hob: move some code around to avert a race
` [PATCH 3/4] bb/cooker: only emit ConfigFilePathFound for files which were parsed
` [PATCH 4/4] bb/ui/hob: Restore toolchain relevant preference settings for build

[PATCH 0/2] Store a list of parsed configuration files
 2011-08-08 17:07 UTC  (6+ messages)
` [PATCH 1/2] bb/parse: track parsed configuration files in __BB_PARSED_CONF
` [PATCH 2/2] bb/cooker: only emit ConfigFilePathFound for files which were parsed

[PATCH 0/2] More hob bug fixes
 2011-08-05 16:47 UTC  (4+ messages)
` [PATCH 1/2] bb/ui/hob: reset event handler once build complete
` [PATCH 2/2] bb/cooker: mark parsed conf files as potential cache invalidators

when does ${XX} in variable names get expanded?
 2011-08-04 15:30 UTC  (3+ messages)

[PATCH 0/6] Bug fixes for hob
 2011-08-04 14:09 UTC  (8+ messages)
` [PATCH 1/6] bb/ui/hob: fix detection of whether GPLv3 is disabled
` [PATCH 2/6] bb/ui/crumbs/tasklistmodel: fix regex used for loading image recipes
` [PATCH 3/6] bb/ui/hob: prevent label on progress bar from changing rapidly when loading
` [PATCH 4/6] bb/ui/crumbs/hobeventhandler: use generic loading message once cache loaded
` [PATCH 5/6] bb/ui/hob: only connect to the changed signal of image_combo once
` [PATCH 6/6] bb/ui/hob: be clear that the image contents are an estimate

Bug with clearing SRCREV cache
 2011-08-03 19:04 UTC  (8+ messages)

[PATCH 0/6] hob bug fixes
 2011-08-03 16:52 UTC  (8+ messages)
` [PATCH 1/6] bb/ui/hob: save changes to bblayers.conf when using Add Layer menu item
` [PATCH 2/6] bb/ui/crumbs/runningbuild: optionally create list entries sequentially
` [PATCH 3/6] bb/ui/hob: show build messages are displayed in the order they're received
` [PATCH 4/6] ui/crumbs/runningbuild: add optional readonly mode, default off
` [PATCH 5/6] bb/ui/hob: disable editing in the build messages tree view
` [PATCH 6/6] bb/ui/crumbs/runningbuild: emit signal when command fails with exit signal

[RFC PATCH 0/1] Tracking parsed configuration files v2
 2011-08-02 18:36 UTC  (4+ messages)
` [RFC PATCH 1/1] cooker: store a list of parsed configuration files

[PATCH 0/8] hob - handle errors more gracefully
 2011-08-02 13:48 UTC  (10+ messages)
` [PATCH 1/8] ui/crumbs/hobeventhandler: remove unused code
` [PATCH 2/8] hob: unset busy cursor on exit
` [PATCH 3/8] ui/crumbs/hobeventhandler: emit a signal when there's a fatal-error
` [PATCH 4/8] ui/hob: show error and exit if we receive the fatal-error signal
` [PATCH 5/8] ui/crumbs/hobeventhandler: emit a signal when a command fails
` [PATCH 6/8] ui/crumbs/configurator: tweak addLayerConf return values
` [PATCH 7/8] ui/crumbs/layereditor: if layer adding fails show an explanatory dialog
` [PATCH 8/8] hob: remove temporary directory on program shutdown

[PATCH 0/2] Hob preference fixes
 2011-08-01 16:16 UTC  (5+ messages)
` [PATCH 1/2] hob: more reliable disabling of GPLv3 packages
` [PATCH 2/2] hob: fix save/restore of toolchain preferences

[RFC PATCH 0/3] Tracking parsed configuration files
 2011-07-27 16:32 UTC  (5+ messages)
` [RFC PATCH 1/3] cooker: track conf files parsed outside of the usual bitbake.conf inclusion
` [RFC PATCH 2/3] cooker|event: notify if pre/post file in ConfigFilePathFound event
` [RFC PATCH 3/3] ui/crumbs/[hobeventhandler|configurator]: don't use unparsed files

[PATCH 0/3] Some error message improvements
 2011-07-27 15:56 UTC  (2+ messages)

[PATCH 0/4] Hob bug fixes
 2011-07-27 15:49 UTC  (6+ messages)
` [PATCH 1/4] ui/crumbs/tasklistmodel: work around overly aggressive package removal
` [PATCH 2/4] hob: fix loading customised image recipe
` [PATCH 3/4] cooker: populate rdepends-pkg in generatePkgDepTreeData
` [PATCH 4/4] ui/crumbs/hobprefs: trigger reparse when package format changed

[PATCH 00/10] Latest round of hob UI improvements
 2011-07-26 19:15 UTC  (12+ messages)
` [PATCH 01/10] ui/hob: replace the ugly static command map
` [PATCH 02/10] ui/crumbs/hobeventhandler: reparse files before running other commands
` [PATCH 03/10] ui/hob: switch from buildFile to buildTargets for custom image builds
` [PATCH 04/10] ui/hob: don't offer to show built output if build fails
` [PATCH 05/10] ui/hob: change wording in build complete dialog
` [PATCH 06/10] ui/hob: Force the 'Base image combo' to be drawn correctly
` [PATCH 07/10] ui/hob: enable building an image with minimal contents
` [PATCH 08/10] ui/crumbs/tasklistmodel: handle items added in by base image being removed
` [PATCH 09/10] ui/crumbs/tasklistmodel: don't iterate whole model in find_alt_dependency()
` [PATCH 10/10] ui/crumbs/tasklistmodel: fix loading a saved recipe

[PATCH 0/4] Add reparseFile command and adopt the saved environment
 2011-07-26 12:50 UTC  (4+ messages)
` [PATCH 1/4] data|cooker: use saved environment variables when calling inheritFromOS
` [PATCH 3/4] command|cooker: Add reparseFiles command

[PATCH] bitbake/utils: 'Fix' bb.utils.contains() behaviour
 2011-07-26  3:20 UTC  (2+ messages)


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