Advertisement
samicko

local.conf

Oct 7th, 2019
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. MACHINE ??= "v3msk"
  2. DL_DIR ?= "${TOPDIR}/../downloads"
  3. DISTRO ?= "poky"
  4. PACKAGE_CLASSES ?= "package_rpm"
  5. EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
  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. STOPTASKS,/tmp,100M,100K \
  13. ABORT,${TMPDIR},100M,1K \
  14. ABORT,${DL_DIR},100M,1K \
  15. ABORT,${SSTATE_DIR},100M,1K \
  16. ABORT,/tmp,10M,1K"
  17. PACKAGECONFIG_append_pn-qemu-native = " sdl"
  18. PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
  19. CONF_VERSION = "1"
  20. # Add systemd configuration
  21. DISTRO_FEATURES_append = " systemd"
  22. VIRTUAL-RUNTIME_init_manager = "systemd"
  23. # add the static lib to SDK toolchain
  24. SDKIMAGE_FEATURES_append = " staticdev-pkgs"
  25.  
  26. # Disable optee in meta-linaro layer
  27. BBMASK = "meta-linaro/meta-optee/recipes-security/optee"
  28. LICENSE_FLAGS_WHITELIST = "commercial"
  29.  
  30. IMAGE_INSTALL_remove = " optee-linuxdriver optee-linuxdriver-armtz optee-client "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement