Cleaning up warnings when building fitimages.#54
Open
rbdavison wants to merge 1 commit intoopenembedded:thudfrom
Open
Cleaning up warnings when building fitimages.#54rbdavison wants to merge 1 commit intoopenembedded:thudfrom
rbdavison wants to merge 1 commit intoopenembedded:thudfrom
Conversation
halstead
pushed a commit
that referenced
this pull request
Feb 23, 2022
determinism.patch removed since it's included in 0.20.5 Changelog: ========= * Drop autotools-based build [!44] * Use G_GNUC_NULL_TERMINATED where appropriate [!65] * collection, methods, prompt: Port to GTask [!66, !93] * Detect local storage in snaps in the same way as flatpaks [!67] * Add bash-completion for secret-tool [!70, #50, !72] * secret-tool: Add locking capabilities to secret tool [#28, !75] * secret-file-backend: Avoid closing the same file descriptor twice [!78] * Add support for TPM2 based secret storage [!83, !90, !95] * Create default collection after DBus.Error.UnknownObject [!94] * Port documentation to gi-docgen [!101] * GI annotation and documentation fixes [!63, !64, !102, !103, #66] * Build fixes [#54, !62, !68, #59, !73, !77, !82, !84, !85, !88] * Updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead
pushed a commit
that referenced
this pull request
Feb 23, 2022
determinism.patch removed since it's included in 0.20.5 Changelog: ========= * Drop autotools-based build [!44] * Use G_GNUC_NULL_TERMINATED where appropriate [!65] * collection, methods, prompt: Port to GTask [!66, !93] * Detect local storage in snaps in the same way as flatpaks [!67] * Add bash-completion for secret-tool [!70, #50, !72] * secret-tool: Add locking capabilities to secret tool [#28, !75] * secret-file-backend: Avoid closing the same file descriptor twice [!78] * Add support for TPM2 based secret storage [!83, !90, !95] * Create default collection after DBus.Error.UnknownObject [!94] * Port documentation to gi-docgen [!101] * GI annotation and documentation fixes [!63, !64, !102, !103, #66] * Build fixes [#54, !62, !68, #59, !73, !77, !82, !84, !85, !88] * Updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.
When building images that use the kernel-fitimage warnings like the following are reported.
This change removes these warnings from the builds
WARNING: /home/user/dev/meta-pine64/recipes-kernel/linux/linux-mainline_5.2.bb: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 22
WARNING: /home/user/dev/meta-pine64/recipes-kernel/linux/linux-mainline_5.2.bb: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 23
WARNING: /home/user/dev/meta-pine64/recipes-kernel/linux/linux-mainline_5.2.bb: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 24