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