lmp: add support for raspberrypi-cm3 machine#36
Merged
mike-scott merged 1 commit intofoundriesio:masterfrom Jun 12, 2019
Merged
lmp: add support for raspberrypi-cm3 machine#36mike-scott merged 1 commit intofoundriesio:masterfrom
mike-scott merged 1 commit intofoundriesio:masterfrom
Conversation
Let's add missing Raspberry Pi 3 Compute Module support via the raspberrypi-cm3 machine. It is currently a copy of the raspberrypi3* settings (minus a few overlays). Signed-off-by: Michael Scott <[email protected]>
Contributor
Author
|
@EmbeddedAndroid @rsalveti I'd like to merge this and bump subscriber to this SHA for meta-lmp |
Contributor
Author
|
NOTE: This is 32-bit build. At a later date we can setup raspberrypi-cm3-64 build to enable 64-bit. |
EmbeddedAndroid
approved these changes
Jun 12, 2019
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
factory-containers: Add expanded tagging support
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]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
May 30, 2023
Relevant changes: - 00ad39b Merge pull request foundriesio#36 from nicksieger/35-fix-panic - c108cab fix: panic caused by empty string argument - 2fe0b71 Merge pull request foundriesio#27 from nekketsuuu/nekketsuuu-v-1-0-4 - d8fcbd6 v1.0.4 released - 3961013 Merge pull request foundriesio#26 from modem7/dynamic_url_readme - 3a162a0 Update README.md Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
May 31, 2023
Relevant changes: - 00ad39b Merge pull request foundriesio#36 from nicksieger/35-fix-panic - c108cab fix: panic caused by empty string argument - 2fe0b71 Merge pull request foundriesio#27 from nekketsuuu/nekketsuuu-v-1-0-4 - d8fcbd6 v1.0.4 released - 3961013 Merge pull request foundriesio#26 from modem7/dynamic_url_readme - 3a162a0 Update README.md Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
May 31, 2023
Relevant changes: - 00ad39b Merge pull request foundriesio#36 from nicksieger/35-fix-panic - c108cab fix: panic caused by empty string argument - 2fe0b71 Merge pull request foundriesio#27 from nekketsuuu/nekketsuuu-v-1-0-4 - d8fcbd6 v1.0.4 released - 3961013 Merge pull request foundriesio#26 from modem7/dynamic_url_readme - 3a162a0 Update README.md Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
to ricardosalveti/meta-lmp
that referenced
this pull request
Jun 2, 2023
Relevant changes: - 00ad39b Merge pull request foundriesio#36 from nicksieger/35-fix-panic - c108cab fix: panic caused by empty string argument - 2fe0b71 Merge pull request foundriesio#27 from nekketsuuu/nekketsuuu-v-1-0-4 - d8fcbd6 v1.0.4 released - 3961013 Merge pull request foundriesio#26 from modem7/dynamic_url_readme - 3a162a0 Update README.md Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti
added a commit
that referenced
this pull request
Jun 2, 2023
Relevant changes: - 00ad39b Merge pull request #36 from nicksieger/35-fix-panic - c108cab fix: panic caused by empty string argument - 2fe0b71 Merge pull request #27 from nekketsuuu/nekketsuuu-v-1-0-4 - d8fcbd6 v1.0.4 released - 3961013 Merge pull request #26 from modem7/dynamic_url_readme - 3a162a0 Update README.md Signed-off-by: Ricardo Salveti <[email protected]>
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.
Let's add missing Raspberry Pi 3 Compute Module support via the
raspberrypi-cm3 machine.
It is currently a copy of the raspberrypi3* settings (minus a few
overlays).
Signed-off-by: Michael Scott [email protected]