poky-master.conf.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms",
  3. "sources": {
  4. "bitbake": {
  5. "git-remote": {
  6. "remotes": {
  7. "origin": {
  8. "uri": "git://git.openembedded.org/bitbake;protocol=https"
  9. }
  10. },
  11. "branch": "master",
  12. "rev": "master"
  13. },
  14. "path": "bitbake"
  15. },
  16. "openembedded-core": {
  17. "git-remote": {
  18. "remotes": {
  19. "origin": {
  20. "uri": "git://git.openembedded.org/openembedded-core;protocol=https"
  21. }
  22. },
  23. "branch": "master",
  24. "rev": "master"
  25. },
  26. "path": "openembedded-core"
  27. },
  28. "meta-yocto": {
  29. "git-remote": {
  30. "remotes": {
  31. "origin": {
  32. "uri": "git://git.yoctoproject.org/meta-yocto;protocol=https"
  33. }
  34. },
  35. "branch": "master",
  36. "rev": "master"
  37. },
  38. "path": "meta-yocto"
  39. },
  40. "yocto-docs": {
  41. "git-remote": {
  42. "remotes": {
  43. "origin": {
  44. "uri": "git://git.yoctoproject.org/yocto-docs;protocol=https"
  45. }
  46. },
  47. "branch": "master",
  48. "rev": "master"
  49. },
  50. "path": "yocto-docs"
  51. }
  52. },
  53. "bitbake-setup": {
  54. "configurations": [
  55. {
  56. "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
  57. "oe-fragments-one-of": {
  58. "machine": {
  59. "description": "Target machines",
  60. "options" : ["machine/qemux86-64", "machine/qemuarm64", "machine/qemuriscv64", "machine/genericarm64", "machine/genericx86-64"]
  61. },
  62. "distro": {
  63. "description": "Distribution configuration variants",
  64. "options" : ["distro/poky", "distro/poky-altcfg", "distro/poky-tiny"]
  65. }
  66. },
  67. "configurations": [
  68. {
  69. "name": "poky",
  70. "description": "Poky - The Yocto Project testing distribution"
  71. },
  72. {
  73. "name": "poky-with-sstate",
  74. "description": "Poky - The Yocto Project testing distribution with internet sstate acceleration. Use with caution as it requires a completely robust local network with sufficient bandwidth.",
  75. "oe-fragments": ["core/yocto/sstate-mirror-cdn"]
  76. }
  77. ]
  78. }
  79. ]
  80. },
  81. "version": "1.0"
  82. }