summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config-native.bb
blob: 9a16dd6b3a35943cad607277856ddfe5991b201e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Witherspoon Device Tree Configuration"
DESCRIPTION = "Provides the device tree configuration file for Witherspoon"
PR = "r1"

inherit obmc-phosphor-license
inherit native

SRC_URI += "file://config.yaml"

FILES_${PN} += "${datadir}/devtree"

do_install() {
    install -d ${D}${datadir}/devtree
    install -m 0644 config.yaml ${D}${datadir}/devtree/
}

S = "${WORKDIR}"
OpenPOWER on IntegriCloud