ae350-ax45mp.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. header:
  2. version: 8
  3. distro: poky
  4. machine: ae350-ax45mp
  5. target:
  6. - core-image-minimal
  7. repos:
  8. meta-riscv:
  9. path: /work/meta-riscv
  10. poky:
  11. url: https://git.yoctoproject.org/git/poky
  12. refspec: master
  13. layers:
  14. meta:
  15. meta-poky:
  16. meta-yocto-bsp:
  17. meta-openembedded:
  18. url: https://git.openembedded.org/meta-openembedded
  19. refspec: master
  20. layers:
  21. meta-oe:
  22. meta-networking:
  23. meta-python:
  24. bblayers_conf_header:
  25. standard: |
  26. POKY_BBLAYERS_CONF_VERSION = "2"
  27. BBPATH = "${TOPDIR}"
  28. BBFILES ?= ""
  29. local_conf_header:
  30. standard: |
  31. CONF_VERSION = "2"
  32. PACKAGE_CLASSES = "package_rpm"
  33. SDKMACHINE = "x86_64"
  34. # Use 'haveged' instead 'rng-tools' due to 'SIGSEGV' error during start 'rngd'
  35. PACKAGE_EXCLUDE:append = " rng-tools"
  36. IMAGE_INSTALL:append = " haveged"
  37. IMAGE_FEATURES += " \
  38. ssh-server-openssh \
  39. debug-tweaks \
  40. "
  41. diskmon: |
  42. BB_DISKMON_DIRS = "\
  43. STOPTASKS,${TMPDIR},1G,100K \
  44. STOPTASKS,${DL_DIR},1G,100K \
  45. STOPTASKS,${SSTATE_DIR},1G,100K \
  46. STOPTASKS,/tmp,100M,100K \
  47. HALT,${TMPDIR},100M,1K \
  48. HALT,${DL_DIR},100M,1K \
  49. HALT,${SSTATE_DIR},100M,1K \
  50. HALT,/tmp,10M,1K"