aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-12-05 15:38:07 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-12-05 15:38:07 +0530
commit599884842e6c23e72246965d8e1b9a91326f2cf1 (patch)
tree28f70075b0fe8aa685686e196894d9c40cf53e5f
parent2954acbfcc53c716c72e5974d2fd91a0c1aad782 (diff)
fix image creation for juno
Change-Id: I272370424ceadcb279e2723f6490f70d0a512a6b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/helpers2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index a778231..2511051 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -232,6 +232,8 @@ product2lamc_dev () {
case "$1" in
"pandaboard")
echo -n "panda";;
+ "juno")
+ echo -n "vexpress";;
"snowball")
echo -n "snowball_sd";;
"full_arndale")