mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
systemd: add cgroupv2 PACKAGECONFIG
Allow users to change the default cgroup mode at build time and use the unified hierarchy mode. Disabled by default - hybrid is the default upstream value. (From OE-Core rev: 25dc64b8de20021de34ce02ce3855ec9dbade4a4) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
79a049d732
commit
57f36698b1
|
@ -115,6 +115,7 @@ PACKAGECONFIG[audit] = "-Daudit=true,-Daudit=false,audit"
|
|||
PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false"
|
||||
PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false"
|
||||
PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2"
|
||||
PACKAGECONFIG[cgroupv2] = "-Ddefault-hierarchy=unified,-Ddefault-hierarchy=hybrid"
|
||||
PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
|
||||
PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup"
|
||||
PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
|
||||
|
|
Loading…
Reference in New Issue
Block a user