Advertisement
Guest User

Untitled

a guest
Nov 21st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # file is ~/yocto/poky/meta-fsl-arm/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
  2. include linux-fslc.inc
  3.  
  4. PV .= "+git${SRCPV}"
  5.  
  6. SRC_URI = " \
  7. git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;branch=${SRCBRANCH} \
  8. file://defconfig \
  9. "
  10. SRCBRANCH = "master"
  11. SRCREV = "9d4d32609e7bb04693ab7bf313cd5856b5298c1f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement