-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add overlays symlink and dtbo tagert for ARM64 #1739
Conversation
I have a few problems with this commit:
I'm prepared to overlook 1 and 2 and treat this is a stepping stone, but 3 needs to be fixed. |
I also don't like the symlink but yeah what else. I see that some of the dts files in the broadcom directory actually just include the normal files in the arm folder themselves but I find this even less satisfying... I agree that the overlays should be in the broadcom folder but this will be horrible for build systems until the problem of the broadcom folder is solved. Luckily my system can easily be made to fetch the base dtbs from there but not overlays. I didn't even notice the subdris-y problem because my system builds the overlays manually. I'll quickly add that. |
Signed-off-by: Gerhard de Clercq <[email protected]>
Signed-off-by: Gerhard de Clercq <[email protected]>
Thanks - I've squashed and merged your commits. |
Signed-off-by: Gerhard de Clercq <[email protected]>
Signed-off-by: Gerhard de Clercq <[email protected]>
Signed-off-by: Gerhard de Clercq <[email protected]>
Signed-off-by: Gerhard de Clercq <[email protected]>
Signed-off-by: Gerhard de Clercq <[email protected]>
This patch symlinks the overlays directory into ARM64 and adds the dtbo target needed to build them to the ARm64 makefile.
Signed-off-by: Gerhard de Clercq [email protected]