blob: 69d57f7db374c98b3e5d3f552f405c756812f267 [file] [log] [blame]
Deepak Kodihallicffe9a82017-02-04 04:04:20 -06001SUMMARY = "VPD layout for openpower-fru-vpd"
2PR = "r1"
Brad Bishopfc00c752018-11-05 19:28:01 -08003LICENSE = "Apache-2.0"
Brad Bishop1ebdb612019-09-13 12:18:25 -04004LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Deepak Kodihallicffe9a82017-02-04 04:04:20 -06005
Deepak Kodihallicffe9a82017-02-04 04:04:20 -06006inherit openpower-fru-vpd
Joseph Reynolds79809ea2021-02-26 15:37:31 -06007inherit native
Deepak Kodihallicffe9a82017-02-04 04:04:20 -06008
9SRC_URI += "file://layout.yaml"
10
11PROVIDES += "virtual/openpower-fru-vpd-layout"
12
13S = "${WORKDIR}"
14
15do_install() {
16 DEST=${D}${vpdlayout_datadir}
17
18 install -d ${DEST}
19 install layout.yaml ${DEST}
20}