Skip to content

Fix #175 #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2019
Merged

Fix #175 #182

merged 3 commits into from
Feb 5, 2019

Conversation

mbolivar
Copy link
Contributor

@mbolivar mbolivar commented Feb 4, 2019

Environment variable only fix for issue #175 as discussed there.

Roll a couple of other fixes in, one of which also affects the bootstrapper when using older versions of git.

Fixes zephyrproject-rtos/zephyr#12886

Marti Bolivar added 3 commits February 4, 2019 11:22
Fall back on ZEPHYR_BASE for backwards compatibility.  While we are
here, sync up the two versions of this function's way to get the final
"start" value, and improve the error message when we fail to find the
installation.

Fixes: zephyrproject-rtos#175

Signed-off-by: Marti Bolivar <[email protected]>
When running flake8, we should also be ignoring the build directory.

Signed-off-by: Marti Bolivar <[email protected]>
Older versions of git don't support this. Since
subprocess.check_call() supports a cwd kwarg which provides equivalent
functionality, use that instead.

Signed-off-by: Marti Bolivar <[email protected]>
Copy link
Member

@carlescufi carlescufi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mainly reviewed the first commit in the series, which is the one I know about

Copy link
Collaborator

@tejlmand tejlmand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good

@carlescufi carlescufi merged commit d9eaa16 into zephyrproject-rtos:master Feb 5, 2019
@mbolivar mbolivar deleted the fix-175 branch February 5, 2019 21:52
@marc-hb marc-hb added the ZEPHYR_BASE ... and zephyr.base label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZEPHYR_BASE ... and zephyr.base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Application development primer docs broken by west merge
4 participants