Skip to content

Commit 1846331

Browse files
jonathan-domanwilliamspatrick
authored andcommitted
smbios-mdr: Add cpuinfo-peci PACKAGECONFIG
Part of the functionality contained in the existing `cpuinfo` flag is now split into a new flag `cpuinfo-peci`. The new flag is still logically dependent on the existing one, but it gives finer control over enabled features. Remove all cpuinfo flags from default PACKAGECONFIG. Update bbappend based on new defaults. smbios-mdr: srcrev bump abdccd3af9..4e1cf09955 Jonathan Doman (1): cpuinfoapp: Make PECI features optional Change-Id: Ib9a1e634634f046b2ec6ff5629d4498bf0d5914b Signed-off-by: Jonathan Doman <[email protected]>
1 parent 673f10a commit 1846331

File tree

6 files changed

+3
-11
lines changed

6 files changed

+3
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
PACKAGECONFIG:append = " smbios-ipmi-blob"
2-
3-
PACKAGECONFIG:remove = " cpuinfo"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
PACKAGECONFIG:append:kudo = " smbios-ipmi-blob"
2-
3-
PACKAGECONFIG:remove:kudo = " cpuinfo"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
PACKAGECONFIG:append:mori = " smbios-ipmi-blob"
2-
PACKAGECONFIG:remove:mori = " cpuinfo"

meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ DEPENDS += " \
1010
phosphor-dbus-interfaces \
1111
phosphor-logging \
1212
"
13-
SRCREV = "abdccd3af908c96a90b3e890a422a0022f471991"
14-
PACKAGECONFIG ?= "cpuinfo"
13+
SRCREV = "4e1cf09955a2f7d62156fa87822acbd8ad57196e"
1514
PACKAGECONFIG[smbios-no-dimm] = "-Ddimm-dbus=disabled,-Ddimm-dbus=enabled"
16-
PACKAGECONFIG[cpuinfo] = "-Dcpuinfo=enabled,-Dcpuinfo=disabled,libpeci i2c-tools"
15+
PACKAGECONFIG[cpuinfo] = "-Dcpuinfo=enabled,-Dcpuinfo=disabled,i2c-tools"
16+
PACKAGECONFIG[cpuinfo-peci] = "-Dcpuinfo-peci=enabled,-Dcpuinfo-peci=disabled,libpeci"
1717
PACKAGECONFIG[smbios-ipmi-blob] = "-Dsmbios-ipmi-blob=enabled,-Dsmbios-ipmi-blob=disabled,phosphor-ipmi-blobs"
1818
PACKAGECONFIG[assoc-trim-path] = "-Dassoc-trim-path=enabled,-Dassoc-trim-path=disabled"
1919
PV = "1.0+git${SRCPV}"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
PACKAGECONFIG:append = " smbios-ipmi-blob"
2-
3-
PACKAGECONFIG:remove = " cpuinfo"

meta-yadro/meta-vegman/recipes-phosphor/smbios/smbios-mdr_git.bbappend

-1
This file was deleted.

0 commit comments

Comments
 (0)