From d1666f4da2c5e2521c562cb075b48642344729ab Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 20 Oct 2022 10:09:38 -0400 Subject: [PATCH] CI: Remove host bitbake variables Bitbake variables were being set in KAS for the unique Gitlab CI configuration being used internally. While this should not have been significantly detrimental for other setups, this shouldn't be necessary with proper runner setup. Removing them here to all for a more generic CI experience. Signed-off-by: Jon Mason --- ci/base.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/base.yml b/ci/base.yml index 49812656..c4e68886 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -26,13 +26,7 @@ env: local_conf_header: base: | - BB_SERVER_TIMEOUT = "60" CONF_VERSION = "2" - BB_NUMBER_THREADS = "16" - PARALLEL_MAKE = "-j16" - XZ_MEMLIMIT = "25%" - XZ_THREADS = "16" - ZSTD_THREADS = "16" LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA" setup: | PACKAGE_CLASSES = "package_ipk"