Refresh x86_64 checksums and patch idempotency#1
Open
maximdeclercq wants to merge 2 commits into
Open
Conversation
0fb60ac to
c534132
Compare
1511e05 to
8211e22
Compare
The T264 flash helper reads these from the generated flashvars file, but they were missing from TEGRA_FLASHVARS, so tegra-flashvars left them empty. Signed-off-by: Maxim De Clercq <maximdeclercq00@gmail.com>
c41562e to
db28ce3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two fixes found building the R39.2.0 / JetPack 7.2 x86_64 host toolchain.
patchin a do_patch postfunc, not idempotent: on a re-run against an already-patched WORKDIR (devtool modify, -c patch -f, sstate-miss re-unpack) it fails "Reversed (or previously applied) patch detected". Guard on the .download_stamp it already writes (the marker mk/nvidia-modprobe.mk uses).