Advertisement
Guest User

Untitled

a guest
Jun 7th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2. inherit kernel
  3. require recipes-kernel/linux/linux-yocto.inc
  4.  
  5. # Override SRC_URI in a bbappend file to point at a different source
  6. # tree if you do not want to build from Linus' tree.
  7. SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;nocheckout=1 \
  8. file://defconfig"
  9.  
  10. LINUX_VERSION = "3.8.13"
  11. LINUX_VERSION_EXTENSION = "-vmc16"
  12.  
  13. # Override SRCREV to point to a different commit in a bbappend file to
  14. # build a different release of the Linux kernel.
  15. # tag: v3.8.13 dbf932a9b316d5b29b3e220e5a30e7a165ad2992
  16. SRCREV = "dbf932a9b316d5b29b3e220e5a30e7a165ad2992"
  17.  
  18. PR = "r0"
  19. PV = "${LINUX_VERSION}+git${SRCPV}"
  20.  
  21. #COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
  22.  
  23. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement