Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. elinux1@embeddedlinux1:~/atmel/poky/build-71xx$ cat ../meta-atmel/recipes-kernel/linux/linux-yocto-custom_3.6.9.bbappend
  2. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  3. COMPATIBLE_MACHINE_sama5d3xek = "sama5d3xek"
  4. COMPATIBLE_MACHINE_at91sam9x5ek = "at91sam9x5ek"
  5. SRCREV="linux-3.6.9-at91"
  6.  
  7. inherit kernel
  8. require recipes-kernel/linux/linux-yocto.inc
  9.  
  10.  
  11. SRC_URI_append_at91sam9x5ek += "file://at91sam9x5ek/UBI_config.cfg \
  12. file://0001-first-71xx.patch \
  13. file://0002-first-71xx.patch \
  14. file://0003-first-71xx.patch \
  15. file://0004-first-71xx.patch \
  16. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement