summaryrefslogtreecommitdiff
path: root/build_images.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-02 10:28:13 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2012-12-02 10:28:13 +0200
commit3e94bf01caa38364eba7c43eadb00ddcb981c0ca (patch)
treee9a9483fb31a445dbb946ef716a543ce83a41a22 /build_images.py
parente44eefe2745f473ff6ddea0b8fbc29504efedd13 (diff)
Clarify parameters and enable eula on snowball pre-built image.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'build_images.py')
-rwxr-xr-xbuild_images.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_images.py b/build_images.py
index 24cde8c..d6fa332 100755
--- a/build_images.py
+++ b/build_images.py
@@ -60,13 +60,13 @@ HWPACKS = {
'lt-origen': HwPack('origen'),
'lt-panda': HwPack('panda'),
'lt-panda-x11-base': HwPack('panda'),
- 'lt-snowball': HwPack('snowball_sd', True, 'ste-preinstall.sh'),
- 'lt-snowball-x11-base': HwPack('snowball_sd', True, 'ste-preinstall.sh'),
+ 'lt-snowball': HwPack('snowball_sd', eula=True, 'ste-preinstall.sh'),
+ 'lt-snowball-x11-base': HwPack('snowball_sd', eula=True, 'ste-preinstall.sh'),
'lt-vexpress': HwPack('vexpress'),
'origen': HwPack('origen'),
'overo': HwPack('overo'),
'panda': HwPack('panda'),
- 'snowball': HwPack('snowball_sd'),
+ 'snowball': HwPack('snowball_sd', eula=True),
'ti-panda-x11-base': HwPack('panda'),
'vexpress': HwPack('vexpress'),
'vexpress64': HwPack('vexpress'),