Files
OpenBMC/meta-facebook/meta-greatlakes/recipes-phosphor/console/obmc-console_%.bbappend
T

8 lines
203 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append:greatlakes = " file://select-uart-mux"
do_install:append:greatlakes() {
install -m 0744 ${WORKDIR}/select-uart-mux ${D}${bindir}
}