Advertisement
Guest User

Untitled

a guest
Feb 12th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. hostname = "prismLX"
  2.  
  3. GUI_MACHINE_CLASS = "bigscreen"
  4.  
  5. require conf/machine/include/tune-cortexa7.inc
  6. require conf/machine/include/sunxi.inc
  7. require conf/machine/include/sunxi-mali.inc
  8.  
  9. UBOOT_MACHINE = "Cubieboard2_config"
  10. UBOOT_ENTRYPOINT = "0x42000000"
  11. UBOOT_LOADADDRESS = "0x42000000"
  12.  
  13. SERIAL_CONSOLE = "115200 ttyS0"
  14.  
  15. MACHINE_FEATURES = "screen apm usbgadget usbhost vfat alsa"
  16.  
  17. IMAGE_INSTALL_append += " kernel-modules linux-extra"
  18.  
  19. GLIBC_ADDONS = "nptl"
  20.  
  21. DISTRO_FEATURES_append += " pam"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement