Advertisement
Guest User

linux-renesas_4.14.bbappend

a guest
Apr 30th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. do_install_append() {
  2.  
  3. install -m 0755 -d ${D}/boot
  4. install -m 0755 arch/${ARCH}/boot/dts/renesas/r8a7795-salvator-xs.dtb ${D}/boot
  5. }
  6.  
  7. FILES_${PN} += "boot/*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement