commit | fa90ecedcda49e0f1e3274b66547f17d0c6689e0 | [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 | 9414c3245e4ee4abc1e2054a32f90c19d5768be7 | |
parent | 64d354c8760a72d38f26d1e327d68c3f66f28d56 [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/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb b/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb index aa79432..7ed83b3 100644 --- a/common/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb +++ b/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 }