Delphine CC Chiu | a576a59 | 2022-12-21 09:25:28 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | |||||
3 | SRC_URI:append:greatlakes = " file://select-uart-mux" | ||||
4 | |||||
5 | do_install:append:greatlakes() { | ||||
6 | install -m 0744 ${WORKDIR}/select-uart-mux ${D}${bindir} | ||||
7 | } |