Skip to content

haveged: drop a deprecated patch#37

Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom
liuming50:drop-conflict-patch
Jun 28, 2019
Merged

haveged: drop a deprecated patch#37
ricardosalveti merged 1 commit intofoundriesio:masterfrom
liuming50:drop-conflict-patch

Conversation

@liuming50
Copy link
Copy Markdown
Contributor

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]

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]>
Copy link
Copy Markdown
Member

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, got that locally already in my wip branch but will merge your change now.

@ricardosalveti ricardosalveti merged commit 33c3c08 into foundriesio:master Jun 28, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants