-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
raspberry-pi/4: dtmerge update #518
Conversation
509f80e
to
200f4b2
Compare
mv "$dtb"{,.in} | ||
|
||
# dtmerge requires a .dtbo ext for dtbo files, otherwise it adds it to the given file implicitly | ||
dtboWithExt="/tmp/$(basename "${o.dtboFile}").dtbo" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure if this would be the most conventional approach to doing this.
CC: @Mic92 @06kellyjac |
Would this also work with current nixpkgs 22.11? |
200f4b2
to
4f79162
Compare
@Mic92 underlying issue failed both on 22.05 and 22.11. I tested the fix only on 22.11 and it worked fine, but now that you mentioned it, I did go back to trying 22.05 and the derivation was failing. The adjustment I just made should fix that. I tested 22.05 and 22.11 against it. |
bors merge |
518: raspberry-pi/4: dtmerge update r=Mic92 a=carlossless Co-authored-by: Karolis Stasaitis <[email protected]>
borse abort |
bors cancel |
Canceled. |
Co-authored-by: Jörg Thalheim <[email protected]>
76670fa
to
93b1cdb
Compare
bors merge |
Build succeeded:
|
Description of changes
Fixes the issue reported in #503 and updates the apply-overlays-dtmerge overlay with the nixpkgs changes made in NixOS/nixpkgs@916ca8f
Things done
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake input