summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend
blob: 677a27245254719c815260f3a5613363496d2bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Enable downstream autobump
SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh"
SRCREV = "273d789718ce2a7aaf49424f9cefcd89226da2a7"

FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"

SRC_URI += " \
        file://0001-Extend-VR-Watchdog-timeout.patch \
        file://0002-save-current-power-state-in-tmp-file.patch \
        file://0003-Improve-graceful-power-state-handling.patch \
        file://0004-Protect-POST-Complete-GPIO-read.patch \
        "