From b616e32e3a6c5761431432655acb035599bb31d8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 7 Oct 2017 15:25:55 +0100 Subject: Kill armv5tl in Cauldron --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 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 bc89f2d8..f6736a35 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -604,7 +604,7 @@ class mga_buildsystem::config { default_distro => 'cauldron', distros => { 'cauldron' => { - 'arch' => concat($std_arch, $arm32_arch), + 'arch' => concat($std_arch, ['armv7hl']), 'mandatory_arch' => $std_arch, 'no_media_cfg_update' => true, 'medias' => $std_medias, -- cgit v1.2.1