summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2015-04-22 19:29:56 +0100
committerJavier Jardón <jjardon@gnome.org>2015-04-28 14:09:07 +0100
commit154a760fb884cee14c2604b8bfbe52b0e7c0d4b1 (patch)
tree46e97e44614352f90139db557432a8fcc76b43c7 /morphlib/util.py
parentfa5c470ad5dd3a3416217363983eb3795ef53c79 (diff)
downloadmorph-154a760fb884cee14c2604b8bfbe52b0e7c0d4b1.tar.gz
Add armv5l to list of valid architectures
Also add support to allow building compatible architectures on armv7 machines, as per the rationale in the comment in _validate_architecture(). Change-Id: Ie0fe4002523f1f92f576bac8b654d4ea6fad5cf2
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index 904dc355..70808cac 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -470,6 +470,7 @@ def get_host_architecture(): # pragma: no cover
'i486': 'x86_32',
'i586': 'x86_32',
'i686': 'x86_32',
+ 'armv5l': 'armv5l',
'armv7l': 'armv7l',
'armv7b': 'armv7b',
'armv8l': 'armv8l',