Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. MACHINE ??= "raspberrypi3"
  2. MACHINE_FEATURES += "vc4graphics"
  3. DISABLE_OVERSCAN = "1"
  4. DISPMANX_OFFLINE = "1"
  5.  
  6. INITRAMFS_IMAGE = "core-image-minimal"
  7. INITRAMFS_IMAGE_BUNDLE = "1"
  8. IMAGE_FSTYPES_pn-core-image-minimal = "${INITRAMFS_FSTYPES}"
  9. INITRAMFS_MAXSIZE = "245760"
  10.  
  11. ERROR_QA_remove = "license-checksum"
  12. WARN_QA_append = " license-checksum"
  13. LICENSE_FLAGS_WHITELIST = "commercial restricted"
  14.  
  15. # For Raspberry Pi, uncomment the following block:
  16. #RPI_USE_U_BOOT = "1"
  17.  
  18.  
  19. # The following settings to enable systemd are needed for all Yocto
  20. # releases sumo and older. Newer releases have these settings conditionally
  21. # based on the MENDER_FEATURES settings and the inherit of mender-full above.
  22. DISTRO_FEATURES_append = " systemd python3-pip bluez5 bluetooth wifi"
  23. VIRTUAL-RUNTIME_init_manager = "systemd"
  24. DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
  25. VIRTUAL-RUNTIME_initscripts = ""
  26.  
  27.  
  28. GPU_MEM_256 = "128"
  29. GPU_MEM_512 = "196"
  30. GPU_MEM_1024 = "396"
  31. EXTRA_IMAGE_FEATURES = " debug-tweaks"
  32. IMAGE_FEATURES_append = " ssh-server-dropbear"
  33. IMAGE_INSTALL_append = " kernel-image kernel-devicetree python3-pip bluez5 i2c-tools python-smbus bridge-utils hostapd dhcp-server iptables wpa-supplicant mosquitto rrdtool python3-dev lighttpd"
  34. #IMAGE_INSTALL += "python3-dev"
  35.  
  36. ENABLE_UART = "1"
  37. ENABLE_DWC2 = "1"
  38. ENABLE_I2C = "1"
  39.  
  40. PREFERRED_VERSION_python3-idna = "2.5"
  41. PREFERRED_VERSION_python3-twisted = "18.7.0"
  42. PREFERRED_VERSION_go = "1.9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement