Skip to content

Commit 1cd346f

Browse files
committed
mount-tee-partition: Ensure var-lib-tee.mount starts before sfsconfig
Ensure var-lib-tee.mount unit is started before sfsconfig so that persist partition is mounted before sfsconfig attempts to create qtee_supplicant directories in the partition. Signed-off-by: Harshal Dev <harshal.dev@oss.qualcomm.com>
1 parent 7d042c2 commit 1cd346f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-bsp/partition/mount-tee-partition/var-lib-tee.mount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Unit]
66
Description=Mount persist partition at /var/lib/tee
7-
Before=local-fs.target
7+
Before=local-fs.target sfsconfig.service
88
Requires=format-tee-partition.service
99
After=format-tee-partition.service
1010

0 commit comments

Comments
 (0)