Build with jessie sysroot image

This commit is contained in:
Cheng Zhao 2017-05-22 16:52:40 +09:00
parent 94be438ab9
commit 28f11516fe
6 changed files with 25 additions and 20 deletions

View file

@ -121,7 +121,7 @@ def InstallSysroot(target_platform, target_arch):
revision = sysroot_dict['Revision']
tarball_filename = sysroot_dict['Tarball']
tarball_sha1sum = sysroot_dict['Sha1Sum']
sysroot = os.path.join(linux_dir, sysroot_dict['SysrootDir'])
sysroot = os.path.join(linux_dir, 'vendor', sysroot_dict['SysrootDir'])
url = '%s/%s/%s/%s' % (URL_PREFIX, URL_PATH, revision, tarball_filename)