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

cmake: Change the DTS preprocessing work directory #20578

Merged

Conversation

SebastianBoe
Copy link
Collaborator

@SebastianBoe SebastianBoe commented Nov 11, 2019

Change the DTS preprocessor working directory from the binary
directory to the application directory.

This is done so that the user can specify
-DDTC_OVERLAY_FILE=overlay.dts with a relative path from the
application directory as is possible for CONF_FILE, and as is
reasonably expected to be possible by users.

This fixes #20576

@SebastianBoe SebastianBoe added the bug The issue is a bug, or the PR is fixing a bug label Dec 9, 2019
Change the DTS preprocessor working directory from the binary
directory to the application directory.

This is done so that the user can specify
-DDTC_OVERLAY_FILE=overlay.dts with a relative path from the
application directory as is possible for CONF_FILE, and as is
reasonably expected to be possible by users.

Signed-off-by: Sebastian Bøe <[email protected]>
@SebastianBoe
Copy link
Collaborator Author

rebased to resolve bit rot conflict

@nashif nashif merged commit 3a4d547 into zephyrproject-rtos:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DTS overlay files must include full path name
4 participants