Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #
  2. # machine/cm-fx6.conf
  3. #
  4. MACHINEOVERRIDES = "cm-fx6:${MACHINE}"
  5.  
  6. require conf/machine/cm-fx6-evk.conf
  7.  
  8. IMAGE_FSTYPES = "sdcard tar.bz2"
  9.  
  10. MACHINE_FEATURES_remove = "wifi bluetooth alsa"
  11.  
  12.  
  13. #
  14. # layer.conf
  15. #
  16. # We have a conf and classes directory, append to BBPATH
  17. BBPATH .= ":${LAYERDIR}"
  18.  
  19. # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
  20. BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
  21. ${LAYERDIR}/recipes*/*/*.bbappend"
  22.  
  23. BBFILE_COLLECTIONS += "cm-fx6"
  24. BBFILE_PATTERN_cm-fx6 := "^${LAYERDIR}/"
  25. BBFILE_PRIORITY_cm-fx6 = "4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement