Advertisement
Guest User

simple recipe

a guest
Dec 19th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. inherit kernel
  2. require recipes-kernel/linux/linux-yocto.inc
  3.  
  4. SRC_URI = "git://git@wonderbox/repos/gitRepository/linux-cpu8-3.4.74;protocol=ssh;bareclone=1"
  5.  
  6. SRC_URI += "file://defconfig"
  7.  
  8. SRC_URI += "file://cpu8.scc \
  9. file://cpu8.cfg \
  10. file://cpu8-user-config.cfg \
  11. file://cpu8-user-patches.scc \
  12. "
  13.  
  14.  
  15. LINUX_VERSION ?= "3.4.74"
  16. LINUX_VERSION_EXTENSION ?= "-cpu8"
  17.  
  18. SRCREV="${AUTOREV}"
  19.  
  20. PR = "r7"
  21. PV = "${LINUX_VERSION}+git${SRCPV}"
  22.  
  23. COMPATIBLE_MACHINE_cpu8 = "cpu8"
  24.  
  25. FILES_${PN} = "${includedir}/sys3000.h"
  26.  
  27. do_install_append() {
  28. install -d ${D}${includedir}/linux/
  29. install -m 0644 ${S}/include/linux/sys3000.h ${D}${includedir}/linux/
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement