smbios-mdr: disable cpuinfo by default

All the gbmc platforms at the moment are not using this feature.

Google-Bug-Id: 240653818
Google-Bug-Id: 298750329
Signed-off-by: Tom Tung <tomtung@google.com>
Change-Id: Ia779754241740fd15b1d9f4894a6fe861dc3d9d2
diff --git a/recipes-phosphor/smbios/smbios-mdr_%.bbappend b/recipes-phosphor/smbios/smbios-mdr_%.bbappend
index f77b790..6acb6b5 100644
--- a/recipes-phosphor/smbios/smbios-mdr_%.bbappend
+++ b/recipes-phosphor/smbios/smbios-mdr_%.bbappend
@@ -16,3 +16,5 @@
 DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'smbios-grpc-blob', 'fmt', '', d)}"
 DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'smbios-grpc-blob', 'grpc', '', d)}"
 DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'smbios-grpc-blob', 'grpc-native', '', d)}"
+
+PACKAGECONFIG:remove:gbmc = " cpuinfo"