Skip to content
Snippets Groups Projects
Verified Commit 21d5d1c1 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files
parent 75343926
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,9 @@ SYSTEM_STATE_MOUNT_UNIT ??= "run-mount-sysdata.mount" ...@@ -39,9 +39,9 @@ SYSTEM_STATE_MOUNT_UNIT ??= "run-mount-sysdata.mount"
# The mount units depend on having the system state partition mounted at a # The mount units depend on having the system state partition mounted at a
# known location as described above. The respective system partition mount # known location as described above. The respective system partition mount
# units are part of the x-mounts package. This provides the # units are part of the oniro-mounts package. This provides the
# SYSTEM_STATE_MOUNT_UNIT systemd mount unit. # SYSTEM_STATE_MOUNT_UNIT systemd mount unit.
RDEPENDS_${PN} += "x-mounts" RDEPENDS_${PN} += "oniro-mounts"
# This is the root filesystem hierarchy used as part of the bind mount units to # This is the root filesystem hierarchy used as part of the bind mount units to
# provide read-write locations. # provide read-write locations.
......
...@@ -9,5 +9,5 @@ inherit packagegroup ...@@ -9,5 +9,5 @@ inherit packagegroup
PACKAGES = "packagegroup-allscenarios-core" PACKAGES = "packagegroup-allscenarios-core"
RDEPENDS_packagegroup-allscenarios-core = "\ RDEPENDS_packagegroup-allscenarios-core = "\
x-mounts \ oniro-mounts \
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment