aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/media.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/media.cfg b/modules/buildsystem/templates/media.cfg
index 9368e66b..ba01fde5 100644
--- a/modules/buildsystem/templates/media.cfg
+++ b/modules/buildsystem/templates/media.cfg
@@ -29,7 +29,13 @@ distro = scope.lookupvar('buildsystem::var::distros::distros')[@distro_name]
version=<%= distro['version'] %>
mediacfg_version=2
branch=<%= distro['branch'] %>
+<%-
+if @arch != 'armv7hl'
+-%>
arch=<%= @arch %>
+<%-
+end
+-%>
xml-info=1
<%-