mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
systemd: add PACKAGECONFIG for pstore
pstore is used to collect crash logs in the journal after a crash. As it needs a correctly configured kernel, it's not always enabled. Add a PACKAGECONFIG to enable it when needed. (From OE-Core rev: 350d8677c4f7b6ff7604bff6b2f4ab7f1b9ec422) Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e7394ffef
commit
0f1af550ef
@@ -185,6 +185,7 @@ PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false"
|
||||
# hostname without acquiring additional privileges
|
||||
PACKAGECONFIG[polkit_hostnamed_fallback] = ",,,,dbus-broker,polkit"
|
||||
PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false"
|
||||
PACKAGECONFIG[pstore] = "-Dpstore=true,-Dpstore=false"
|
||||
PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode,,qrencode"
|
||||
PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false"
|
||||
PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false"
|
||||
|
||||
Reference in New Issue
Block a user