aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 6a6d89a7..c47a8561 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -60,6 +60,7 @@ class mga_buildsystem::config {
}
$std_arch = ['i586', 'x86_64']
+ $arm32_arch = [ 'armv5tl' ]
$std_repos = {
'release' => {
'media_type' => [ 'release' ],
@@ -517,7 +518,8 @@ class mga_buildsystem::config {
default_distro => 'cauldron',
distros => {
'cauldron' => {
- 'arch' => $std_arch,
+ 'arch' => $std_arch + $arm32_arch,
+ 'mandatory_arch' => $std_arch,
'no_media_cfg_update' => true,
'medias' => $std_medias,
'base_media' => $std_base_media,