Advertisement
wmcdeveloper

poky custom kernel recipe

Aug 30th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. inherit kernel
  2. require recipes-kernel/linux/linux-yocto.inc
  3.  
  4. SRC_URI = "file://linux-2.6.38.8.tar.xz"
  5. SRC_URI += "\
  6. file://friendlyarm-patches-2.6.38/arch_arm_mach-s3c64xx_include_mach_map.h.patch \
  7. file://friendlyarm-patches-2.6.38/fs_yaffs2_yaffs_trace.h.patch \
  8. ... snipped for content size ...
  9. "
  10.  
  11. LINUX_VERSION = "2.6.38.8"
  12. LINUX_VERSION_EXTENSION = ""
  13.  
  14. SRCREV="${AUTOREV}"
  15.  
  16. PR = "r0"
  17. PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}"
  18.  
  19. COMPATIBLE_MACHINE_icp-arm = "icp-arm"
  20.  
  21. do_configure_prepend(){
  22. cp -vf ${B}/config_mini6410_a70 ${B}/.config
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement