buildroot: remove all default guest packages to make image tiny

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 15:50:20 +01:00
parent 14a544a13b
commit 713284a7c5
4 changed files with 91 additions and 56 deletions

View File

@@ -6,6 +6,7 @@ import subprocess
import common
zip_img = imp.load_source('zip_img', os.path.join(common.root_dir, 'zip-img'))
subprocess.check_call([os.path.join(common.root_dir, 'test')])
subprocess.check_call([os.path.join(common.root_dir, 'build-all')])
zip_img.main()
tag = 'sha-{}'.format(common.sha)