We are using Yocto build system for IMX6 platform. We want to use HOB for package selection or removal. Host system is Ubuntu 12.04.
In the HOB user interface, We selected ‘imx6qsabresd’ as machine type and ‘core-image-base’ as the base image type. After that if we select 'edit image' and try to add ‘gpu-viv-bin-mx6q’ as it is not part of ‘core-image-base’ then HOB throws below error.
../fsl-community-bsp/build$ hob
Traceback (most recent call last):
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/hob.py", line 57, in event_handle_idle_func
hobHandler.handle_event(event)
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py", line 253, in handle_event
self.run_next_command()
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py", line 180, in run_next_command
targets[0] += version
TypeError: cannot concatenate 'str' and 'NoneType' objects
^CTraceback (most recent call last):
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/bin/bitbake", line 275, in <module>
ret = main()
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/bin/bitbake", line 264, in main
return server.launchUI(ui_main, server_connection.connection, server_connection.events)
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/server/process.py", line 269, in launchUI
return uifunc(*args)
File "/home/vivek/magik2/svn/trunk/i.MX6/linux/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/hob.py", line 78, in main
gtk.main()
Any idea what is causing above error ?
~Suman