poky.yaml.in 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. #
  2. # Macros used in the documentation
  3. #
  4. DISTRO : "4.0"
  5. DISTRO_NAME_NO_CAP : "kirkstone"
  6. DISTRO_NAME : "Kirkstone"
  7. DISTRO_NAME_NO_CAP_MINUS_ONE : "honister"
  8. DISTRO_NAME_NO_CAP_LTS : "dunfell"
  9. YOCTO_DOC_VERSION : "4.0"
  10. DISTRO_REL_TAG : "yocto-4.0"
  11. DOCCONF_VERSION : "dev"
  12. BITBAKE_SERIES : ""
  13. YOCTO_DL_URL : "https://downloads.yoctoproject.org"
  14. YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
  15. MIN_PYTHON_VERSION : "3.6.0"
  16. MIN_TAR_VERSION : "1.28"
  17. MIN_GIT_VERSION : "1.8.3.1"
  18. MIN_GCC_VERSION : "7.5"
  19. MIN_MAKE_VERSION : "4.0"
  20. # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87
  21. MIN_DISK_SPACE : "90"
  22. # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
  23. MIN_DISK_SPACE_RM_WORK : "40"
  24. # RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system
  25. MIN_RAM : "8"
  26. #
  27. # Dependencies
  28. #
  29. # Shared between distros
  30. PIP3_HOST_PACKAGES_DOC: sphinx sphinx_rtd_theme pyyaml
  31. UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >-
  32. build-essential
  33. chrpath
  34. cpio
  35. debianutils
  36. diffstat
  37. file
  38. gawk
  39. gcc
  40. git
  41. iputils-ping
  42. libacl1
  43. liblz4-tool
  44. locales
  45. python3
  46. python3-git
  47. python3-jinja2
  48. python3-pexpect
  49. python3-pip
  50. python3-subunit
  51. socat
  52. texinfo
  53. unzip
  54. wget
  55. xz-utils
  56. zstd
  57. UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
  58. git
  59. inkscape
  60. locales
  61. make
  62. python3-saneyaml
  63. python3-sphinx-rtd-theme
  64. sphinx
  65. texlive-latex-extra
  66. FEDORA_HOST_PACKAGES_ESSENTIAL: >-
  67. bzip2
  68. ccache
  69. chrpath
  70. cpio
  71. cpp
  72. diffstat
  73. diffutils
  74. file
  75. findutils
  76. gawk
  77. gcc
  78. gcc-c++
  79. git
  80. glibc-devel
  81. glibc-langpack-en
  82. gzip
  83. hostname
  84. libacl
  85. lz4
  86. make
  87. patch
  88. perl
  89. perl-Data-Dumper
  90. perl-File-Compare
  91. perl-File-Copy
  92. perl-FindBin
  93. perl-Text-ParseWords
  94. perl-Thread-Queue
  95. perl-bignum
  96. perl-locale
  97. python
  98. python3
  99. python3-GitPython
  100. python3-jinja2
  101. python3-pexpect
  102. python3-pip
  103. rpcgen
  104. socat
  105. tar
  106. texinfo
  107. unzip
  108. wget
  109. which
  110. xz
  111. zstd
  112. FEDORA_HOST_PACKAGES_DOC: >-
  113. git
  114. glibc-locale-source
  115. inkscape
  116. make
  117. python3-pip
  118. texlive-fncychap
  119. which
  120. OPENSUSE_HOST_PACKAGES_ESSENTIAL: >-
  121. bzip2
  122. chrpath
  123. diffstat
  124. gcc
  125. gcc-c++
  126. git
  127. gzip
  128. hostname
  129. libacl1
  130. lz4
  131. make
  132. makeinfo
  133. patch
  134. python
  135. python-curses
  136. python-xml
  137. python3
  138. python3-Jinja2
  139. python3-curses
  140. python3-pexpect
  141. python3-pip
  142. rpcgen
  143. socat
  144. tar
  145. wget
  146. which
  147. xz
  148. zstd
  149. OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython
  150. OPENSUSE_HOST_PACKAGES_DOC: >-
  151. git
  152. glibc-i18ndata
  153. inkscape
  154. make
  155. python3-pip
  156. texlive-fncychap
  157. which
  158. ALMALINUX_HOST_PACKAGES_ESSENTIAL: >-
  159. bzip2
  160. ccache
  161. chrpath
  162. cpio
  163. cpp
  164. diffstat
  165. diffutils
  166. gawk
  167. gcc
  168. gcc-c++
  169. git
  170. glibc-devel
  171. glibc-langpack-en
  172. gzip
  173. libacl
  174. lz4
  175. make
  176. patch
  177. perl
  178. perl-Data-Dumper
  179. perl-Text-ParseWords
  180. perl-Thread-Queue
  181. python3
  182. python3-GitPython
  183. python3-jinja2
  184. python3-pexpect
  185. python3-pip
  186. rpcgen
  187. socat
  188. tar
  189. texinfo
  190. unzip
  191. wget
  192. which
  193. xz
  194. zstd
  195. ALMALINUX_HOST_PACKAGES_DOC: >-
  196. git
  197. glibc-locale-source
  198. inkscape
  199. make
  200. python3-pip
  201. texlive-fncychap
  202. which