nicole: Add VPD support

VPD contains general description of the BMC card and MAC address for
the Ethernet controller.
Physically, VPD is stored in the EEPROM AT24C256C, which is connected
to the Aspeed SoC via I2C and can be read or written through
the special device file /sys/bus/i2c/devices/0-0050/eeprom.

Signed-off-by: Artem Senichev <a.senichev@yadro.com>
Change-Id: Id3d10968c9658141e7deec8b4b505bab8018892a
diff --git a/meta-nicole/conf/machine/nicole.conf b/meta-nicole/conf/machine/nicole.conf
index 488e6af..35d94e4 100644
--- a/meta-nicole/conf/machine/nicole.conf
+++ b/meta-nicole/conf/machine/nicole.conf
@@ -11,3 +11,7 @@
 require conf/machine/include/p9.inc
 
 IMAGE_FEATURES_remove = " obmc-fan-control obmc-fan-mgmt obmc-leds"
+
+PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "nicole-openpower-fru-vpd-layout-native"
+PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "nicole-openpower-fru-inventory-native"
+PREFERRED_PROVIDER_virtual/openpower-fru-properties = "nicole-openpower-fru-properties-native"