summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-19 14:16:04 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-19 14:16:04 +0300
commit653938978f776786414dde79e3176ca3ee8f33db (patch)
tree557ff8746149b6631a774c944830468ff63f42f1
parent0ce7fd2fa6d731dc4946419bea9ce71dae146570 (diff)
Add arndale-be and panda-be to the mapping
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xbuild_images.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_images.py b/build_images.py
index 9e24e57..1d344ed 100755
--- a/build_images.py
+++ b/build_images.py
@@ -52,6 +52,7 @@ class HwPack:
# a mapping of hwpack name to l-m-c name
HWPACKS = {
'arndale': HwPack('arndale'),
+ 'arndale-be': HwPack('arndale'),
'beagleboard': HwPack('beagle'),
'beaglebone': HwPack('beaglebone'),
'efikamx': HwPack('efikamx'),
@@ -71,6 +72,7 @@ HWPACKS = {
'origen': HwPack('origen'),
'overo': HwPack('overo'),
'panda': HwPack('panda'),
+ 'panda-be': HwPack('panda'),
'snowball': HwPack('snowball_sd', True),
'ti-panda-x11-base': HwPack('panda'),
'vexpress': HwPack('vexpress'),