Advertisement
Guest User

Untitled

a guest
Mar 13th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. MACHINE ??= 'raspberrypi'
  2. DISTRO ?= 'qt-project'
  3. PACKAGE_CLASSES ?= "package_rpm package_deb"
  4. EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk dev-pkgs"
  5. IMAGE_FEATURES += " package-management ssh-server-openssh"
  6. USER_CLASSES ?= "buildstats image-mklibs image-prelink"
  7. PATCHRESOLVE = "noop"
  8. BB_DISKMON_DIRS = "\
  9. STOPTASKS,${TMPDIR},1G,100K \
  10. STOPTASKS,${DL_DIR},1G,100K \
  11. STOPTASKS,${SSTATE_DIR},1G,100K \
  12. ABORT,${TMPDIR},100M,1K \
  13. ABORT,${DL_DIR},100M,1K \
  14. ABORT,${SSTATE_DIR},100M,1K"
  15. CONF_VERSION = "1"
  16. BB_NUMBER_THREADS = '4'
  17. PARALLEL_MAKE = '-j 4'
  18. ACCEPT_FSL_EULA = "no"
  19. DL_DIR ?= "${TOPDIR}/downloads"
  20. LICENSE_FLAGS_WHITELIST = "commercial"
  21. IMAGE_INSTALL_append_pn-core-image-minimal = " helloworld mpd nodejs"
  22. IMAGE_INSTALL_append_pn-core-image-minimal-dev = " helloworld mpd"
  23. PREFERRED_PROVIDER_libcrypto = "openssl"
  24. # SSTATE_MIRRORS ?= "\
  25. # file://.* file:///media/yocto/var_yocto/rpi-build/sstate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement