blob: 461c2bf496bee30c865942e37534daea19405750 [file] [log] [blame]
Delphine CC Chiua576a592022-12-21 09:25:28 +08001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3SRC_URI:append:greatlakes = " file://select-uart-mux"
4
5do_install:append:greatlakes() {
6 install -m 0744 ${WORKDIR}/select-uart-mux ${D}${bindir}
7}