This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker scripts: Allow passing arguments.
Current docker scripts are building only CI targets. This makes it hard to use these sripts for builing local custom targets. Instead this chagne allows to pass argument(s) to local-build.sh what to build. If no arguments, then fallback to find CI targets. This also allows to pass all bitbake arguments to scripts. Signed-off-by: Amarnath Valluri <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
043e380
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
split that commit to separate PR. it looks good to be standalone.
Generally, it's easy to re-define OSTROPROJECT_CI___TARGETS / OSTROPROJECT_CI___TARGETS_TASK variables in conf/local.conf, but passing argument directly to local-build.sh is also good approach.