Skip to content

Commit c20b1dd

Browse files
committed
demo-image: add systemd crypt and conatiner
1 parent 4103629 commit c20b1dd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

recipes-core/images/stm32mp15x-demo-image.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ IMAGE_INSTALL += "\
1111
libp11 \
1212
softhsm \
1313
cryptsetup \
14+
systemd-crypt \
15+
systemd-container \
1416
keyutils \
1517
curl \
1618
strace \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PACKAGECONFIG:append = " cryptsetup cryptsetup-plugins"
2+
3+
RRECOMMENDS:${PN} += "systemd-crypt systemd-container"

0 commit comments

Comments
 (0)