From c67ac54849181f3036e18c10b42ea2f0f68f4e82 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 1 Nov 2015 01:11:14 +0100 Subject: add armv5tl as cauldron arch, but do not make it mandatory for emi --- deployment/mga_buildsystem/manifests/config.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deployment/mga_buildsystem/manifests/config.pp') 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, -- cgit v1.2.1