Skip to content

Commit

Permalink
feat: include systemd-resolved, enable cgroups and local pki
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Sep 30, 2024
1 parent 77dcb38 commit b2e75f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion layers/debian-containers.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
parent = "tedge-rugpi-core/debian-bookworm-tedge"

recipes = [
"tedge-rugpi-core/docker",
"core/rugpi-ctrl",
"tedge-rugpi-core/docker",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
"tedge-config",
]

Expand Down
2 changes: 2 additions & 0 deletions layers/rpi-containers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ parent = "tedge-rugpi-core/raspios-tedge"
recipes = [
"core/rugpi-ctrl",
"tedge-rugpi-core/docker",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
"tedge-config",
]

Expand Down
2 changes: 2 additions & 0 deletions layers/rpi-default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ parent = "tedge-rugpi-core/raspios-tedge"

recipes = [
"core/rugpi-ctrl",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
]

[parameters."core/rugpi-ctrl"]
Expand Down
2 changes: 1 addition & 1 deletion rugpi-bakery.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[repositories]
tedge-rugpi-core = { git = "https://github.com/thin-edge/tedge-rugpi-core.git", branch = "v0.7" }
tedge-rugpi-core = { git = "https://github.com/thin-edge/tedge-rugpi-core.git", branch = "v0.8" }

[images.debian-amd64]
layer = "debian-default"
Expand Down

0 comments on commit b2e75f3

Please sign in to comment.