mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00: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:
parent
c4e46b7c26
commit
616f229949
@ -231,6 +231,7 @@ CgroupSubsystemEntry = namedtuple('CgroupSubsystemEntry', 'name hierarchy num_cg
|
||||
class CgroupsModule(Module):
|
||||
|
||||
name = 'cgroups'
|
||||
stage = 'setup'
|
||||
cgroup_root = '/sys/fs/cgroup'
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user