Add fioconfig daemon#159
Merged
ricardosalveti merged 2 commits intofoundriesio:masterfrom Apr 9, 2020
Merged
Conversation
| # FoundriesFactory related packages | ||
| CORE_IMAGE_BASE_INSTALL += " \ | ||
| docker-cli-config \ | ||
| fioconfig \ |
Member
There was a problem hiding this comment.
Do you mind breaking this change in a separated patch?
| [Unit] | ||
| Description=Foundries.io configuration management script to extract secrets at boot | ||
| After=var.mount | ||
| ConditionPathExists=|/var/sota/config.encrypted |
Member
There was a problem hiding this comment.
nit: don't need to set =| when you only got one condition (can be =/var...)
| [Unit] | ||
| Description=Foundries.io configuration management daemon | ||
| After=network.target | ||
| ConditionPathExists=|/var/sota/sota.toml |
Member
There was a problem hiding this comment.
nit: don't need to set =| when you only got one condition (can be =/var...)
| ConditionPathExists=|/var/sota/sota.toml | ||
|
|
||
| [Service] | ||
| RestartSec=180 |
Member
There was a problem hiding this comment.
You can probably set a smaller value here, as in reality this is a critical service.
| } | ||
|
|
||
| # We need aktualizr because we uses its device gateway connectivity and keys | ||
| DEPENDS = "aktualizr" |
Member
There was a problem hiding this comment.
This is a run depends (RDEPENDS), right?
Member
Author
There was a problem hiding this comment.
hmm- something didn't work on my update to that. i need to make another change to fix
Member
Author
|
@rsalveti - good catches. This should be a little better now. |
b79cc8d to
a1df343
Compare
Signed-off-by: Andy Doan <[email protected]>
Signed-off-by: Andy Doan <[email protected]>
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
Add support for multiple docker-compose files
quaresmajose
pushed a commit
that referenced
this pull request
Nov 9, 2022
Relevant changes: - bcfa079 Merge pull request #167 from chrisdimich/hardknott - 1d0c237 nitrogen8mp: add device trees - b7840d2 linux-boundary: bump revision - 7ca4269 Merge pull request #164 from chrisdimich/hardknott - 0d4f8c0 nitrogen8mp: update DDR binaries - af3457a Merge pull request #162 from chrisdimich/hardknott - a65ed1a nitrogen8mp: define variables needed for imx-boot recipe - bbc9522 Merge pull request #159 from Freescale/backport-157-to-hardknott - e77fd19 imx7d-pico: Set UBOOT_SUFFIX to img - d81507f imx7s-warp: Set UBOOT_SUFFIX to imx 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.
Signed-off-by: Andy Doan [email protected]