Advertisement
Guest User

Untitled

a guest
May 2nd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. SUMMARY = "Linuxrc patch"
  3.  
  4. LICENSE = "CLOSED"
  5.  
  6.  
  7.  
  8. SRC_URI = "file://linuxrc"
  9.  
  10. S = "${WORKDIR}"
  11. MY_FILES = "/home/sconte/fsl-community-bsp/sources/meta-custom/recipes-example/linuxrcpatch/linuxrcpatch-0.1/"
  12.  
  13. inherit allarch
  14.  
  15. do_install () {
  16. install -d ${D}
  17. install -m 755 ${MY_FILES}* ${D}/
  18. }
  19.  
  20. FILES_${PN} += "${D}/linuxrc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement