On 19 March 2014 20:51, Elizabeth Flanagan <[email protected]> wrote: > + if self.layerversion_core < "4": > + self.images=self.images.replace("core-image-full-cmdline", > "core-image-basic") > + elif self.layerversion_core > "3": > + self.images=self.images.replace("core-image-basic", > "core-image-full-cmdline")
I had to read this logic carefully to make sure I wasn't missing any nuances, why can't the elif be a simple "else"? Ross -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
