Skip to content

Updates for 45#40

Merged
ricardosalveti merged 33 commits intofoundriesio:masterfrom
ricardosalveti:master
Jul 4, 2019
Merged

Updates for 45#40
ricardosalveti merged 33 commits intofoundriesio:masterfrom
ricardosalveti:master

Conversation

@ricardosalveti
Copy link
Copy Markdown
Member

  • Make layer compatible with latest oe
  • Bump optee to the latest revision available (before the soon to be released 3.6.0)
  • Cleanup machine configuration to allow the user to easily customize the boot arguments

Add job to fix the timesyncd update as discussed at
systemd/systemd#11329.

A new job is required as upstream decided to let distros fix the update
issue via post install script, which is not available in ostree based
systems.

Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Now required by optee-os.

Signed-off-by: Ricardo Salveti <[email protected]>
Drop PM_DEBUG, now deprecated.

Also revert an upstream change which breaks boot on qemuarm64.

Signed-off-by: Ricardo Salveti <[email protected]>
Set CFG_TEE_FS_PARENT_PATH to /var otherwise supplicant will try to
write/read data from /data/tee, which is not a valid rw path on ro
rootfs.

Also set security_cflags as the project main makefile is already
responsible for setting the other security related flags.

Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Drop changes which are now upstream.

Signed-off-by: Ricardo Salveti <[email protected]>
More hardware support and several relevant fixes post 2.1.

Signed-off-by: Ricardo Salveti <[email protected]>
Decrease from 3 to 1 second, which is enough for any manual operation
before booting the system.

Signed-off-by: Ricardo Salveti <[email protected]>
Prefer ?= when setting the default KERNEL_DEVICETREE and
OSTREE_KERNEL_ARGS for raspberry pi to allow the user to set a custom
value.

Signed-off-by: Ricardo Salveti <[email protected]>
Move common rpi related variables into their own variables and allow the
user to customize if needed.

Signed-off-by: Ricardo Salveti <[email protected]>
Meta-updater is now setting the KERNEL_DEVICETREE variable for rpi 64,
so make sure to duplicate the settings here to use the values
set by lmp instead.

Signed-off-by: Ricardo Salveti <[email protected]>
Override should be for hikey960 and not the normal hikey.

Signed-off-by: Ricardo Salveti <[email protected]>
Remove CMDLINE override as it is not used by the ostree setup.

Signed-off-by: Ricardo Salveti <[email protected]>
Remove CMDLINE override as it is not used by the ostree setup.

Signed-off-by: Ricardo Salveti <[email protected]>
Not needed anymore as alsa is not part of the default distro features
set by lmp.

Signed-off-by: Ricardo Salveti <[email protected]>
Prefer just append when setting the custom SRC_URI for the hikey targets.

Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes:
- 579afb7 Allow alternate sota-config directory
- cb8d85e Print more information when failing to parse json
- 4d48a1f Make device creation API configurable
- ad46620 Add support to fetch device UUID from pkcs11 slot information

Signed-off-by: Ricardo Salveti <[email protected]>
No need to use sota override when adding rootfs postprocess command as
sota is already required by lmp.

Signed-off-by: Ricardo Salveti <[email protected]>
Move to support only ttyS0 by default, as that is the direction from the
upstream kernel.

Signed-off-by: Ricardo Salveti <[email protected]>
Prefer released version (via meta-oe) instead of git from meta-updater.

Signed-off-by: Ricardo Salveti <[email protected]>
Don't block the network wait-online service until every interface is
configured by the system as only one interface is already enough (e.g.
wireless).

Signed-off-by: Ricardo Salveti <[email protected]>
Upstream dropped the riscv linker change with the gcc 9.1 update. Add it
back until the fix lands upstream again.

Signed-off-by: Ricardo Salveti <[email protected]>
Opensc provides pkcs11-tool, which can be used with lmp-device-register
when performing the registration via PKCS#11.

Signed-off-by: Ricardo Salveti <[email protected]>
Disable the systemd job by default as openct gets installed in generic
images as a consequence of opensc, so prefer disabled by default and let
the user enable if hardware is known to be available.

