From fc2b69b051edfbe7425f34551f6457ca160dbd96 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 27 Sep 2019 18:08:32 +0300 Subject: disable caulron armv7hl target for now --- 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 c02d7e1c..1e6b3526 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -401,7 +401,7 @@ class mga_buildsystem::config { default_distro => 'cauldron', distros => { 'cauldron' => { - 'arch' => concat($std_arch, ['armv7hl', 'aarch64']), + 'arch' => concat($std_arch, ['aarch64']), 'mandatory_arch' => concat($std_arch, ['aarch64']), 'no_media_cfg_update' => true, 'medias' => $std_medias, -- cgit v1.2.1