beaglev.yml 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. header:
  2. version: 8
  3. distro: poky
  4. machine: beaglev-starlight-jh7100
  5. target:
  6. - core-image-minimal
  7. repos:
  8. meta-riscv:
  9. poky:
  10. url: https://git.yoctoproject.org/git/poky
  11. refspec: aa8618b6245d4910a323f198652983e39e3984fe
  12. layers:
  13. meta:
  14. meta-poky:
  15. meta-yocto-bsp:
  16. meta-openembedded:
  17. url: https://git.openembedded.org/meta-openembedded
  18. refspec: 71b546ed8595b14d29efc1e8b951f8c845ad10c4
  19. layers:
  20. meta-oe:
  21. bblayers_conf_header:
  22. standard: |
  23. POKY_BBLAYERS_CONF_VERSION = "2"
  24. BBPATH = "${TOPDIR}"
  25. BBFILES ?= ""
  26. local_conf_header:
  27. standard: |
  28. CONF_VERSION = "1"
  29. PACKAGE_CLASSES = "package_rpm"
  30. SDKMACHINE = "x86_64"
  31. diskmon: |
  32. BB_DISKMON_DIRS = "\
  33. STOPTASKS,${TMPDIR},1G,100K \
  34. STOPTASKS,${DL_DIR},1G,100K \
  35. STOPTASKS,${SSTATE_DIR},1G,100K \
  36. STOPTASKS,/tmp,100M,100K \
  37. ABORT,${TMPDIR},100M,1K \
  38. ABORT,${DL_DIR},100M,1K \
  39. ABORT,${SSTATE_DIR},100M,1K \
  40. ABORT,/tmp,10M,1K"