Advertisement
Guest User

yocto example

a guest
Apr 21st, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. recipes-kernel/linux/linux-yocto_3.10.bbappend:
  2. -----
  3. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  4. # Overwrite linux kernel .config with content of this file(s)
  5. # (please check file content, in 2014-04-04 the rtl8168 is an example
  6. # file that hsa the logic commented out)
  7. SRC_URI += "file://rtl8168.cfg"
  8. ----
  9.  
  10. recipes-kernel/linux/files/rtl8168.cfg
  11. ----
  12. CONFIG_R8169=y
  13. ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement