Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # VENDOR'S LAYER
  2. recipes-kernel/
  3. └── linux
  4. ├── linux-compulab-4.1.15
  5. │   ├── 0001-platform-add-depends-property-handler.patch
  6. │   ├── cl-som-imx6ul
  7. │   ├── cl-som-imx7
  8. │   └── cm-fx6-evk
  9. ├── linux-compulab_4.1.15.bb
  10. ├── linux-compulab_cl-som-imx6ul.inc
  11. ├── linux-compulab_cl-som-imx7.inc
  12. └── linux-compulab_cm-fx6-evk.inc
  13.  
  14.  
  15. # MY EXTENDED LAYER
  16. recipes-kernel/
  17. └── linux
  18. ├── linux-compulab
  19. │   ├── defconfig
  20. │   ├── dts-add-gt9271-support.patch
  21. │   └── input-goodix-fix-init-sequence.patch
  22. └── linux-compulab_%.bbappend
  23.  
  24. # linux-compulab_%.bbappend
  25. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  26.  
  27. SRC_URI += "file://defconfig"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement