Lines Matching full:packages
132 os.mkdir(os.path.join(env_dir, 'packages'))
134 kconfig = open(os.path.join(env_dir, 'packages', 'Kconfig'), 'w')
137 if not os.path.exists(os.path.join(env_dir, 'packages', 'packages')):
139 …stem('git clone https://github.com/RT-Thread/packages.git %s' % os.path.join(env_dir, 'packages', …
141 shutil.rmtree(os.path.join(env_dir, 'packages', 'packages'))
144 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\".\n"
149 "* This error may cause the RT-Thread packages to not work properly.\n"
153 kconfig = open(os.path.join(env_dir, 'packages', 'Kconfig'), 'w')
154 kconfig.write('source "$PKGS_DIR/packages/Kconfig"')
159 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\". \n"
162 "* This error may cause the RT-Thread packages to not work properly. \n"
206 os.environ['PKGS_ROOT'] = os.path.join(env_dir, 'packages')
234 os.environ['PKGS_ROOT'] = os.path.join(env_dir, 'packages')
263 os.environ['PKGS_ROOT'] = os.path.join(env_dir, 'packages')