React to boxelder eeprom path change

The path of the BMC eeprom (on Witherspoon's boxelder card) has changed
in the 4.10 kernel. This path serves as an input to a vpd parsing
program. Change the path in that program's bitbake recipe.

Change-Id: I7559a2d6fa89444fcea591956ad908dd296c592e
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd.bbappend b/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd.bbappend
index 07cffc9..6a00acf 100644
--- a/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd.bbappend
+++ b/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd.bbappend
@@ -1,4 +1,4 @@
 do_install_append() {
         DEST=${D}${inventory_envdir}
-        printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/1e78a000.i2c/i2c-11/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
+        printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a400.i2c-bus/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
 }