Skip to content
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

build(bugfix):tools/Make.defs reads the APPS DIR relative path and corrects it to an absolute path #62

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

xuxin930
Copy link
Contributor

Summary

The location of calling tools/Make.defs is no longer under TOPDIR. When CONFIG_APPS_DIR is set to a relative path.
APPS's Make.defs will not be correctly imported.

We correct the relative path to the absolute path of TOPDIR

Impact

bugfix

Testing

./build.sh vendor/sim/boards/vela/configs/vela --cmake 

…rrects it to an absolute path

The location of calling tools/Make.defs is no longer under TOPDIR.
When CONFIG_APPS_DIR is set to a relative path.
APPS's Make.defs will not be correctly imported.

We correct the relative path to the absolute path of TOPDIR
@xiaoxiang781216 xiaoxiang781216 merged commit 85c913d into open-vela:dev Dec 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants