commit | a782550d51cca3ceb2016fe8b772f4821238bbca | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Wed Mar 08 01:34:04 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 09 19:17:46 2017 +0000 |
tree | 199d901dc497367c7bbbf96b00d7a2bfa7e5d395 | |
parent | 0797ad2191a633d4bcaced70311486588be268c9 [diff] [blame] |
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>
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 aa79432..7ed83b3 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 @@ DEST=${D}${properties_datadir} install -d ${DEST} - install example.yaml ${DEST} + install example.yaml ${DEST}/out.yaml }