mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-05 19:41:53 +01:00
cgroups: requires initialization after the "setup" stage
The cgroups module requires busybox and shutil to properly initialise. This patch required the module to be initialized once the setup has completed. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
This commit is contained in:
@@ -231,6 +231,7 @@ CgroupSubsystemEntry = namedtuple('CgroupSubsystemEntry', 'name hierarchy num_cg
|
|||||||
class CgroupsModule(Module):
|
class CgroupsModule(Module):
|
||||||
|
|
||||||
name = 'cgroups'
|
name = 'cgroups'
|
||||||
|
stage = 'setup'
|
||||||
cgroup_root = '/sys/fs/cgroup'
|
cgroup_root = '/sys/fs/cgroup'
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Reference in New Issue
Block a user