Advertisement
Guest User

linux-ti-staging_3.14.bbappend

a guest
Apr 14th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. FILESPATH_prepend := "${THISDIR}/${PN}:"
  2.  
  3. SRC_URI += "file://am335-custom-dts.dts"
  4.  
  5. KERNEL_DEVICETREE_beaglebone = "am335-custom-dts.dtb"
  6.  
  7. do_configure_prepend (){
  8. cp ${WORKDIR}/am335-custom-dts.dts ${S}/arch/arm/boot/dts
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement