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

dtc: host target is redundant, drop it #3459

Merged
merged 5 commits into from
Apr 26, 2019
Merged

dtc: host target is redundant, drop it #3459

merged 5 commits into from
Apr 26, 2019

Conversation

MilhouseVH
Copy link
Contributor

The dtc-1.50 bump in #3441 revealed an issue with u-boot for Rockchip, specifically importing pylibfdt which is not working. It turns out pylibfdt is no longer required, so we can remove libfdt along with the Rockchip patch.

Building Allwinner revealed a dependency on host dtc binary, which can be avoided by specifying the path to the internal host binary.

With that, there is no longer a need to build dtc:host.

During testing a few other dependency issues were identified, and fixed.

Thanks @jernejsk for all the help!

@chewitt chewitt merged commit 60a01a8 into LibreELEC:master Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants