Re: [yocto] [AB PATCH 03/22] BuildImages.py: core-image-basic name change support

2014-03-20 Thread Burton, Ross
On 19 March 2014 20:51, Elizabeth Flanagan elizabeth.flana...@intel.com wrote: +if self.layerversion_core 4: +self.images=self.images.replace(core-image-full-cmdline, core-image-basic) +elif self.layerversion_core 3: +

[yocto] [AB PATCH 03/22] BuildImages.py: core-image-basic name change support

2014-03-19 Thread Elizabeth Flanagan
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19 Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- .../site-packages/autobuilder/buildsteps/BuildImages.py | 9 + 1 file changed, 9 insertions(+) diff