Searched refs:pkgs_to_build (Results 1 – 3 of 3) sorted by relevance
30 self.options.pkgs_to_build = targets or []51 if not self.options.pkgs_to_build:56 self.options.pkgs_to_build.extend(bbpkgs.split())81 if 'world' in self.options.pkgs_to_build:83 elif 'universe' in self.options.pkgs_to_build:85 elif len(self.options.pkgs_to_build) > 1:87 elif self.options.buildfile and len(self.options.pkgs_to_build) > 0:89 elif self.options.pkgs_to_build:90 action['action'] = ["showEnvironmentTarget", self.options.pkgs_to_build]102 if self.options.pkgs_to_build:[all …]
498 if not pkgs_to_build:499 pkgs_to_build = []523 elif len(pkgs_to_build) == 1:524 mc = mc_base(pkgs_to_build[0])1657 pkgs_to_build = pkgs_to_build[:]1659 if not pkgs_to_build:1663 for pkg in pkgs_to_build.copy():1667 pkgs_to_build.remove(pkg)1670 if 'world' in pkgs_to_build:1679 if 'universe' in pkgs_to_build:[all …]
613 pkgs_to_build = params[0]616 command.cooker.buildTargets(pkgs_to_build, task)623 pkgs_to_build = params[0]626 command.cooker.generateDepTreeEvent(pkgs_to_build, task)634 pkgs_to_build = params[0]637 command.cooker.generateDotGraphFiles(pkgs_to_build, task)