[bitbake-devel] [PATCH 0/2] Store a list of parsed configuration files

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 5 17:12:53 UTC 2011


On Tue, 2011-08-02 at 11:51 -0700, Joshua Lock wrote:
> This series addresses Yocto #1246 "Configuration changes could be saved to a
> file the cooker isn't using" by having the parser store a list of
> configuration files it has parsed in the data object and then switching the
> cooker to verify against this list that the found file was parsed before
> emitting the ConfigFilePathFound event.
> 
> The following changes since commit 1009ca570a750a00b0e60afcc30ead070c7b310a:
> 
>   hob: remove temporary directory on program shutdown (2011-07-30 12:21:18 -0700)
> 
> are available in the git repository at:
>   git://github.com/incandescant/bitbake configfiles
>   https://github.com/incandescant/bitbake/tree/configfiles
> 
> Joshua Lock (2):
>   bb/parse: track parsed configuration files in __BB_PARSED_CONF
>   bb/cooker: only emit ConfigFilePathFound for files which were parsed

Am I right in thinking this series is now superseded by the tweak to
include the information in __base_depends?

Cheers,

Richard







More information about the bitbake-devel mailing list