-
-
Notifications
You must be signed in to change notification settings - Fork 17
Add Protectli logo within Make buildsys, don't patch post-build #771
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
Conversation
Doesn't this effectively undo 831ace5 by ignoring what's in the defconfig/.config? |
909453c
to
26230ab
Compare
319ecff
to
2fe40b5
Compare
@SergiiDmytruk Not quite, I think what's key is that there's a black "empty" default image built into the payload, and then there's the customizable BOOTSPLASH region that's set to the Protectli logo. The customer wanted to be able to remove the logo to display the fallback black screen instead. Since we always want the logo to be in there in the binaries we deliver to the customer, I think it's more failsafe when it's inserted within the build than when we have to remember to set an extra flag in |
29ea400
to
abaea78
Compare
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.
Not quite, I think what's key is that there's a black "empty" default image built into the payload, and then there's the customizable BOOTSPLASH region that's set to the Protectli logo. The customer wanted to be able to remove the logo to display the fallback black screen instead.
Got it, thanks.
2c1b8d3
to
e80c706
Compare
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Filip Lewiński <[email protected]>
Add the BOOTSPLASH region logo.bmp file from within the buildsystem, instead of having to patch it afterwards in build.sh or elsewhere. Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Filip Lewiński <[email protected]>
The Protectli logo is now added within the buildsystem, it doesn't need to be patched externally in build.sh. Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Filip Lewiński <[email protected]>
e80c706
to
5e8ac19
Compare
Dasharo/dasharo-issues#1512
ref: prot-1894