base: kernel-lmp-fitimage: generate config even without dtb#171
Merged
ricardosalveti merged 1 commit intofoundriesio:zeusfrom May 7, 2020
Merged
Conversation
Generate a default fit configuration even when no dtb is provided by the kernel/board, as it gets used to verify all the other components (hash and signature). Signed-off-by: Ricardo Salveti <[email protected]>
Contributor
Author
|
Without this commit, how could the fitimage boot on qemu machines? |
ricardosalveti
approved these changes
May 7, 2020
Member
ricardosalveti
left a comment
There was a problem hiding this comment.
Thanks, patch we missed in zeus.
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
Fix prebuilt logic for x86 installer images
quaresmajose
pushed a commit
that referenced
this pull request
Nov 9, 2022
Relevant changes: - a690b71 Merge pull request #188 from boundarydevices/hardknott - 09d2a2b linux-boundary: bump revision to acef1311 - f8150f3 Merge pull request #171 from Freescale/backport-170-to-hardknott - 58786ae nitrogne8mp: remove obsolete device tree. - 42b8aa2 linux-boundary: Upgrade to 5.10 - f2daf2b Merge pull request #169 from chrisdimich/hardknott - e21900b u-boot-boundary: bump revision to 6ed3b464 - 6b32924 imx-atf-boundary: move to boundary-imx_5.4.70_2.3.0 branch Signed-off-by: Oleksandr Suvorov <[email protected]>
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.
Generate a default fit configuration even when no dtb is provided by the
kernel/board, as it gets used to verify all the other components (hash
and signature).
Signed-off-by: Ricardo Salveti [email protected]