Add --path option to bsp build to override output directory#2
Open
Copilot wants to merge 5 commits intodevelopmentfrom
Open
Add --path option to bsp build to override output directory#2Copilot wants to merge 5 commits intodevelopmentfrom
Copilot wants to merge 5 commits intodevelopmentfrom
Conversation
Co-authored-by: miketsukerman <145971+miketsukerman@users.noreply.github.com> Agent-Logs-Url: https://github.com/miketsukerman/bsp-registry-tools/sessions/e8626995-7f96-42e5-8b90-d39afa863301
Copilot created this pull request from a session on behalf of
miketsukerman
March 25, 2026 14:06
View session
Owner
|
@copilot update readme |
Co-authored-by: miketsukerman <145971+miketsukerman@users.noreply.github.com> Agent-Logs-Url: https://github.com/miketsukerman/bsp-registry-tools/sessions/99556d37-f8e5-4f06-a2ed-6aacde9da045
Author
Owner
|
@copilot rebase onto development branch |
Co-authored-by: miketsukerman <145971+miketsukerman@users.noreply.github.com>
Author
Owner
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: miketsukerman <145971+miketsukerman@users.noreply.github.com>
Author
Owner
|
@copilot resolve the merge conflicts in this pull request |
… options Co-authored-by: miketsukerman <145971+miketsukerman@users.noreply.github.com>
Author
Done in 7a5beea. Merged the latest |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
bsp buildcommand had no way to override the build output path defined in the registry; users were forced to modify registry configuration to change where build artifacts land.Changes
cli.py): Added--path PATHargument to thebuildsubcommand; value is passed asbuild_path_overrideto the managerbsp_manager.py): Addedbuild_path_override: Optional[str]tobuild_bsp(),build_by_components(), and_build_resolved(); when provided, it replacesresolved.build_pathbefore directory preparation and KAS invocationUsage