release-notes-3.4.rst 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. Release notes for 3.4 (honister)
  3. --------------------------------
  4. New Features / Enhancements in 3.4
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades
  7. - Switched override character to ':' (replacing '_') for more robust parsing and improved performance --- see the above migration guide for help
  8. - Rust integrated into core, providing rust support for cross-compilation and SDK
  9. - New :ref:`ref-classes-create-spdx` class for creating SPDX SBoM documents
  10. - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-utils, gcompat, gi-docgen, libmicrohttpd, libseccomp, libstd-rs, perlcross, python3-markdown, python3-pyyaml, python3-smartypants, python3-typogrify, rust, rust-cross, rust-cross-canadian, rust-hello-world, rust-llvm, rust-tools-cross-canadian, rustfmt, xwayland
  11. - Several optimisations to reduce unnecessary task dependencies for faster builds
  12. - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu
  13. - New overlayfs class to help generate overlayfs mount units
  14. - debuginfod support now enabled by default
  15. - Switched several recipes over to using OpenSSL instead of GnuTLS (wpa-supplicant, curl, glib-networking) or disable GnuTLS (cups) by default
  16. - Improvements to LTO plugin installation and reproducibility
  17. - Architecture-specific enhancements:
  18. - glibc: Enable memory tagging for aarch64
  19. - testimage: remove aarch64 xorg exclusion
  20. - arch-arm*: add better support for gcc march extensions
  21. - tune-cortexm*: add support for all Arm Cortex-M processors
  22. - tune-cortexr*: add support for all Arm Cortex-R processors
  23. - arch-armv4: Allow -march=armv4
  24. - qemuarm*: use virtio graphics
  25. - baremetal-helloworld: Enable RISC-V 64/32 port
  26. - ldconfig-native: Add RISC-V support
  27. - qemuriscv: Enable 4 core emulation
  28. - Add ARC support in gdb, dpkg, dhcpcd
  29. - conf/machine-sdk: Add ppc64 SDK machine
  30. - libjpeg-turbo: Handle powerpc64le without Altivec
  31. - pixman: Handle PowerPC without Altivec
  32. - mesa: enable gallium Intel drivers when building for x86
  33. - mesa: enable crocus driver for older Intel graphics
  34. - Kernel-related enhancements:
  35. - Support zstd-compressed modules and :term:`Initramfs` images
  36. - Allow opt-out of split kernel modules
  37. - linux-yocto-dev: base :term:`AUTOREV` on specified version
  38. - kernel-yocto: provide debug / summary information for metadata
  39. - kernel-uboot: Handle gzip and lzo compression options
  40. - linux-yocto/5.14: added devupstream support
  41. - linux-yocto: add vfat to :term:`KERNEL_FEATURES` when :term:`MACHINE_FEATURES` include vfat
  42. - linux-yocto: enable TYPEC_TCPCI in usbc fragment
  43. - Image-related enhancements:
  44. - New erofs, erofs-lz4 and erofs-lz4hc image types
  45. - New squashfs-zst and cpio.zst image types
  46. - New lic-pkgs :term:`IMAGE_FEATURES` item to install all license packages
  47. - Added zsync metadata conversion support
  48. - Use xargs to set file timestamps for significant (>90%) do_image speedup
  49. - Find .ko.gz and .ko.xz kernel modules as well when determining need to run depmod on an image
  50. - Show formatted error messages instead of tracebacks for systemctl errors
  51. - No longer ignore installation failures in complementary package installation
  52. - Remove ldconfig auxiliary cache when not needed
  53. - wic enhancements:
  54. - Added erofs filesystem support
  55. - Added ``--extra-space argument`` to leave extra space after last partition
  56. - Added ``--no-fstab-update`` part option to allow using the stock fstab
  57. - bootimg-efi: added Unified Kernel Image option
  58. - bootimg-pcbios: use label provided when formatting a DOS partition
  59. - SDK-related enhancements:
  60. - Enable :ref:`ref-tasks-populate_sdk` with multilibs
  61. - New ``SDKPATHINSTALL`` variable decouples default install path from
  62. built in path to avoid rebuilding :ref:`ref-classes-nativesdk`
  63. components on e.g. :term:`DISTRO_VERSION` changes
  64. - eSDK: Error if trying to generate an eSDK from a multiconfig
  65. - eSDK: introduce :term:`TOOLCHAIN_HOST_TASK_ESDK` to be used in place of :term:`TOOLCHAIN_HOST_TASK` to add components to the host part of the eSDK
  66. - BitBake enhancements:
  67. - New bitbake-getvar helper command to query a variable value (with history)
  68. - bitbake-layers: layerindex-fetch: add ``--fetchdir`` parameter
  69. - bitbake-layers: show-recipes: add skip reason to output
  70. - bitbake-diffsigs: sort diff output for consistency
  71. - Allow setting upstream for local hash equivalence server
  72. - fetch2/s3: allow to use credentials and switch profile from environment variables
  73. - fetch2/s3: Add progress handler for S3 cp command
  74. - fetch2/npm: Support npm archives with missing search directory mode
  75. - fetch2/npmsw: Add support for local tarball and link sources
  76. - fetch2/svn: Allow peg-revision functionality to be disabled
  77. - fetch2/wget: verify certificates for HTTPS/FTPS by default
  78. - fetch2/wget: Enable FTPS
  79. - prserv: added read-only mode
  80. - prserv: replaced XML RPC with modern asyncrpc implementation
  81. - Numerous warning/error message improvements
  82. - New :term:`PACKAGECONFIG` options in btrfs-tools, ccache, coreutils, cups, dbus, elfutils, ffmpeg, findutils, glib-2.0, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-base, libarchive, libnotify, libpsl, man-db, mesa, ovmf, parted, prelink, qemu, rpm, shadow, systemd, tar, vim, weston
  83. - u-boot enhancements:
  84. - Make SPL suffix configurable
  85. - Make ``UBOOT_BINARYNAME`` configurable
  86. - Package ``extlinux.conf`` separately
  87. - Allow deploying the u-boot DTB
  88. - opensbi: Add support for specifying a device tree
  89. - busybox enhancements:
  90. - Added tmpdir option into mktemp applet
  91. - Support mounting swap via labels
  92. - Enable long options for enabled applets
  93. - Move tune files to architecture subdirectories
  94. - buildstats: log host data on failure separately to task specific file
  95. - buildstats: collect "at interval" and "on failure" logs in the same file
  96. - Ptest enhancements:
  97. - ptest-runner: install script to collect system data on failure
  98. - Added ptest support to python3-hypothesis, python3-jinja2, python3-markupsafe
  99. - Enhanced ptest support in lttng, util-linux, and others
  100. - New leaner ptest image recipes based upon core-image-minimal
  101. - scripts/contrib/image-manifest: add new script
  102. - Add beginnings of Android target support
  103. - devtool upgrade: rebase override-only patches as well
  104. - devtool: print a warning on upgrades if :term:`PREFERRED_VERSION` is set
  105. - systemd: set zstd as default compression option
  106. - init-manager-systemd: add a weak VIRTUAL-RUNTIME_dev_manager assignment
  107. - Add proper unpack dependency for .zst compressed archives
  108. - util-linux: build chfn and chsh by default
  109. - qemu: use 4 cores in qemu guests
  110. - runqemu: decouple bios and kernel options
  111. - qemu: add a hint on how to enable CPU render nodes when a suitable GPU is absent
  112. - devupstream: Allow support of native class extensions
  113. - Prelinking now disabled in default configuration
  114. - python3: statistics module moved to its own python3-statistics package
  115. - pypi: allow override of PyPI archive name
  116. - Allow global override of golang GO_DYNLINK
  117. - buildhistory enhancements:
  118. - Add option to strip path prefix
  119. - Add output file listing package information
  120. - Label packages providing per-file dependencies in depends.dot
  121. - New gi-docgen class for GNOME library documentation
  122. - meson.bbclass: Make the default buildtype "debug" if :term:`DEBUG_BUILD` is 1
  123. - distro_features_check: expand with :term:`IMAGE_FEATURES`
  124. - Add extended packagedata in JSON format
  125. - local.conf.sample: Update sstate mirror entry with new hash equivalence setting
  126. - poky: Use https in default :term:`PREMIRRORS`
  127. - reproducible_build.bbclass: Enable -Wdate-time
  128. - yocto-check-layer: ensure that all layer dependencies are tested too
  129. - core-image-multilib-example: base on weston, and not sato
  130. - npm.bbclass: Allow nodedir to be overridden by ``NPM_NODEDIR``
  131. - cve-extra-exclusions.inc: add exclusion list for intractable CVE's
  132. - license_image.bbclass: Detect broken symlinks
  133. - sysstat: make the service start automatically
  134. - sanity: Add error check for '%' in build path
  135. - sanity: Further improve directory sanity tests
  136. - sanity.bbclass: mention ``CONNECTIVITY_CHECK_URIS`` in network failure message
  137. - tzdata: Allow controlling zoneinfo binary format
  138. - oe-time-dd-test.sh: add options and refactor
  139. - vim: add option to disable NLS support
  140. - zstd: Include pzstd in the build
  141. - mirrors.bbclass: provide additional rule for git repo fallbacks
  142. - own-mirrors: Add support for s3:// scheme in :term:`SOURCE_MIRROR_URL`
  143. - common-licenses: add missing SPDX licences
  144. - Add MAINTAINERS.md file to record subsystem maintainers
  145. Known Issues in 3.4
  146. ~~~~~~~~~~~~~~~~~~~
  147. - Build failures have been reported when running on host Linux systems with FIPS enabled (such as RHEL 8.0 with the FIPS mode enabled). For more details please see :yocto_bugs:`bug #14609 </show_bug.cgi?id=14609>`.
  148. Recipe Licenses changes in 3.4
  149. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150. The following corrections have been made to the :term:`LICENSE` values set by recipes:
  151. - acpica: correct :term:`LICENSE` to "Intel | BSD-3-Clause | GPLv2"
  152. - dtc: correct :term:`LICENSE` to "GPLv2 | BSD-2-Clause"
  153. - e2fsprogs: correct :term:`LICENSE` to "GPLv2 & LGPLv2 & BSD-3-Clause & MIT"
  154. - ffmpeg: correct :term:`LICENSE` to "GPLv2+ & LGPLv2.1+ & ISC & MIT & BSD-2-Clause & BSD-3-Clause & IJG"
  155. - flac: correct :term:`LICENSE` to "GFDL-1.2 & GPLv2+ & LGPLv2.1+ & BSD-3-Clause"
  156. - flex: correct :term:`LICENSE` to "BSD-3-Clause & LGPL-2.0+"
  157. - font-util: correct :term:`LICENSE` to "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
  158. - glib-2.0: correct :term:`LICENSE` to "LGPLv2.1+ & BSD-3-Clause & PD"
  159. - gobject-introspection: correct :term:`LICENSE` to "LGPLv2+ & GPLv2+ & MIT" (add MIT license)
  160. - hdparm: correct :term:`LICENSE` to "BSD-2-Clause & GPLv2 & hdparm"
  161. - iputils: correct :term:`LICENSE` to "BSD-3-Clause & GPLv2+"
  162. - libcap: correct :term:`LICENSE` to "BSD-3-Clause | GPLv2"
  163. - libevent: correct :term:`LICENSE` to "BSD-3-Clause & MIT"
  164. - libjitterentropy: correct :term:`LICENSE` to "GPLv2+ | BSD-3-Clause"
  165. - libpam: correct :term:`LICENSE` to "GPLv2+ | BSD-3-Clause"
  166. - libwpe: correct :term:`LICENSE` to "BSD-2-Clause"
  167. - libx11-compose-data: correct :term:`LICENSE` to "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
  168. - libx11: correct :term:`LICENSE` to "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
  169. - libxfont2: correct :term:`LICENSE` to "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
  170. - libxfont: correct :term:`LICENSE` to "MIT & MIT-style & BSD-3-Clause"
  171. - lsof: correct :term:`LICENSE` to reflect that it uses a BSD-like (but not exactly BSD) license ("Spencer-94")
  172. - nfs-utils: correct :term:`LICENSE` to "MIT & GPLv2+ & BSD-3-Clause"
  173. - ovmf: correct license to "BSD-2-Clause-Patent"
  174. - ppp: correct :term:`LICENSE` to "BSD-3-Clause & BSD-3-Clause-Attribution & GPLv2+ & LGPLv2+ & PD"
  175. - python3-packaging: correct :term:`LICENSE` to "Apache-2.0 | BSD-2-Clause"
  176. - python-async-test: correct :term:`LICENSE` to "BSD-3-Clause"
  177. - quota: remove BSD license (only BSD licensed part of the code was removed in 4.05)
  178. - shadow: correct :term:`LICENSE` to "BSD-3-Clause | Artistic-1.0"
  179. - shadow-sysroot: set :term:`LICENSE` the same as shadow
  180. - sudo: correct :term:`LICENSE` to "ISC & BSD-3-Clause & BSD-2-Clause & Zlib"
  181. - swig: correct :term:`LICENSE` to "BSD-3-Clause & GPLv3"
  182. - valgrind: correct license to "GPLv2 & GPLv2+ & BSD-3-Clause"
  183. - webkitgtk: correct :term:`LICENSE` to "BSD-2-Clause & LGPLv2+"
  184. - wpebackend-fdo: correct :term:`LICENSE` to "BSD-2-Clause"
  185. - xinetd: correct :term:`LICENSE` to reflect that it uses a unique BSD-like (but not exactly BSD) license
  186. Other license-related notes:
  187. - When creating recipes for Python software, recipetool will now treat "BSD" as "BSD-3-Clause" for the purposes of setting :term:`LICENSE`, as that is the most common understanding.
  188. - Please be aware that an :term:`Initramfs` bundled with the kernel using :term:`INITRAMFS_IMAGE_BUNDLE` should only contain GPLv2-compatible software; this is now mentioned in the documentation.
  189. Security Fixes in 3.4
  190. ~~~~~~~~~~~~~~~~~~~~~
  191. - apr: :cve_nist:`2021-35940`
  192. - aspell: :cve_nist:`2019-25051`
  193. - avahi: :cve_nist:`2021-3468`, :cve_nist:`2021-36217`
  194. - binutils: :cve_nist:`2021-20197`
  195. - bluez: :cve_nist:`2021-3658`
  196. - busybox: :cve_nist:`2021-28831`
  197. - cairo: :cve_nist:`2020-35492`
  198. - cpio: :cve_nist:`2021-38185`
  199. - expat: :cve_nist:`2013-0340`
  200. - ffmpeg: :cve_nist:`2020-20446`, :cve_nist:`2020-22015`, :cve_nist:`2020-22021`, :cve_nist:`2020-22033`, :cve_nist:`2020-22019`, :cve_nist:`2021-33815`, :cve_nist:`2021-38171`, :cve_nist:`2020-20453`
  201. - glibc: :cve_nist:`2021-33574`, :cve_nist:`2021-38604`
  202. - inetutils: :cve_nist:`2021-40491`
  203. - libgcrypt: :cve_nist:`2021-40528`
  204. - linux-yocto/5.10, 5.14: :cve_nist:`2021-3653`, :cve_nist:`2021-3656`
  205. - lz4: :cve_nist:`2021-3520`
  206. - nettle: :cve_nist:`2021-20305`
  207. - openssl: :cve_nist:`2021-3711`, :cve_nist:`2021-3712`
  208. - perl: :cve_nist:`2021-36770`
  209. - python3: :cve_nist:`2021-29921`
  210. - python3-pip: :cve_nist:`2021-3572`
  211. - qemu: :cve_nist:`2020-27821`, :cve_nist:`2020-29443`, :cve_nist:`2020-35517`, :cve_nist:`2021-3392`, :cve_nist:`2021-3409`, :cve_nist:`2021-3416`, :cve_nist:`2021-3527`, :cve_nist:`2021-3544`, :cve_nist:`2021-3545`, :cve_nist:`2021-3546`, :cve_nist:`2021-3682`, :cve_nist:`2021-20181`, :cve_nist:`2021-20221`, :cve_nist:`2021-20257`, :cve_nist:`2021-20263`
  212. - rpm: :cve_nist:`2021-3421`, :cve_nist:`2021-20271`
  213. - rsync: :cve_nist:`2020-14387`
  214. - util-linux: :cve_nist:`2021-37600`
  215. - vim: :cve_nist:`2021-3770`, :cve_nist:`2021-3778`
  216. - wpa-supplicant: :cve_nist:`2021-30004`
  217. - xdg-utils: :cve_nist:`2020-27748`
  218. - xserver-xorg: :cve_nist:`2021-3472`
  219. Recipe Upgrades in 3.4
  220. ~~~~~~~~~~~~~~~~~~~~~~
  221. - acl 2.2.53 -> 2.3.1
  222. - acpica 20210105 -> 20210730
  223. - alsa-lib 1.2.4 -> 1.2.5.1
  224. - alsa-plugins 1.2.2 -> 1.2.5
  225. - alsa-tools 1.2.2 -> 1.2.5
  226. - alsa-topology-conf 1.2.4 -> 1.2.5.1
  227. - alsa-ucm-conf 1.2.4 -> 1.2.5.1
  228. - alsa-utils 1.2.4 -> 1.2.5.1
  229. - alsa-utils-scripts 1.2.4 -> 1.2.5.1
  230. - apt 2.2.2 -> 2.2.4
  231. - at 3.2.1 -> 3.2.2
  232. - at-spi2-core 2.38.0 -> 2.40.3
  233. - autoconf-archive 2019.01.06 -> 2021.02.19
  234. - babeltrace2 2.0.3 -> 2.0.4
  235. - bash 5.1 -> 5.1.8
  236. - bind 9.16.16 -> 9.16.20
  237. - binutils 2.36.1 -> 2.37
  238. - binutils-cross 2.36.1 -> 2.37
  239. - binutils-cross-canadian 2.36.1 -> 2.37
  240. - binutils-cross-testsuite 2.36.1 -> 2.37
  241. - binutils-crosssdk 2.36.1 -> 2.37
  242. - bison 3.7.5 -> 3.7.6
  243. - blktrace 1.2.0+gitX -> 1.3.0+gitX
  244. - bluez5 5.56 -> 5.61
  245. - boost 1.75.0 -> 1.77.0
  246. - boost-build-native 4.3.0 -> 4.4.1
  247. - btrfs-tools 5.10.1 -> 5.13.1
  248. - busybox 1.33.1 -> 1.34.0
  249. - busybox-inittab 1.33.0 -> 1.34.0
  250. - ccache 4.2 -> 4.4
  251. - cmake 3.19.5 -> 3.21.1
  252. - cmake-native 3.19.5 -> 3.21.1
  253. - connman 1.39 -> 1.40
  254. - createrepo-c 0.17.0 -> 0.17.4
  255. - cronie 1.5.5 -> 1.5.7
  256. - cross-localedef-native 2.33 -> 2.34
  257. - cups 2.3.3 -> 2.3.3op2
  258. - curl 7.75.0 -> 7.78.0
  259. - dbus-glib 0.110 -> 0.112
  260. - dejagnu 1.6.2 -> 1.6.3
  261. - diffoscope 172 -> 181
  262. - diffutils 3.7 -> 3.8
  263. - distcc 3.3.5 -> 3.4
  264. - dnf 4.6.0 -> 4.8.0
  265. - dpkg 1.20.7.1 -> 1.20.9
  266. - dtc 1.6.0 -> 1.6.1
  267. - e2fsprogs 1.46.1 -> 1.46.4
  268. - elfutils 0.183 -> 0.185
  269. - ell 0.38 -> 0.43
  270. - enchant2 2.2.15 -> 2.3.1
  271. - epiphany 3.38.2 -> 40.3
  272. - ethtool 5.10 -> 5.13
  273. - expat 2.2.10 -> 2.4.1
  274. - ffmpeg 4.3.2 -> 4.4
  275. - file 5.39 -> 5.40
  276. - freetype 2.10.4 -> 2.11.0
  277. - gcc 10.2.0 -> 11.2.0
  278. - gcc-cross 10.2.0 -> 11.2.0
  279. - gcc-cross-canadian 10.2.0 -> 11.2.0
  280. - gcc-crosssdk 10.2.0 -> 11.2.0
  281. - gcc-runtime 10.2.0 -> 11.2.0
  282. - gcc-sanitizers 10.2.0 -> 11.2.0
  283. - gcc-source 10.2.0 -> 11.2.0
  284. - gcr 3.38.1 -> 3.40.0
  285. - gdb 10.1 -> 10.2
  286. - gdb-cross 10.1 -> 10.2
  287. - gdb-cross-canadian 10.1 -> 10.2
  288. - gdk-pixbuf 2.40.0 -> 2.42.6
  289. - ghostscript 9.53.3 -> 9.54.0
  290. - git 2.31.1 -> 2.33.0
  291. - glib-2.0 2.66.7 -> 2.68.4
  292. - glib-networking 2.66.0 -> 2.68.2
  293. - glibc 2.33 -> 2.34
  294. - glibc-locale 2.33 -> 2.34
  295. - glibc-mtrace 2.33 -> 2.34
  296. - glibc-scripts 2.33 -> 2.34
  297. - glibc-testsuite 2.33 -> 2.34
  298. - glslang 11.2.0 -> 11.5.0
  299. - gnome-desktop-testing 2018.1 -> 2021.1
  300. - gnu-config 20210125+gitX -> 20210722+gitX
  301. - gnu-efi 3.0.12 -> 3.0.14
  302. - gnupg 2.2.27 -> 2.3.1
  303. - gobject-introspection 1.66.1 -> 1.68.0
  304. - gpgme 1.15.1 -> 1.16.0
  305. - gptfdisk 1.0.7 -> 1.0.8
  306. - grep 3.6 -> 3.7
  307. - grub 2.04+2.06~rc1 -> 2.06
  308. - grub-efi 2.04+2.06~rc1 -> 2.06
  309. - gsettings-desktop-schemas 3.38.0 -> 40.0
  310. - gtk+3 3.24.25 -> 3.24.30
  311. - harfbuzz 2.7.4 -> 2.9.0
  312. - hdparm 9.60 -> 9.62
  313. - help2man 1.48.2 -> 1.48.4
  314. - hwlatdetect 1.10 -> 2.1
  315. - i2c-tools 4.2 -> 4.3
  316. - icu 68.2 -> 69.1
  317. - igt-gpu-tools 1.25+gitX -> 1.26
  318. - inetutils 2.0 -> 2.1
  319. - iproute2 5.11.0 -> 5.13.0
  320. - iputils s20200821 -> 20210722
  321. - json-glib 1.6.2 -> 1.6.4
  322. - kexec-tools 2.0.21 -> 2.0.22
  323. - kmod 28 -> 29
  324. - kmod-native 28 -> 29
  325. - less 563 -> 590
  326. - libassuan 2.5.4 -> 2.5.5
  327. - libcap 2.48 -> 2.51
  328. - libcgroup 0.41 -> 2.0
  329. - libcomps 0.1.15 -> 0.1.17
  330. - libconvert-asn1-perl 0.27 -> 0.31
  331. - libdazzle 3.38.0 -> 3.40.0
  332. - libdnf 0.58.0 -> 0.63.1
  333. - libdrm 2.4.104 -> 2.4.107
  334. - libedit 20210216-3.1 -> 20210714-3.1
  335. - libepoxy 1.5.5 -> 1.5.9
  336. - liberation-fonts 2.00.1 -> 2.1.4
  337. - libffi 3.3 -> 3.4.2
  338. - libfm 1.3.1 -> 1.3.2
  339. - libgcc 10.2.0 -> 11.2.0
  340. - libgcc-initial 10.2.0 -> 11.2.0
  341. - libgcrypt 1.9.3 -> 1.9.4
  342. - libgfortran 10.2.0 -> 11.2.0
  343. - libgit2 1.1.0 -> 1.1.1
  344. - libglu 9.0.1 -> 9.0.2
  345. - libgpg-error 1.41 -> 1.42
  346. - libgudev 234 -> 237
  347. - libhandy 1.2.0 -> 1.2.3
  348. - libical 3.0.9 -> 3.0.10
  349. - libidn2 2.3.0 -> 2.3.2
  350. - libinput 1.16.4 -> 1.18.1
  351. - libjitterentropy 3.0.1 -> 3.1.0
  352. - libjpeg-turbo 2.0.6 -> 2.1.1
  353. - libksba 1.5.0 -> 1.6.0
  354. - libmodulemd 2.12.0 -> 2.13.0
  355. - libnsl2 1.3.0 -> 2.0.0
  356. - libnss-mdns 0.14.1 -> 0.15.1
  357. - libogg 1.3.4 -> 1.3.5
  358. - libpcap 1.10.0 -> 1.10.1
  359. - libpcre 8.44 -> 8.45
  360. - libpcre2 10.36 -> 10.37
  361. - libportal 0.3 -> 0.4
  362. - librepo 1.13.0 -> 1.14.1
  363. - libsdl2 2.0.14 -> 2.0.16
  364. - libsolv 0.7.17 -> 0.7.19
  365. - libtasn1 4.16.0 -> 4.17.0
  366. - libtest-needs-perl 0.002006 -> 0.002009
  367. - libtirpc 1.3.1 -> 1.3.2
  368. - libubootenv 0.3.1 -> 0.3.2
  369. - libucontext 0.10+X -> 1.1+X
  370. - liburcu 0.12.2 -> 0.13.0
  371. - libuv 1.41.0 -> 1.42.0
  372. - libva 2.10.0 -> 2.12.0
  373. - libva-initial 2.10.0 -> 2.12.0
  374. - libva-utils 2.10.0 -> 2.12.0
  375. - libwebp 1.2.0 -> 1.2.1
  376. - libwpe 1.8.0 -> 1.10.1
  377. - libx11 1.7.0 -> 1.7.2
  378. - libxcrypt 4.4.18 -> 4.4.25
  379. - libxcrypt-compat 4.4.18 -> 4.4.25
  380. - libxfixes 5.0.3 -> 6.0.0
  381. - libxfont2 2.0.4 -> 2.0.5
  382. - libxft 2.3.3 -> 2.3.4
  383. - libxi 1.7.10 -> 1.7.99.2
  384. - libxkbcommon 1.0.3 -> 1.3.0
  385. - libxml2 2.9.10 -> 2.9.12
  386. - libxres 1.2.0 -> 1.2.1
  387. - linux-libc-headers 5.10 -> 5.14
  388. - linux-yocto 5.4.144+gitX, 5.10.63+gitX -> 5.10.70+gitX, 5.14.9+gitX
  389. - linux-yocto-dev 5.12++gitX -> 5.15++gitX
  390. - linux-yocto-rt 5.4.144+gitX, 5.10.63+gitX -> 5.10.70+gitX, 5.14.9+gitX
  391. - linux-yocto-tiny 5.4.144+gitX, 5.10.63+gitX -> 5.10.70+gitX, 5.14.9+gitX
  392. - llvm 11.1.0 -> 12.0.1
  393. - log4cplus 2.0.6 -> 2.0.7
  394. - logrotate 3.18.0 -> 3.18.1
  395. - ltp 20210121 -> 20210524
  396. - lttng-modules 2.12.6 -> 2.13.0
  397. - lttng-tools 2.12.4 -> 2.13.0
  398. - lttng-ust 2.12.1 -> 2.13.0
  399. - m4 1.4.18 -> 1.4.19
  400. - m4-native 1.4.18 -> 1.4.19
  401. - man-pages 5.10 -> 5.12
  402. - mc 4.8.26 -> 4.8.27
  403. - mesa 21.0.3 -> 21.2.1
  404. - mesa-gl 21.0.3 -> 21.2.1
  405. - meson 0.57.1 -> 0.58.1
  406. - mmc-utils 0.1+gitX (73d6c59af8d1...) -> 0.1+gitX (43282e80e174...)
  407. - mobile-broadband-provider-info 20201225 -> 20210805
  408. - mpg123 1.26.4 -> 1.28.2
  409. - mtd-utils 2.1.2 -> 2.1.3
  410. - mtools 4.0.26 -> 4.0.35
  411. - musl 1.2.2+gitX (e5d2823631bb...) -> 1.2.2+gitX (3f701faace7a...)
  412. - nativesdk-meson 0.57.1 -> 0.58.1
  413. - netbase 6.2 -> 6.3
  414. - nfs-utils 2.5.3 -> 2.5.4
  415. - ofono 1.31 -> 1.32
  416. - openssh 8.5p1 -> 8.7p1
  417. - opkg 0.4.4 -> 0.4.5
  418. - opkg-utils 0.4.3 -> 0.4.5
  419. - ovmf edk2-stable202102 -> edk2-stable202105
  420. - p11-kit 0.23.22 -> 0.24.0
  421. - pango 1.48.2 -> 1.48.9
  422. - patchelf 0.12 -> 0.13
  423. - perl 5.32.1 -> 5.34.0
  424. - piglit 1.0+gitrX (d4d9353b7290...) -> 1.0+gitrX (6a4be9e9946d...)
  425. - pkgconf 1.7.3 -> 1.8.0
  426. - powertop 2.13 -> 2.14
  427. - pseudo 1.9.0+gitX (b988b0a6b8af...) -> 1.9.0+gitX (0cda3ba5f94a...)
  428. - pulseaudio 14.2 -> 15.0
  429. - puzzles 0.0+gitX (84cb4c6701e0...) -> 0.0+gitX (8f3413c31ffd...)
  430. - python3 3.9.5 -> 3.9.6
  431. - python3-attrs 20.3.0 -> 21.2.0
  432. - python3-cython 0.29.22 -> 0.29.24
  433. - python3-dbus 1.2.16 -> 1.2.18
  434. - python3-dbusmock 0.22.0 -> 0.23.1
  435. - python3-docutils 0.16 -> 0.17.1
  436. - python3-git 3.1.14 -> 3.1.20
  437. - python3-gitdb 4.0.5 -> 4.0.7
  438. - python3-hypothesis 6.2.0 -> 6.15.0
  439. - python3-importlib-metadata 3.4.0 -> 4.6.4
  440. - python3-iniparse 0.4 -> 0.5
  441. - python3-jinja2 2.11.3 -> 3.0.1
  442. - python3-libarchive-c 2.9 -> 3.1
  443. - python3-magic 0.4.22 -> 0.4.24
  444. - python3-mako 1.1.4 -> 1.1.5
  445. - python3-markupsafe 1.1.1 -> 2.0.1
  446. - python3-more-itertools 8.7.0 -> 8.8.0
  447. - python3-numpy 1.20.1 -> 1.21.2
  448. - python3-packaging 20.9 -> 21.0
  449. - python3-pathlib2 2.3.5 -> 2.3.6
  450. - python3-pbr 5.4.4 -> 5.6.0
  451. - python3-pip 20.0.2 -> 21.2.4
  452. - python3-pluggy 0.13.1 -> 1.0.0
  453. - python3-pycairo 1.20.0 -> 1.20.1
  454. - python3-pygments 2.8.1 -> 2.10.0
  455. - python3-pygobject 3.38.0 -> 3.40.1
  456. - python3-pytest 6.2.2 -> 6.2.4
  457. - python3-scons 3.1.2 -> 4.2.0
  458. - python3-scons-native 3.1.2 -> 4.2.0
  459. - python3-setuptools 54.1.1 -> 57.4.0
  460. - python3-setuptools-scm 5.0.1 -> 6.0.1
  461. - python3-six 1.15.0 -> 1.16.0
  462. - python3-sortedcontainers 2.3.0 -> 2.4.0
  463. - python3-testtools 2.4.0 -> 2.5.0
  464. - python3-zipp 3.4.1 -> 3.5.0
  465. - qemu 5.2.0 -> 6.0.0
  466. - qemu-native 5.2.0 -> 6.0.0
  467. - qemu-system-native 5.2.0 -> 6.0.0
  468. - re2c 2.0.3 -> 2.2
  469. - rng-tools 6.11 -> 6.14
  470. - rpcbind 1.2.5 -> 1.2.6
  471. - rt-tests 1.10 -> 2.1
  472. - ruby 3.0.1 -> 3.0.2
  473. - rxvt-unicode 9.22 -> 9.26
  474. - shaderc 2020.5 -> 2021.1
  475. - shadow 4.8.1 -> 4.9
  476. - spirv-tools 2020.7 -> 2021.2
  477. - sqlite3 3.35.0 -> 3.36.0
  478. - squashfs-tools 4.4 -> 4.5
  479. - strace 5.11 -> 5.14
  480. - stress-ng 0.12.05 -> 0.13.00
  481. - sudo 1.9.6p1 -> 1.9.7p2
  482. - swig 3.0.12 -> 4.0.2
  483. - sysklogd 2.2.2 -> 2.2.3
  484. - systemd 247.6 -> 249.3
  485. - systemd-boot 247.6 -> 249.3
  486. - systemd-conf 247.6 -> 1.0
  487. - systemtap 4.4 -> 4.5
  488. - systemtap-native 4.4 -> 4.5
  489. - systemtap-uprobes 4.4 -> 4.5
  490. - tcf-agent 1.7.0+gitX (a022ef2f1acf...) -> 1.7.0+gitX (2735e3d6b7ec...)
  491. - texinfo 6.7 -> 6.8
  492. - tiff 4.2.0 -> 4.3.0
  493. - u-boot 2021.01 -> 2021.07
  494. - u-boot-tools 2021.01 -> 2021.07
  495. - usbutils 013 -> 014
  496. - util-linux 2.36.2 -> 2.37.2
  497. - util-linux-libuuid 2.36.2 -> 2.37.2
  498. - vala 0.50.4 -> 0.52.5
  499. - valgrind 3.16.1 -> 3.17.0
  500. - virglrenderer 0.8.2 -> 0.9.1
  501. - vte 0.62.2 -> 0.64.2
  502. - vulkan-headers 1.2.170.0 -> 1.2.182.0
  503. - vulkan-loader 1.2.170.0 -> 1.2.182.0
  504. - vulkan-samples git (55cebd9e7cc4...) -> git (d2187278cb66...)
  505. - vulkan-tools 1.2.170.0 -> 1.2.182.0
  506. - wayland-protocols 1.20 -> 1.21
  507. - webkitgtk 2.30.5 -> 2.32.3
  508. - wireless-regdb 2021.04.21 -> 2021.07.14
  509. - wpebackend-fdo 1.8.0 -> 1.10.0
  510. - x264 r3039+gitX (544c61f08219...) -> r3039+gitX (5db6aa6cab1b...)
  511. - xeyes 1.1.2 -> 1.2.0
  512. - xf86-input-libinput 0.30.0 -> 1.1.0
  513. - xkbcomp 1.4.4 -> 1.4.5
  514. - xkeyboard-config 2.32 -> 2.33
  515. - xorgproto 2020.1 -> 2021.4.99.2
  516. - xserver-xorg 1.20.10 -> 1.20.13
  517. - zstd 1.4.9 -> 1.5.0
  518. Contributors to 3.4
  519. ~~~~~~~~~~~~~~~~~~~
  520. Thanks to the following people who contributed to this release:
  521. - Adam Romanek
  522. - Alejandro Hernandez Samaniego
  523. - Alexander Kanavin
  524. - Alexandre Belloni
  525. - Alexey Brodkin
  526. - Alex Stewart
  527. - Alistair Francis
  528. - Anatol Belski
  529. - Anders Wallin
  530. - Andrea Adami
  531. - Andreas Müller
  532. - Andrej Valek
  533. - Andres Beltran
  534. - Andrey Zhizhikin
  535. - Anibal Limon
  536. - Anthony Bagwell
  537. - Anton Blanchard
  538. - Anuj Mittal
  539. - Armin Kuster
  540. - Asfak Rahman
  541. - Bastian Krause
  542. - Bernhard Rosenkränzer
  543. - Bruce Ashfield
  544. - Carlos Rafael Giani
  545. - Chandana kalluri
  546. - Changhyeok Bae
  547. - Changqing Li
  548. - Chanho Park
  549. - Chen Qi
  550. - Chris Laplante
  551. - Christophe Chapuis
  552. - Christoph Muellner
  553. - Claudius Heine
  554. - Damian Wrobel
  555. - Daniel Ammann
  556. - Daniel Gomez
  557. - Daniel McGregor
  558. - Daniel Wagenknecht
  559. - Denys Dmytriyenko
  560. - Devendra Tewari
  561. - Diego Sueiro
  562. - Dmitry Baryshkov
  563. - Douglas Royds
  564. - Dragos-Marian Panait
  565. - Drew Moseley
  566. - Enrico Scholz
  567. - Fabio Berton
  568. - Florian Amstutz
  569. - Gavin Li
  570. - Guillaume Champagne
  571. - Harald Brinkmann
  572. - Henning Schild
  573. - He Zhe
  574. - Hongxu Jia
  575. - Hsia-Jun (Randy) Li
  576. - Jean Bouchard
  577. - Joe Slater
  578. - Jonas Höppner
  579. - Jon Mason
  580. - Jose Quaresma
  581. - Joshua Watt
  582. - Justin Bronder
  583. - Kai Kang
  584. - Kenfe-Mickael Laventure
  585. - Kevin Hao
  586. - Khairul Rohaizzat Jamaluddin
  587. - Khem Raj
  588. - Kiran Surendran
  589. - Konrad Weihmann
  590. - Kristian Klausen
  591. - Kyle Russell
  592. - Lee Chee Yang
  593. - Lei Maohui
  594. - Luca Boccassi
  595. - Marco Felsch
  596. - Marcus Comstedt
  597. - Marek Vasut
  598. - Mark Hatle
  599. - Markus Volk
  600. - Marta Rybczynska
  601. - Martin Jansa
  602. - Matthias Klein
  603. - Matthias Schiffer
  604. - Matt Madison
  605. - Matt Spencer
  606. - Max Krummenacher
  607. - Michael Halstead
  608. - Michael Ho
  609. - Michael Opdenacker
  610. - Mike Crowe
  611. - Mikko Rapeli
  612. - Ming Liu
  613. - Mingli Yu
  614. - Minjae Kim
  615. - Nicolas Dechesne
  616. - Niels Avonds
  617. - Nikolay Papenkov
  618. - Nisha Parrakat
  619. - Olaf Mandel
  620. - Oleksandr Kravchuk
  621. - Oleksandr Popovych
  622. - Oliver Kranz
  623. - Otavio Salvador
  624. - Patrick Williams
  625. - Paul Barker
  626. - Paul Eggleton
  627. - Paul Gortmaker
  628. - Paulo Cesar Zaneti
  629. - Peter Bergin
  630. - Peter Budny
  631. - Peter Kjellerstedt
  632. - Petr Vorel
  633. - Przemyslaw Gorszkowski
  634. - Purushottam Choudhary
  635. - Qiang Zhang
  636. - Quentin Schulz
  637. - Ralph Siemsen
  638. - Randy MacLeod
  639. - Ranjitsinh Rathod
  640. - Rasmus Villemoes
  641. - Reto Schneider
  642. - Richard Purdie
  643. - Richard Weinberger
  644. - Robert Joslyn
  645. - Robert P. J. Day
  646. - Robert Yang
  647. - Romain Naour
  648. - Ross Burton
  649. - Sakib Sajal
  650. - Samuli Piippo
  651. - Saul Wold
  652. - Scott Murray
  653. - Scott Weaver
  654. - Stefan Ghinea
  655. - Stefan Herbrechtsmeier
  656. - Stefano Babic
  657. - Stefan Wiehler
  658. - Steve Sakoman
  659. - Teoh Jay Shen
  660. - Thomas Perrot
  661. - Tim Orling
  662. - Tom Pollard
  663. - Tom Rini
  664. - Tony Battersby
  665. - Tony Tascioglu
  666. - Trevor Gamblin
  667. - Trevor Woerner
  668. - Ulrich Ölmann
  669. - Valentin Danaila
  670. - Vinay Kumar
  671. - Vineela Tummalapalli
  672. - Vinícius Ossanes Aquino
  673. - Vivien Didelot
  674. - Vyacheslav Yurkov
  675. - Wang Mingyu
  676. - Wes Lindauer
  677. - William A. Kennington III
  678. - Yanfei Xu
  679. - Yann Dirson
  680. - Yi Fan Yu
  681. - Yi Zhao
  682. - Zang Ruochen
  683. - Zheng Ruoqin
  684. - Zoltan Boszormenyi
  685. Repositories / Downloads for 3.4
  686. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  687. poky
  688. - Repository Location: :yocto_git:`/poky`
  689. - Branch: :yocto_git:`honister </poky/log/?h=honister>`
  690. - Tag: :yocto_git:`yocto-3.4 </poky/tag/?h=yocto-3.4>`
  691. - Git Revision: :yocto_git:`f6d1126fff213460dc6954a5d5fc168606d76b66 </poky/commit/?id=f6d1126fff213460dc6954a5d5fc168606d76b66>`
  692. - Release Artefact: poky-f6d1126fff213460dc6954a5d5fc168606d76b66
  693. - sha: 11e8f5760f704eed1ac37a5b09b1a831b5254d66459be75b06a72128c63e0411
  694. - Download Locations:
  695. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/poky-f6d1126fff213460dc6954a5d5fc168606d76b66.tar.bz2,
  696. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/poky-f6d1126fff213460dc6954a5d5fc168606d76b66.tar.bz2
  697. openembedded-core
  698. - Repository Location: :oe_git:`/openembedded-core`
  699. - Branch: :oe_git:`honister </openembedded-core/log/?h=honister>`
  700. - Tag: :oe_git:`2021-10-honister </openembedded-core/tag/?h=2021-10-honister>`
  701. - Git Revision: :oe_git:`bb1dea6806f084364b6017db2567f438e805aef0 </openembedded-core/commit/?id=bb1dea6806f084364b6017db2567f438e805aef0>`
  702. - Release Artefact: oecore-bb1dea6806f084364b6017db2567f438e805aef0
  703. - sha: 9a356c407c567b1c26e535cad235204b0462cb79321fefb0844324a6020b31f4
  704. - Download Locations:
  705. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/oecore-bb1dea6806f084364b6017db2567f438e805aef0.tar.bz2,
  706. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/oecore-bb1dea6806f084364b6017db2567f438e805aef0.tar.bz2
  707. meta-mingw
  708. - Repository Location: :yocto_git:`/meta-mingw`
  709. - Branch: :yocto_git:`honister </meta-mingw/log/?h=honister>`
  710. - Tag: :yocto_git:`yocto-3.4 </meta-mingw/tag/?h=yocto-3.4>`
  711. - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>`
  712. - Release Artefact: meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8
  713. - sha: d4305d638ef80948584526c8ca386a8cf77933dffb8a3b8da98d26a5c40fcc11
  714. - Download Locations:
  715. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8.tar.bz2,
  716. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/meta-mingw-f5d761cbd5c957e4405c5d40b0c236d263c916a8.tar.bz2
  717. meta-intel
  718. - Repository Location: :yocto_git:`/meta-intel`
  719. - Branch: :yocto_git:`honister </meta-intel/log/?h=honister>`
  720. - Tag: :yocto_git:`yocto-3.4 </meta-intel/tag/?h=yocto-3.4>`
  721. - Git Revision: :yocto_git:`90170cf85fe35b4e8dc00eee50053c0205276b63 </meta-intel/commit/?id=90170cf85fe35b4e8dc00eee50053c0205276b63>`
  722. - Release Artefact: meta-intel-90170cf85fe35b4e8dc00eee50053c0205276b63
  723. - sha: 2b3b43386dfcaaa880d819c1ae88b1251b55fb12c622af3d0936c3dc338491fc
  724. - Download Locations:
  725. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/meta-intel-90170cf85fe35b4e8dc00eee50053c0205276b63.tar.bz2,
  726. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/meta-intel-90170cf85fe35b4e8dc00eee50053c0205276b63.tar.bz2
  727. meta-gplv2
  728. - Repository Location: :yocto_git:`/meta-gplv2`
  729. - Branch: :yocto_git:`honister </meta-gplv2/log/?h=honister>`
  730. - Tag: :yocto_git:`yocto-3.4 </meta-gplv2/tag/?h=yocto-3.4>`
  731. - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4369bf9dd3385165281b9fa2ed1043b0e400>`
  732. - Release Artefact: meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400
  733. - sha: ef8e2b1ec1fb43dbee4ff6990ac736315c7bc2d8c8e79249e1d337558657d3fe
  734. - Download Locations:
  735. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400.tar.bz2,
  736. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400.tar.bz2
  737. bitbake
  738. - Repository Location: :oe_git:`/bitbake`
  739. - Branch: :oe_git:`1.52 </bitbake/log/?h=1.52>`
  740. - Tag: :oe_git:`2021-10-honister </bitbake/tag/?h=2021-10-honister>`
  741. - Git Revision: :oe_git:`c78ebac71ec976fdf27ea24767057882870f5c60 </bitbake/commit/?id=c78ebac71ec976fdf27ea24767057882870f5c60>`
  742. - Release Artefact: bitbake-c78ebac71ec976fdf27ea24767057882870f5c60
  743. - sha: 8077c7e7528cd73ef488ef74de3943ec66cae361459e5b630fb3cbe89c498d3d
  744. - Download Locations:
  745. http://downloads.yoctoproject.org/releases/yocto/yocto-3.4/bitbake-c78ebac71ec976fdf27ea24767057882870f5c60.tar.bz2,
  746. http://mirrors.kernel.org/yocto/yocto/yocto-3.4/bitbake-c78ebac71ec976fdf27ea24767057882870f5c60.tar.bz2
  747. yocto-docs
  748. - Repository Location: :yocto_git:`/yocto-docs`
  749. - Branch: :yocto_git:`honister </yocto-docs/log/?h=honister>`
  750. - Tag: :yocto_git:`yocto-3.4 </yocto-docs/tag/?h=yocto-3.4>`
  751. - Git Revision: :yocto_git:`d75c5450ecf56c8ac799a633ee9ac459e88f91fc </yocto-docs/commit/?id=d75c5450ecf56c8ac799a633ee9ac459e88f91fc>`