Re: [yocto] wic appending ".1" to a file name on multiple images build

2018-06-01 Thread Anuj Mittal
On 06/01/2018 07:56 PM, Alan Martinovic wrote: > Yeah, a deep dive it is then. :) > > Am just trying to print from the code using the Python debugger (as > used in the source file). > self._log.debug("Print this") > > but it's not printing anything even when running bitbake with -DDDvvv wic

Re: [yocto] wic appending ".1" to a file name on multiple images build

2018-06-01 Thread Alexander Kanavin
It probably goes to some log file? Alex > On 1 Jun 2018, at 14.56, Alan Martinovic wrote: > > Yeah, a deep dive it is then. :) > > Am just trying to print from the code using the Python debugger (as > used in the source file). >self._log.debug("Print this") > > but it's not printing anyth

Re: [yocto] wic appending ".1" to a file name on multiple images build

2018-06-01 Thread Alan Martinovic
Yeah, a deep dive it is then. :) Am just trying to print from the code using the Python debugger (as used in the source file). self._log.debug("Print this") but it's not printing anything even when running bitbake with -DDDvvv On Fri, Jun 1, 2018 at 12:52 PM, Alexander Kanavin wrote: > 2018

Re: [yocto] wic appending ".1" to a file name on multiple images build

2018-06-01 Thread Alexander Kanavin
2018-06-01 13:38 GMT+03:00 Alan Martinovic : > Building them at the same time causes an issue: > > Traceback (most recent call lastd): > File "/home/alan/workspace/senic-os-dev/oe/scripts/lib/wic/filemap.py", > line 120, in _open_image_file > self._f_image = open(self._image_path, 'rb') >

[yocto] wic appending ".1" to a file name on multiple images build

2018-06-01 Thread Alan Martinovic
Hi, I'm creating two images with the single bitbake command and on inherits the other (production, and a dev which "require production"). Building them at the same time causes an issue: Traceback (most recent call lastd): File "/home/alan/workspace/senic-os-dev/oe/scripts/lib/wic/filemap.py", l