Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.80 KB | None | 0 0
  1. #@TYPE: Machine
  2. #@NAME: iot2000
  3.  
  4. #@DESCRIPTION: Machine configuration for iot2000 systems
  5.  
  6. MACHINEOVERRIDES =. "intel-quark:"
  7.  
  8. require conf/machine/include/meta-intel.inc
  9. require conf/machine/include/intel-quark-common.inc
  10. require conf/machine/include/intel-common-pkgarch.inc
  11.  
  12. #Avoid pulling in GRUB
  13. MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
  14.  
  15. MACHINE_FEATURES = "efi usb intel-ucode"
  16.  
  17. MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
  18.  
  19. SERIAL_CONSOLE = "115200 ttyS1"
  20. APPEND += "rootwait console=ttyS1,115200 console=tty0"
  21.  
  22. EFI_PROVIDER = "gummiboot"
  23.  
  24. # Ensure that the Lock prefix is omitted for the kernel"
  25. KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
  26.  
  27. # Machine specific Image packages:
  28. IMAGE_INSTALL_append = " acm-gadget"
  29. IMAGE_INSTALL_append = " kernel-modules"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement