[bitbake-devel] [PATCH] bitbake: hob/builder: Hob crashes because of bad init

Richard Purdie richard.purdie at linuxfoundation.org
Sat Oct 27 08:56:50 UTC 2012


On Thu, 2012-10-25 at 18:37 +0300, Cristian Iorga wrote:
> Image selection is not properly initialized to none,
> and it used before having a chance to have a value.
> Due to dynamic nature of Python, variable is used before
> it exists, in this case. This causes a crash.
> Bug introduced during the fix of [YOCTO #3228]
> 
> Fixes [YOCTO #3334]
> 
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/builder.py |    1 +
>  1 file changed, 1 insertion(+)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list