On 4 September 2014 12:27, Lucian Musat <[email protected]> wrote: > + #TODO: use package_manager.py to install packages on any type of image > + def install_packages(self, packagelist): > + for package in packagelist: > + (status, result) = self.target.run("smart install -y "+package) > + if status != 0: > + return status > +
When this function is called on non-rpm images this should cause explicit errors by throwing exceptions instead of mysterious errors about smart not found. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
