Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! feat: add tedge-container-p…
Browse files Browse the repository at this point in the history
…lugin example
  • Loading branch information
reubenmiller committed Nov 14, 2024
1 parent 44f93dc commit 9b66857
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions projects/config/mender-raspberrypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ local_conf_header:
IMAGE_INSTALL:append = " kernel-image kernel-devicetree"
IMAGE_FSTYPES:remove = " rpi-sdimg"
SDIMG_ROOTFS_TYPE = "ext4"
MENDER_STORAGE_TOTAL_SIZE_MB = "2048"
MENDER_BOOT_PART_SIZE_MB = "64"
IMAGE_OVERHEAD_FACTOR = "1.0"
# Disable mender systemd dependency
MENDER_FEATURES_DISABLE:append = " mender-systemd"
Expand Down
2 changes: 1 addition & 1 deletion projects/tedge-mender.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ overrides:
meta-rust:
commit: a5136be2ba408af1cc8afcde1c8e3d787dadd934
meta-tedge:
commit: 9ae76cc6ca46cfc6026f97d1cf0729cd5f1516a2
commit: 79e8ad2800340ccfcca9df7f31ed4cce6fff57c8
poky:
commit: 51bd4260cb9592af4b63059a30f4f977e0a2fad6
10 changes: 8 additions & 2 deletions projects/tedge-mender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ header:
- config/raspberrypi.yaml
- config/mender-raspberrypi.yaml
- config/package-management.yaml
- config/tedge-container.yaml
- config/tedge-docker.yaml
- config/read-only.yaml

machine: raspberrypi4-64
Expand Down Expand Up @@ -39,6 +39,7 @@ repos:
meta-python:
meta-networking:
meta-multimedia:
meta-filesystems:

meta-mender:
url: "https://github.com/mendersoftware/meta-mender"
Expand All @@ -51,13 +52,18 @@ repos:
branch: master

meta-tedge:
url: "https://github.com/thin-edge/meta-tedge.git"
url: "https://github.com/reubenmiller/meta-tedge.git"
branch: feat-virtualization
layers:
meta-tedge:
meta-tedge-common:
meta-tedge-mender:
meta-tedge-extras:
meta-raspberrypi:

meta-lts-mixins-go:
url: "https://github.com/moto-timo/meta-lts-mixins.git"
branch: kirkstone/go

meta-virtualization:
url: "https://git.yoctoproject.org/meta-virtualization"

0 comments on commit 9b66857

Please sign in to comment.