[bitbake-devel] [PATCH] bitbake & hob: reparse config files, when sanity check updates bblayers.conf

Richard Purdie richard.purdie at linuxfoundation.org
Tue Feb 12 13:07:07 UTC 2013


On Tue, 2013-02-12 at 12:11 +0200, Cristiana Voicu wrote:
> I've sent a patch to poky, with some changes in sanity.bbclass. When bblayers.conf
> is updated, it updates also a variable to know when to reparse configuration files.
> This patch contains the changes to reparse conf files, after a sanity check which
> changes bblayers.conf.
> 
> [YOCTO #3213]
> Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
> ---
>  bitbake/lib/bb/cooker.py                    |   14 ++++++++++----
>  bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    4 ++++
>  2 files changed, 14 insertions(+), 4 deletions(-)

Can we rename this variable please, its not well namespaced.
BB_INVALIDCONF would probably be a better name to indicate what the
problem is, not the solution and the BB prefix indicates its something
BitBake is expected to act upon.

Cheers,

Richard






More information about the bitbake-devel mailing list