summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-x86/chassis/x86-power-control_%.bbappend
blob: eb6ce8e076a3e04eef64b88ea6d04d73fd123ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append = " \
    file://power-config-host0.json \
    file://0001-support-host-boot-progress.patch \
    file://0002-x86-power-control-added-check-BMC-restart-cause.patch \
    file://0003-Added-transition-states-for-immediate-reset.patch \
    "

RDEPENDS:${PN}:append = " bash"

do_install:append() {
    install -d ${D}${datadir}/${PN}
    install -m 0644 ${WORKDIR}/power-config-host0.json ${D}${datadir}/${PN}
}