[bitbake-devel] [PATCH 0/5] Switch from recipe-level to package-level data in hob

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 15 08:33:30 UTC 2011


On Fri, 2011-08-12 at 18:10 -0700, Joshua Lock wrote:
> We currently store recipe-level data in the tasklistmodel (include the
> contents of foo recipe) whereas in reality we're likely want to do
> package-level operations, as required by EXTRA_IMAGE_INSTALL.
> 
> This series enables package-level data in the model and optimises a few
> methods to cope with the increased model size.
> 
> Regards,
> Joshua
> 
> The following changes since commit b3ad7acebfad3063c3364f4492f53b25bf53cf81:
> 
>   lib/bb/ui/crumbs/hobprefs: fix erroneous save/reparse (2011-08-12 17:48:13 +0100)
> 
> are available in the git repository at:
>   git://github.com/incandescant/bitbake hob
>   https://github.com/incandescant/bitbake/tree/hob
> 
> Joshua Lock (5):
>   bb/crumbs/tasklistmodel: filter nativesdk packages out of views
>   bb/ui/crumbs/tasklistmodel: include package level information
>   bb/ui/crumbs/tasklistmodel: optimise find_path_for_item
>   bb/ui/crumbs/tasklistmodel: make package_model_filter a little safer
>   bb/ui/crumbs/tasklistmodel: simplify conditional in include_item

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list