summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wolfpass/recipes-intel/temporary/set-passthrough.bb
blob: e20ea75cf251ddef1064a7bb37caf50ad7d97f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Set passthrough"
DESCRIPTION = "Script to enable / disable passthrough"

S = "${WORKDIR}"
SRC_URI = "file://set-passthrough.sh"

LICENSE = "CLOSED"
RDEPENDS_${PN} += "bash"

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${S}/set-passthrough.sh ${D}/${bindir}/set-passthrough.sh
}