summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-03-08 01:34:04 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-03-09 19:17:46 +0000
commita782550d51cca3ceb2016fe8b772f4821238bbca (patch)
tree199d901dc497367c7bbbf96b00d7a2bfa7e5d395 /meta-openbmc-machines/meta-openpower
parent0797ad2191a633d4bcaced70311486588be268c9 (diff)
downloadtalos-openbmc-a782550d51cca3ceb2016fe8b772f4821238bbca.tar.gz
talos-openbmc-a782550d51cca3ceb2016fe8b772f4821238bbca.zip
openpower-fru-vpd:Fixes the build failure for non mrw system
Install the sample example file as out.yaml which is expected in openpower-fru-vpd recipe. Change-Id: I50689b98814b8a4c8fa23261c4fcf0bd73c63538 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb
index aa79432d1..7ed83b3a4 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb
@@ -18,5 +18,5 @@ do_install() {
DEST=${D}${properties_datadir}
install -d ${DEST}
- install example.yaml ${DEST}
+ install example.yaml ${DEST}/out.yaml
}
OpenPOWER on IntegriCloud