Skip to content

Instantly share code, notes, and snippets.

@Yatekii
Created January 15, 2020 14:17
Show Gist options
  • Save Yatekii/c908f8007ff1134d024e303fdb1e97aa to your computer and use it in GitHub Desktop.
Save Yatekii/c908f8007ff1134d024e303fdb1e97aa to your computer and use it in GitHub Desktop.
do_install () {
install -d ${D}${bindir}/
install -m ${WORKDIR}/target/armv7-unknown-linux-gnueabihf/release/gpio ${D}${bindir}/raichu
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment