Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
  3. include conf/machine/include/imx-base.inc
  4. include conf/machine/include/tune-cortexa9.inc
  5.  
  6. SERIAL_CONSOLE = "115200 ttymxc0"
  7.  
  8. MACHINE_FEATURES += " touchscreen wifi"
  9.  
  10. # Variscite BSP default providers
  11. PREFERRED_PROVIDER_virtual/kernel_fod-som ?= "linux-variscite"
  12. PREFERRED_VERSION_linux-variscite = "4.1.15"
  13. KERNEL_DEVICETREE = "imx6q-var-dart.dtb"
  14.  
  15. KERNEL_IMAGETYPE = "uImage"
  16.  
  17. PREFERRED_PROVIDER_wpa-supplicant-cli = "wpa-supplicant"
  18. PREFERRED_PROVIDER_wpa-supplicant-passphrase = "wpa-supplicant"
  19. PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
  20.  
  21. PREFERRED_PROVIDER_u-boot_fod-som = "u-boot-variscite"
  22. PREFERRED_PROVIDER_virtual/bootloader_fod-som = "u-boot-variscite"
  23. UBOOT_MAKE_TARGET = ""
  24. SPL_BINARY = "SPL"
  25. UBOOT_SUFFIX = "img"
  26. UBOOT_CONFIG ??= "sd"
  27. # The above order matters. The last one will be also called u-boot-${MACHINE} and will be used to create the sdcard.
  28. UBOOT_CONFIG[sd] = "mx6var_som_sd_config,sdcard"
  29.  
  30. MACHINE_EXTRA_RDEPENDS += " \
  31. wlconf \
  32. iw \
  33. hostapd \
  34. libnl \
  35. crda \
  36. wl18xx-target-scripts \
  37. ti-compat-wireless-wl18xx \
  38. ti-wifi-utils \
  39. wpa-supplicant \
  40. wl18xx-firmware \
  41. u-boot-fw-utils \
  42. u-boot-splash \
  43. "
  44. # Packages added to all images (including core-image-minimal)
  45. IMAGE_INSTALL_append = " \
  46. fsl-rc-local \
  47. "
  48.  
  49. BBMASK_prepend = "fsl-image-mfgtool-initramfs "
  50.  
  51. IMAGE_FSTYPES = "tar.bz2 ext4 sdcard"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement