Skip to content
Snippets Groups Projects
Commit 49bc33cd authored by Eberhard Stoll's avatar Eberhard Stoll
Browse files

Enable SDK build with BUILD_SDK variable

parent 18f42722
No related branches found
No related tags found
1 merge request!4Fix pages build and add BUILD_SDK variable
......@@ -40,6 +40,7 @@ stages:
- echo "ACCEPT_FSL_EULA = \"1\"" >> conf/local.conf
- test -e conf/EULA.conf && echo "include EULA.conf" >> conf/local.conf
- bitbake $BUILD_TARGETS
- bitbake $BUILD_SDKS -c populate_sdk
.release-get-tag-version: &release-get-tag-version
- RELEASE_TAG_VERSION=$(echo $CI_COMMIT_TAG | sed -n "s/rel_//p")
......
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