summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-05-21 11:57:01 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-05-21 11:57:01 +0300
commit8d97d5bc4cfef01dd9ba0e0fab58f474a93d8c81 (patch)
tree251694438dd218fa9ed4aa9cf37853cec6cbf038
parent79d195673f6cab70c11e59f76541990742708f23 (diff)
Update rootfs file name to vividHEADmaster
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xpre-built-images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-built-images.py b/pre-built-images.py
index 2d32358..40ca7f0 100755
--- a/pre-built-images.py
+++ b/pre-built-images.py
@@ -120,7 +120,7 @@ def main():
for rootfs_type in rootfs:
print 'INFO: Get hwpack/rootfs list'
hwpack_file_name = 'hwpack_linaro-%s_' % hwpack_type
- rootfs_file_name = 'linaro-utopic-%s-' % rootfs_type
+ rootfs_file_name = 'linaro-vivid-%s-' % rootfs_type
for root, dirs, files in os.walk(input_dir):
for file in files:
if file.startswith(hwpack_file_name):