Skip to content

Changes for the 47 update#53

Merged
ricardosalveti merged 33 commits intofoundriesio:masterfrom
ricardosalveti:master
Sep 13, 2019
Merged

Changes for the 47 update#53
ricardosalveti merged 33 commits intofoundriesio:masterfrom
ricardosalveti:master

Conversation

@ricardosalveti
Copy link
Copy Markdown
Member

Making LmP compatible with latest OE-Core/Meta-OE and other layers.

This also introduces u-boot-fio, which is currently just used by apalis-imx6.

Docker-app also included as part of the build, and the switch to aktualizr-lite by default.

ricardosalveti and others added 25 commits September 9, 2019 18:53
Zeus is the next OE-release.

Sumo removed from compat as they are not really tested by us.

Signed-off-by: Ricardo Salveti <[email protected]>
Based on zeus, which is the next OE/Yocto release.

Signed-off-by: Ricardo Salveti <[email protected]>
License was updated in oe-core, so reflect the new md5sum value.

Signed-off-by: Ricardo Salveti <[email protected]>
License was updated in oe-core, so reflect the new md5sum value.

Signed-off-by: Ricardo Salveti <[email protected]>
meta-updater removed INHIBIT_PACKAGE_STRIP settings for the golang
recipes, so no need to override locally.

Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes:
- 670ab2d Drop base64_encode, removed in boost 1.71

Signed-off-by: Ricardo Salveti <[email protected]>
Bump git revision to cfc0f07 (post 3.6.0) for Toradex iMX6 Apalis
support.

Signed-off-by: Ricardo Salveti <[email protected]>
Patch covers a minimal implementation to retrieve a Master Key
Verification Blob (MKVB) from the CAAM inside of i.MX processors
for use as a Hardware Unique Key (HUK).

Signed-off-by: Ricardo Salveti <[email protected]>
RPMB enabled by default but not yet used as it requires another change
to optee-client (tee-supplicant).

Write key and reset fat not enabled by default as it should only be used
in factory provisioning.

Signed-off-by: Ricardo Salveti <[email protected]>
Bump to post the released 3.6.0 tag in order to include the latest
tee-supplicant rpmb fixes.

Signed-off-by: Ricardo Salveti <[email protected]>
Make it the default provider for resolv.conf. Network Manager is capable
of working together with systemd.

Signed-off-by: Ricardo Salveti <[email protected]>
Bump to the latest upstream rev post v2.1 for better hardware support.

Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Persistent/immutable/functional data structures for python, required by
jsonschema.

Signed-off-by: Ricardo Salveti <[email protected]>
Upstream updated recipe to 3.0.2 but the project rdepends were not
updated accordantly.

Signed-off-by: Ricardo Salveti <[email protected]>
Meta-OE now ships with jsonschema 3.0.2.

Signed-off-by: Ricardo Salveti <[email protected]>
Upstream is not yet using PyYAML 5.1 as they are waiting for the
final 5.2 release (due api differences that does not affect compose),
so make it compatible with PyYAML < 5.3 as OE now ships with 5.1.2.

Signed-off-by: Ricardo Salveti <[email protected]>
Fix now available via oe-core.

Signed-off-by: Ricardo Salveti <[email protected]>
Update QB override options based on the latest changes done in oe-core.

Signed-off-by: Ricardo Salveti <[email protected]>
This gets things ready to apply to the current version of meta-updater.

Signed-off-by: Andy Doan <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
OSF was all renamed to FIO (due company renaming), so reflect that at
the default user and password used by lmp.

Signed-off-by: Ricardo Salveti <[email protected]>
Fork with additional patches for extended lmp support.

Signed-off-by: Ricardo Salveti <[email protected]>
Prefer u-boot-fio as the default u-boot provider as it got the extra
features and configs required for a fully secure lmp build.

Signed-off-by: Ricardo Salveti <[email protected]>
…/fdt

