From b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 1 Nov 2015 21:10:37 +0100 Subject: revert adding armv5tl in youri config Youri does not really support having different sets of architectures for each target. It attempts to run actions on armv5tl for stable releases, while it is enabled in cauldron only. --- 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 7043e518..b6008f8c 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -519,7 +519,7 @@ class mga_buildsystem::config { default_distro => 'cauldron', distros => { 'cauldron' => { - 'arch' => $std_arch_with_arm32, + 'arch' => $std_arch, 'mandatory_arch' => $std_arch, 'no_media_cfg_update' => true, 'medias' => $std_medias, -- cgit v1.2.1