Signed-off-by: Ricardo Salveti <[email protected]>
@ricardosalveti ricardosalveti requested a review from mike-scott July 4, 2019 19:16
@ricardosalveti ricardosalveti merged commit e096e96 into foundriesio:master Jul 4, 2019
ricardosalveti added a commit to ricardosalveti/meta-lmp that referenced this pull request Aug 27, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR foundriesio#53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix foundriesio#755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR foundriesio#40 and foundriesio#41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit to ricardosalveti/meta-lmp that referenced this pull request Aug 27, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR foundriesio#53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix foundriesio#755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR foundriesio#40 and foundriesio#41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit to ricardosalveti/meta-lmp that referenced this pull request Aug 31, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR foundriesio#53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix foundriesio#755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR foundriesio#40 and foundriesio#41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit that referenced this pull request Aug 31, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR #53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix #755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR #40 and #41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit to ricardosalveti/meta-lmp that referenced this pull request Sep 11, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR foundriesio#53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix foundriesio#755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR foundriesio#40 and foundriesio#41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
(cherry picked from commit 2b9cc16)
Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit to ricardosalveti/meta-lmp that referenced this pull request Sep 11, 2020
Relevant changes:
- 71cf63b Fix few memory leaks
- 3775782 report product model on Power systems
- 1556522 clean-up JSON output
- 2b1c730 JSON output clean-up (list/object)
- 37c3f39 code clean-up for read(3)
- 4348e28 fix issue with logical names being truncated (`/dev/sda` → `sda`)
- 29f69ac devtree: Add capabilites to the OPAL Firmware
- 8975948 merge Github PR foundriesio#53
- 82df4fa volumes: fix segfault in apfs volume code
- 872b099 devtree: Add chip-id from CPU node
- 4c19563 devtree: Add chip-id from the dimm module
- f613833 try to connect input devices to the right parent
- 755371f detect framebuffers
- 1cc52ca detect sound devices
- 7edaa09 cosmetic fixes
- 691ed58 begin work on input devices
- aea375a cosmetic clean-up
- bb82dda correctly format SMBIOS UUID
- 126bc43 move PnP devices to the ISA/LPC bridge
- f914f22 report CPU family/model/stepping
- 49b7c04 get rid of RPM's debug packages
- f2b32a4 add debug flag to GUI build
- 8584dbc prepare for B.02.19
- 84f4948 do not report virtual network interfaces
- 311745b syfs: allow detection of virtual devices
- f4a802f new try at guessing emulated SCSI businfo
- 986e7f6 code clean-up
- 1217ad3 fix businfo of emulated SCSI hosts (USB...)
- 50c4e11 fix physical id of MMC devices
- 2a15713 detect more SDIO devices
- 846a7a1 improve detection of SDIO devices
- 3372155 update data files
- a30d123 code clean-up
- 16b60d7 improve detection of SDIO devices
- 0f5b8e7 cosmetic fixes
- cc9ee64 report businfo for NVMe and SD/MMC devices
- 4e27b7f continue work on SD/MMC cards
- 3876faa add basic support for SD/MMC cards
- 512918a NVMe device tree simplification
- 43e524b code clean-up
- 5dd11ac treat NVMe namespaces like disks
- 9d5eb0d align physical ID with NVMe namespace
- 68ebc7d implement NVMe scanning
- 89b3b6b fix foundriesio#755: handle invalid FAT
- 45db7dd code clean-up
- 479fa4d volumes: Add support for detecting Apple APFS fstype
- 0c2c04a partitions: Add Apple APFS GUID
- 9f7b7b9 specfile: Fix version issue
- 1553540 Do not show modified time with -notime option
- 8d03e1e devtree: Add DIMM running speed
- 881075c spd: Print dimm rank information
- 85edb6a Display proper logical name of network device
- 3395173 Update help message and man page
- 6cc0581 merge Github PR44
- 40e8f90 update id files
- 4a415a6 add Hygon company description for Hygon CPU VendorID checking
- f54a30e apply Github PR42
- 5c69f58 Fix DIMM info for older IBM POWER systems
- 4e96395 Set powerpc logo hint
- 60173f0 Avoid very long IDE programming interface names as capabilities
- 028f6b2 merge Github PR foundriesio#40 and foundriesio#41
- 8486d25 Github PR39: support for OpenEmbedded/Yocto

Signed-off-by: Ricardo Salveti <[email protected]>
(cherry picked from commit 2b9cc16)
Signed-off-by: Ricardo Salveti <[email protected]>
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)
quaresmajose pushed a commit that referenced this pull request Nov 9, 2022
Relevant changes:
- 6f3016d Merge pull request #40 from ricardosalveti/ostree
- 4c3f2e8 image_types_ota.bbclass: add support for none as OSTREE_BOOTLOADER
- c2b18de Merge pull request #39 from shr-project/jansa/gcc-12
- c103d77 aktualizr: bump SRCREV
- 945d0dc Merge pull request #38 from shr-project/jansa/gcc-11
- e64e1b0 aktualizr: bump SRCREV
- e9aab7f Merge pull request #36 from ricardosalveti/nfsutils
- bfcf400 nfs-utils: prefer tmpfiles instead of a custom service

Signed-off-by: Ricardo Salveti <[email protected]>
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.

1 participant