Always update SPL even if the expected offset is not maching as the new
SPL will be required in order to be fully compatible with u-boot (on a
following update).

Also drop kernel and fdt update as those are loaded from the filesystem.

Signed-off-by: Ricardo Salveti <[email protected]>
@ricardosalveti
Copy link
Copy Markdown
Member Author

@doanac I believe only docker-app that needs better testing, rest should be good to go.

@doanac
Copy link
Copy Markdown
Member

doanac commented Sep 13, 2019

@rsalveti - looks good. I'm testing with "docker-app app render " which is what we use inside aktualizr and aktualizr-lite

@doanac
Copy link
Copy Markdown
Member

doanac commented Sep 13, 2019

@rsalveti - one sec. it worked on my minnowboard, but I have an rpi3-64 issue:

docker-app app render /tmp/shellhttpd.dockerapp 
render failed: standard_init_linux.go:211: exec user process caused "exec format error"

shellhttpd.dockerapp is:

version: 0.1.0
name: shellhttpd
description: Dummy shell script that runs an httpd server using netcat

---

version: '3.2'

services:
  httpd:
    image: hub.foundries.io/andy-corp/shellhttpd:latest
    ports:
      - 8080:${PORT}
    environment:
      MSG: "${MSG}"

---

PORT: 8080
MSG: Hello from andy-corp

@ricardosalveti ricardosalveti force-pushed the master branch 2 times, most recently from 7a26faa to 897d706 Compare September 13, 2019 18:51
Provided as a standalone docker cli command.

Signed-off-by: Ricardo Salveti <[email protected]>
Temporary until the upstream image is multi-arch compatible.

Signed-off-by: Ricardo Salveti <[email protected]>
Docker-app can now be used together with aktualizr-lite in order to
provide updates for container-based applications.

Signed-off-by: Ricardo Salveti <[email protected]>
Enables foundries.io aktualizr-lite public stream updates.

Signed-off-by: Ricardo Salveti <[email protected]>
Change aktualizr-lite systemd job to also allow running if the public
stream configuration is available (provided by
aktualizr-lite-public-stream).

Signed-off-by: Ricardo Salveti <[email protected]>
The docker-app recipe is built as a standalone application by default as
docker cli plugins is still in experimental, so change aktualizr to use
the docker-app binary as standalone directly.

Signed-off-by: Ricardo Salveti <[email protected]>
…he user

Allow the default ostree tag to be customized by the user instead of
forcing it to be promoted.

Signed-off-by: Ricardo Salveti <[email protected]>
Copy link
Copy Markdown
Contributor

@mike-scott mike-scott left a comment

Choose a reason for hiding this comment

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

Just 1 question on the SHA we're using for lmp-device-register

DEPENDS = "boost curl ostree glib-2.0"

SRCREV = "579afb7488534acd04d7206ce39422553d62a801"
SRCREV = "670ab2d040df3413938377816fce8b8933a4be91"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This doesn't include @doanac latest changes. Is that ok?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, asked that to @doanac earlier today and he wanted to update that on another update.

Copy link
Copy Markdown
Contributor

@mike-scott mike-scott left a comment

Choose a reason for hiding this comment

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

ok, LGTM

@ricardosalveti ricardosalveti merged commit 743eca8 into foundriesio:master Sep 13, 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]>
doanac added a commit to doanac/meta-lmp that referenced this pull request Apr 15, 2022
quaresmajose pushed a commit that referenced this pull request Nov 9, 2022
Relevant changes:
- 7935897 Merge pull request #55 from quaresmajose/bbfatal_log
- 3e7c55c image_types_ostree: use bbfatal_log when do_image_garagesign fails
- ee7322c Merge pull request #53 from quaresmajose/errcode
- dd129dc image_types_ostree: show the errorcode on the push failed warning
- 0207f86 Merge pull request #50 from mdfr74/kirkstone
- a2d9042 Fix typos created by 6159909

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.

3 participants