Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. MACHINE ??= "genericx86-64"
  2. PACKAGE_CLASSES ?= "package_ipk"
  3. SDKMACHINE ?= "x86_64"
  4. EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
  5. USER_CLASSES ?= "buildstats image-mklibs image-prelink"
  6. PATCHRESOLVE = "noop"
  7. BB_DISKMON_DIRS ??= "
  8. STOPTASKS,${TMPDIR},1G,100K
  9. STOPTASKS,${DL_DIR},1G,100K
  10. STOPTASKS,${SSTATE_DIR},1G,100K
  11. STOPTASKS,/tmp,100M,100K
  12. ABORT,${TMPDIR},100M,1K
  13. ABORT,${DL_DIR},100M,1K
  14. ABORT,${SSTATE_DIR},100M,1K
  15. ABORT,/tmp,10M,1K"
  16. PACKAGECONFIG_append_pn-qemu-native = " sdl"
  17. PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
  18. CONF_VERSION = "1"
  19. DISTRO_FEATURES_remove = " X11 wayland xcb-xinput xcb x11"
  20. DISTRO_FEATURES_append = " systemd opengl directfb kms splash"
  21. PACKAGECONFIG_GL_pn-qtbase = "gl gles2 eglfs linuxfb libinput directfb udev kms"
  22. PACKAGECONFIG_X11_pn-qtbase = ""
  23. PACKAGECONFIG_FB_pn-qtbase = "linuxfb kms directfb"
  24. IMAGE_INSTALL += " python3-pyyaml python3-pyusb python3-pyudev python3-pyserial python3-cffi python3-evdev python3-pip"
  25. IMAGE_INSTALL += " kernel-modules packagegroup-base-extended packagegroup-base-wifi"
  26. IMAGE_INSTALL += " libdrm mesa-megadriver mesa libinput libudev fbida dietsplash ttf-fonts"
  27. DISTRO="poky"
  28. DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
  29. VIRTUAL-RUNTIME_init_manager = "systemd"
  30. VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
  31. IMAGE_FEATURES += "splash package-management ssh-server-openssh"
  32.  
  33. LCONF_VERSION = "7"
  34.  
  35. BBPATH = "${TOPDIR}"
  36. BBFILES ?= ""
  37.  
  38. BBLAYERS ?= "
  39. /home/eri/oe-core/meta-clang
  40. /home/eri/oe-core/meta
  41. /home/eri/oe-core/meta-rtlwifi
  42. /home/eri/oe-core/meta-yocto/meta-yocto-bsp
  43. /home/eri/oe-core/meta-yocto/meta-poky
  44. /home/eri/oe-core/meta-qt5
  45. /home/eri/oe-core/meta-intel
  46. /home/eri/oe-core/meta-openembedded/meta-oe
  47. /home/eri/oe-core/meta-openembedded/meta-python
  48. /home/eri/oe-core/meta-pyside2
  49. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement