Skip to content
Snippets Groups Projects
Commit 3d94ca4e authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

CI: Add EXTRA_TARGETS variable to append bitbake targets list

parent d4e623cb
No related branches found
No related tags found
1 merge request!13Support for i.MX8MP hardware (OSM-S, BL)
......@@ -5,6 +5,9 @@ variables:
BUILD_IMAGE: "registry.kontron-electronics.de/sw/ked/meta-ked-bsp/kas-ktn:latest"
BUILD_SDK_TASK: populate_sdk
GIT_DEPTH: 0 # in order to use GitVersion we need the full history available
EXTRA_TARGETS:
value: ""
description: "Specify extra bitbake targets in a space-separated list."
workflow:
rules:
......@@ -63,6 +66,7 @@ workflow:
#
kas:
- mkdir -p build/tmp/deploy/bbenv
- TARGETS="$TARGETS $EXTRA_TARGETS"
- export KAS_TARGET="$TARGETS"
- kas build $KAS_CONFIG:kas/dev/shared-cache.yml
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment