| Deepak Kodihalli | 51416b5 | 2017-02-20 00:21:12 -0600 | [diff] [blame^] | 1 | SUMMARY = "FRU properties config for openpower-vpd-parser" | 
 | 2 | PR = "r1" | 
 | 3 |  | 
 | 4 | inherit native | 
 | 5 | inherit obmc-phosphor-license | 
 | 6 | inherit openpower-fru-vpd | 
 | 7 |  | 
 | 8 | SRC_URI += "file://config.yaml" | 
 | 9 |  | 
 | 10 | DEPENDS += " \ | 
 | 11 |            mrw-native \ | 
 | 12 |            mrw-perl-tools-native \ | 
 | 13 |            " | 
 | 14 |  | 
 | 15 | PROVIDES += "virtual/openpower-fru-properties" | 
 | 16 |  | 
 | 17 | S = "${WORKDIR}" | 
 | 18 |  | 
 | 19 | do_install() { | 
 | 20 |         DEST=${D}${properties_datadir} | 
 | 21 |         install -d ${DEST} | 
 | 22 |  | 
 | 23 |         ${bindir}/perl-native/perl \ | 
 | 24 |             ${bindir}/gen_fru_properties.pl \ | 
 | 25 |             -m ${datadir}/obmc-mrw/${MACHINE}.xml \ | 
 | 26 |             -c config.yaml \ | 
 | 27 |             -o ${DEST}/out.yaml | 
 | 28 | } |