From d4232d5a71b85b2ecd20bccebf008d2d4ad5dc2a Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 16 Aug 2021 08:14:28 +0300 Subject: [PATCH] Coin: use toolchain for the CI test Build the toolchain recipe for CI test, which allows us the limit what recipes are included. Change-Id: I9c532dcc97979bf40a0ca094850d7a0602f2f9d0 Reviewed-by: Mikko Gronoff --- coin/module_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 93fc03f..87cd50b 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -137,8 +137,8 @@ instructions: echo "require ${SOURCE_DIR}/coin/test-configs.inc" >> conf/local.conf - # build all recipes found in the layer - bitbake $(find ${SOURCE_DIR} -name *.bb | xargs -n1 basename | sed -e 's/\([^._]*\).*/\1/') + # build toolchain which should include all supported recipes + bitbake meta-toolchain-qt6 filename: "{{.BuildDir}}/start-build" fileMode: 420 - type: ExecuteCommand