haveged: drop a deprecated patch#37
Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom Jun 28, 2019
Merged
Conversation
The patch fix-cpu-cache-size-detection.patch now is in meta-oe by commit: 2ab13510874809a4d44cf07ae82a408c08607a41 [ haveged: fix CPU cache size detection ] so we could drop it, or else it will lead to a following error: | Patch fix-cpu-cache-size-detection.patch is already applied; check your series file Signed-off-by: Ming Liu <[email protected]>
ricardosalveti
approved these changes
Jun 28, 2019
Member
ricardosalveti
left a comment
There was a problem hiding this comment.
Thanks, got that locally already in my wip branch but will merge your change now.
ricardosalveti
added a commit
that referenced
this pull request
Jul 8, 2021
Relevant changes: - 996aaad Merge pull request 'Fix typos in translatable messages' (#42) from alexhenrie/lshw:typos into master - 4c91193 Fix typos in translatable messages - 74e2354 Fix getting size of memory banks <32GiB - fdab06a Merge pull request 'devtree: Add UUID property' (#40) from hegdevasant/lshw:lpar-uuid into master - 9c5c2f0 devtree: Add UUID property - 0140f7f code clean-up - d3c66a6 improve portability (esp. musl) - ff634c9 fix potential crash - c86aa13 add static target to Makefile - 2017dad Avoid crash on device-tree parsing - 156a95e Add JEDEC manufacturer - 5c4bfb1 Report correct memory size on SMBIOS < 2.7 - 56f1de9 fix man page after previous update - 2c235e6 update man page - 358e65f Update 'docs/TODO' - 60c906d Update 'docs/TODO' - e857494 Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (#39) from linkmauve/lshw:better-about into master - e96f82c Replace the about GtkDialog with a GtkAboutDialog - eff0813 Merge pull request 'Move from GtkMenuBar to GMenu' (#38) from linkmauve/lshw:gmenu into master - bc5046d Move from GtkMenuBar to GMenu - 9ae06b4 Merge pull request 'Switch to gtk3 by default for gtk-lshw' (#37) from linkmauve/lshw:gtk3 into master - a116b31 Enable/Disable GSimpleAction instead of button sensitivity - d169019 Replace signals with GSimpleActions - 5fd82e3 Move to GtkApplication - 6cf78e9 Remove deprecated use_action_appearance property - 0a290c2 Remove deprecated widgets - 8ff4b05 Replace the last GtkStock in overwrite dialog - e342333 Replace deprecated GtkIconFactory with GHashTable - 41c04d1 Use GtkFileChooserNative instead of GtkFileChooserDialog - 8d69637 Remove hack which is apparently not useful anymore - b79101c Remove deprecated stock messages - ad4ecfd Build against gtk3 instead of gtk2 Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
Aug 25, 2021
Relevant changes: - 996aaad Merge pull request 'Fix typos in translatable messages' (foundriesio#42) from alexhenrie/lshw:typos into master - 4c91193 Fix typos in translatable messages - 74e2354 Fix getting size of memory banks <32GiB - fdab06a Merge pull request 'devtree: Add UUID property' (foundriesio#40) from hegdevasant/lshw:lpar-uuid into master - 9c5c2f0 devtree: Add UUID property - 0140f7f code clean-up - d3c66a6 improve portability (esp. musl) - ff634c9 fix potential crash - c86aa13 add static target to Makefile - 2017dad Avoid crash on device-tree parsing - 156a95e Add JEDEC manufacturer - 5c4bfb1 Report correct memory size on SMBIOS < 2.7 - 56f1de9 fix man page after previous update - 2c235e6 update man page - 358e65f Update 'docs/TODO' - 60c906d Update 'docs/TODO' - e857494 Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (foundriesio#39) from linkmauve/lshw:better-about into master - e96f82c Replace the about GtkDialog with a GtkAboutDialog - eff0813 Merge pull request 'Move from GtkMenuBar to GMenu' (foundriesio#38) from linkmauve/lshw:gmenu into master - bc5046d Move from GtkMenuBar to GMenu - 9ae06b4 Merge pull request 'Switch to gtk3 by default for gtk-lshw' (foundriesio#37) from linkmauve/lshw:gtk3 into master - a116b31 Enable/Disable GSimpleAction instead of button sensitivity - d169019 Replace signals with GSimpleActions - 5fd82e3 Move to GtkApplication - 6cf78e9 Remove deprecated use_action_appearance property - 0a290c2 Remove deprecated widgets - 8ff4b05 Replace the last GtkStock in overwrite dialog - e342333 Replace deprecated GtkIconFactory with GHashTable - 41c04d1 Use GtkFileChooserNative instead of GtkFileChooserDialog - 8d69637 Remove hack which is apparently not useful anymore - b79101c Remove deprecated stock messages - ad4ecfd Build against gtk3 instead of gtk2 Signed-off-by: Ricardo Salveti <[email protected]> (cherry picked from commit 30f54c3)
ricardosalveti
added a commit
that referenced
this pull request
Sep 10, 2021
Relevant changes: - 996aaad Merge pull request 'Fix typos in translatable messages' (#42) from alexhenrie/lshw:typos into master - 4c91193 Fix typos in translatable messages - 74e2354 Fix getting size of memory banks <32GiB - fdab06a Merge pull request 'devtree: Add UUID property' (#40) from hegdevasant/lshw:lpar-uuid into master - 9c5c2f0 devtree: Add UUID property - 0140f7f code clean-up - d3c66a6 improve portability (esp. musl) - ff634c9 fix potential crash - c86aa13 add static target to Makefile - 2017dad Avoid crash on device-tree parsing - 156a95e Add JEDEC manufacturer - 5c4bfb1 Report correct memory size on SMBIOS < 2.7 - 56f1de9 fix man page after previous update - 2c235e6 update man page - 358e65f Update 'docs/TODO' - 60c906d Update 'docs/TODO' - e857494 Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (#39) from linkmauve/lshw:better-about into master - e96f82c Replace the about GtkDialog with a GtkAboutDialog - eff0813 Merge pull request 'Move from GtkMenuBar to GMenu' (#38) from linkmauve/lshw:gmenu into master - bc5046d Move from GtkMenuBar to GMenu - 9ae06b4 Merge pull request 'Switch to gtk3 by default for gtk-lshw' (#37) from linkmauve/lshw:gtk3 into master - a116b31 Enable/Disable GSimpleAction instead of button sensitivity - d169019 Replace signals with GSimpleActions - 5fd82e3 Move to GtkApplication - 6cf78e9 Remove deprecated use_action_appearance property - 0a290c2 Remove deprecated widgets - 8ff4b05 Replace the last GtkStock in overwrite dialog - e342333 Replace deprecated GtkIconFactory with GHashTable - 41c04d1 Use GtkFileChooserNative instead of GtkFileChooserDialog - 8d69637 Remove hack which is apparently not useful anymore - b79101c Remove deprecated stock messages - ad4ecfd Build against gtk3 instead of gtk2 Signed-off-by: Ricardo Salveti <[email protected]> (cherry picked from commit 30f54c3)
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
Jan 7, 2022
Relevant changes: - 996aaad Merge pull request 'Fix typos in translatable messages' (foundriesio#42) from alexhenrie/lshw:typos into master - 4c91193 Fix typos in translatable messages - 74e2354 Fix getting size of memory banks <32GiB - fdab06a Merge pull request 'devtree: Add UUID property' (foundriesio#40) from hegdevasant/lshw:lpar-uuid into master - 9c5c2f0 devtree: Add UUID property - 0140f7f code clean-up - d3c66a6 improve portability (esp. musl) - ff634c9 fix potential crash - c86aa13 add static target to Makefile - 2017dad Avoid crash on device-tree parsing - 156a95e Add JEDEC manufacturer - 5c4bfb1 Report correct memory size on SMBIOS < 2.7 - 56f1de9 fix man page after previous update - 2c235e6 update man page - 358e65f Update 'docs/TODO' - 60c906d Update 'docs/TODO' - e857494 Merge pull request 'Replace the about GtkDialog with a GtkAboutDialog' (foundriesio#39) from linkmauve/lshw:better-about into master - e96f82c Replace the about GtkDialog with a GtkAboutDialog - eff0813 Merge pull request 'Move from GtkMenuBar to GMenu' (foundriesio#38) from linkmauve/lshw:gmenu into master - bc5046d Move from GtkMenuBar to GMenu - 9ae06b4 Merge pull request 'Switch to gtk3 by default for gtk-lshw' (foundriesio#37) from linkmauve/lshw:gtk3 into master - a116b31 Enable/Disable GSimpleAction instead of button sensitivity - d169019 Replace signals with GSimpleActions - 5fd82e3 Move to GtkApplication - 6cf78e9 Remove deprecated use_action_appearance property - 0a290c2 Remove deprecated widgets - 8ff4b05 Replace the last GtkStock in overwrite dialog - e342333 Replace deprecated GtkIconFactory with GHashTable - 41c04d1 Use GtkFileChooserNative instead of GtkFileChooserDialog - 8d69637 Remove hack which is apparently not useful anymore - b79101c Remove deprecated stock messages - ad4ecfd Build against gtk3 instead of gtk2 Signed-off-by: Ricardo Salveti <[email protected]> (cherry picked from commit 30f54c3)
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
factory-containers: drop OLD_TAG for latest reference
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.
The patch fix-cpu-cache-size-detection.patch now is in meta-oe by
commit: 2ab13510874809a4d44cf07ae82a408c08607a41
[ haveged: fix CPU cache size detection ]
so we could drop it, or else it will lead to a following error:
| Patch fix-cpu-cache-size-detection.patch is already applied; check your series file
Signed-off-by: Ming Liu [email protected]