diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 | ||||
| -rw-r--r-- | documentation/migration-guides/release-4.0.rst | 2 | ||||
| -rw-r--r-- | documentation/migration-guides/release-notes-4.0.33.rst | 182 | ||||
| -rw-r--r-- | documentation/migration-guides/release-notes-4.0.34.rst | 191 | ||||
| -rw-r--r-- | documentation/sphinx-static/theme_overrides.css | 17 |
5 files changed, 387 insertions, 7 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 24a3fc751a..230d528e04 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
| @@ -711,7 +711,7 @@ Taking Patch Review into Account | |||
| 711 | You may get feedback on your submitted patches from other community members | 711 | You may get feedback on your submitted patches from other community members |
| 712 | or from the automated patchtest service. If issues are identified in your | 712 | or from the automated patchtest service. If issues are identified in your |
| 713 | patches then it is usually necessary to address these before the patches are | 713 | patches then it is usually necessary to address these before the patches are |
| 714 | accepted into the project. In this case you should your commits according | 714 | accepted into the project. In this case you should revise your commits according |
| 715 | to the feedback and submit an updated version to the relevant mailing list. | 715 | to the feedback and submit an updated version to the relevant mailing list. |
| 716 | 716 | ||
| 717 | In any case, never fix reported issues by fixing them in new commits | 717 | In any case, never fix reported issues by fixing them in new commits |
diff --git a/documentation/migration-guides/release-4.0.rst b/documentation/migration-guides/release-4.0.rst index 9b0cc01a1f..daacd92ffe 100644 --- a/documentation/migration-guides/release-4.0.rst +++ b/documentation/migration-guides/release-4.0.rst | |||
| @@ -39,3 +39,5 @@ Release 4.0 (kirkstone) | |||
| 39 | release-notes-4.0.30 | 39 | release-notes-4.0.30 |
| 40 | release-notes-4.0.31 | 40 | release-notes-4.0.31 |
| 41 | release-notes-4.0.32 | 41 | release-notes-4.0.32 |
| 42 | release-notes-4.0.33 | ||
| 43 | release-notes-4.0.34 | ||
diff --git a/documentation/migration-guides/release-notes-4.0.33.rst b/documentation/migration-guides/release-notes-4.0.33.rst new file mode 100644 index 0000000000..d393b59c27 --- /dev/null +++ b/documentation/migration-guides/release-notes-4.0.33.rst | |||
| @@ -0,0 +1,182 @@ | |||
| 1 | Release notes for Yocto-4.0.33 (Kirkstone) | ||
| 2 | ------------------------------------------ | ||
| 3 | |||
| 4 | Security Fixes in Yocto-4.0.33 | ||
| 5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 6 | |||
| 7 | - binutils: Fix :cve_nist:`2025-1181`, :cve_nist:`2025-11494`, :cve_nist:`2025-11839` and | ||
| 8 | :cve_nist:`2025-11840` | ||
| 9 | - cups: Fix :cve_nist:`2025-58436` and :cve_nist:`2025-61915` | ||
| 10 | - curl: Fix :cve_nist:`2025-14017`, :cve_nist:`2025-15079` and :cve_nist:`2025-15224` | ||
| 11 | - dropbear: Fix :cve_nist:`2019-6111` | ||
| 12 | - glib-2.0: Fix :cve_nist:`2025-13601`, :cve_nist:`2025-14087` and :cve_nist:`2025-14512` | ||
| 13 | - gnupg: Fix :cve_nist:`2025-68973` | ||
| 14 | - go: Fix :cve_nist:`2023-39323`, :cve_nist:`2025-61727` and :cve_nist:`2025-61729` | ||
| 15 | - go: Fix :cve_nist:`2025-58187` (update patch) | ||
| 16 | - grub: Fix :cve_nist:`2025-61661`, :cve_nist:`2025-61662`, :cve_nist:`2025-61663` and | ||
| 17 | :cve_nist:`2025-61664` | ||
| 18 | - libarchive: Fix :cve_nist:`2025-60753` (update patch) | ||
| 19 | - libpcap: Fix :cve_nist:`2025-11961` and :cve_nist:`2025-11964` | ||
| 20 | - libsoup: fix :cve_nist:`2025-12105` | ||
| 21 | - libxslt: Fix :cve_nist:`2025-11731` | ||
| 22 | - python3: Fix :cve_nist:`2025-13836` | ||
| 23 | - python3-urllib3: Fix :cve_nist:`2025-66418` | ||
| 24 | - qemu: Fix :cve_nist:`2025-12464` | ||
| 25 | - qemu: Ignore :cve_nist:`2025-54566` and :cve_nist:`2025-54567` | ||
| 26 | - rsync: Fix :cve_nist:`2025-10158` | ||
| 27 | - util-linux: Fix :cve_nist:`2025-14104` | ||
| 28 | |||
| 29 | |||
| 30 | Fixes in Yocto-4.0.33 | ||
| 31 | ~~~~~~~~~~~~~~~~~~~~~ | ||
| 32 | |||
| 33 | - build-appliance-image: Update to kirkstone head revision | ||
| 34 | - contributor-guide/recipe-style-guide.rst: explain difference between layer and recipe license(s) | ||
| 35 | - cross.bbclass: Propagate dependencies to outhash | ||
| 36 | - cups: allow unknown directives in conf files | ||
| 37 | - docs: Add a new "Security" section | ||
| 38 | - oeqa: Use 2.14 release of cpio instead of 2.13 | ||
| 39 | - overview-manual/yp-intro.rst: change removed ECOSYSTEM to ABOUT | ||
| 40 | - overview-manual/yp-intro.rst: fix SDK type in bullet list | ||
| 41 | - overview-manual/yp-intro.rst: link to YP members and participants | ||
| 42 | - overview-manual: convert YP-flow-diagram.png to SVG | ||
| 43 | - poky.conf: Bump version for 4.0.33 release | ||
| 44 | - pseudo: Upgrade to 1.9.2+git125b020dd2 | ||
| 45 | - ref-manual/classes.rst: document the image-container class | ||
| 46 | - ref-manual/release-process.rst: add a "Development Cycle" section | ||
| 47 | - ref-manual/svg/releases.svg: mark styhead and walnascar EOL | ||
| 48 | - ref-manual/svg/releases.svg: mark whinlatter as current release | ||
| 49 | - ref-manual/variables.rst: document the :term:`CCACHE_TOP_DIR` variable | ||
| 50 | - scripts/install-buildtools: Update to 4.0.31 | ||
| 51 | - test-manual/ptest.rst: detail the exit code and output requirements | ||
| 52 | |||
| 53 | |||
| 54 | Known Issues in Yocto-4.0.33 | ||
| 55 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 56 | |||
| 57 | - N/A | ||
| 58 | |||
| 59 | |||
| 60 | Contributors to Yocto-4.0.33 | ||
| 61 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 62 | |||
| 63 | - Aleksandar Nikolic | ||
| 64 | - Antonin Godard | ||
| 65 | - Changqing Li | ||
| 66 | - Deepesh Varatharajan | ||
| 67 | - Hitendra Prajapati | ||
| 68 | - Jiaying Song | ||
| 69 | - Kai Kang | ||
| 70 | - Khem Raj | ||
| 71 | - Libo Chen | ||
| 72 | - Liyin Zhang | ||
| 73 | - Martin Jansa | ||
| 74 | - Mingli Yu | ||
| 75 | - Paul Barker | ||
| 76 | - Peter Marko | ||
| 77 | - Richard Purdie | ||
| 78 | - Robert Yang | ||
| 79 | - Vijay Anusuri | ||
| 80 | - Yash Shinde | ||
| 81 | |||
| 82 | Repositories / Downloads for Yocto-4.0.33 | ||
| 83 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 84 | |||
| 85 | yocto-docs | ||
| 86 | |||
| 87 | - Repository Location: :yocto_git:`/yocto-docs` | ||
| 88 | - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>` | ||
| 89 | - Tag: :yocto_git:`yocto-4.0.33 </yocto-docs/log/?h=yocto-4.0.33>` | ||
| 90 | - Git Revision: :yocto_git:`6799b1be5d48f4bf5dcd0b16c2dbc2e297d4ecd9 </yocto-docs/commit/?id=6799b1be5d48f4bf5dcd0b16c2dbc2e297d4ecd9>` | ||
| 91 | - Release Artefact: yocto-docs-6799b1be5d48f4bf5dcd0b16c2dbc2e297d4ecd9 | ||
| 92 | - sha: 42a0eb89c8f87a9a966aecb8265f463486d4383cb67d1e67382ddf9d4d7f88b5 | ||
| 93 | - Download Locations: | ||
| 94 | |||
| 95 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/yocto-docs-6799b1be5d48f4bf5dcd0b16c2dbc2e297d4ecd9.tar.bz2 | ||
| 96 | |||
| 97 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/yocto-docs-6799b1be5d48f4bf5dcd0b16c2dbc2e297d4ecd9.tar.bz2 | ||
| 98 | |||
| 99 | poky | ||
| 100 | |||
| 101 | - Repository Location: :yocto_git:`/poky` | ||
| 102 | - Branch: :yocto_git:`kirkstone </poky/log/?h=kirkstone>` | ||
| 103 | - Tag: :yocto_git:`yocto-4.0.33 </poky/log/?h=yocto-4.0.33>` | ||
| 104 | - Git Revision: :yocto_git:`ff118ede826a9ae45eb35025a5f7f612880fba01 </poky/commit/?id=ff118ede826a9ae45eb35025a5f7f612880fba01>` | ||
| 105 | - Release Artefact: poky-ff118ede826a9ae45eb35025a5f7f612880fba01 | ||
| 106 | - sha: 2a8c24406fa96fc52728a96f25136a3fd7ee652eea6e12319a6b7c0457ccfdfd | ||
| 107 | - Download Locations: | ||
| 108 | |||
| 109 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/poky-ff118ede826a9ae45eb35025a5f7f612880fba01.tar.bz2 | ||
| 110 | |||
| 111 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/poky-ff118ede826a9ae45eb35025a5f7f612880fba01.tar.bz2 | ||
| 112 | |||
| 113 | openembedded-core | ||
| 114 | |||
| 115 | - Repository Location: :oe_git:`/openembedded-core` | ||
| 116 | - Branch: :oe_git:`kirkstone </openembedded-core/log/?h=kirkstone>` | ||
| 117 | - Tag: :oe_git:`yocto-4.0.33 </openembedded-core/log/?h=yocto-4.0.33>` | ||
| 118 | - Git Revision: :oe_git:`036f76ea35c49a78d612093dcd8eb1fac7ded8d7 </openembedded-core/commit/?id=036f76ea35c49a78d612093dcd8eb1fac7ded8d7>` | ||
| 119 | - Release Artefact: oecore-036f76ea35c49a78d612093dcd8eb1fac7ded8d7 | ||
| 120 | - sha: fc180ff224529fd73a7aec4a4cf5beb40fba17646ee694715cf603baba26610c | ||
| 121 | - Download Locations: | ||
| 122 | |||
| 123 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/oecore-036f76ea35c49a78d612093dcd8eb1fac7ded8d7.tar.bz2 | ||
| 124 | |||
| 125 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/oecore-036f76ea35c49a78d612093dcd8eb1fac7ded8d7.tar.bz2 | ||
| 126 | |||
| 127 | meta-yocto | ||
| 128 | |||
| 129 | - Repository Location: :yocto_git:`/meta-yocto` | ||
| 130 | - Branch: :yocto_git:`kirkstone </meta-yocto/log/?h=kirkstone>` | ||
| 131 | - Tag: :yocto_git:`yocto-4.0.33 </meta-yocto/log/?h=yocto-4.0.33>` | ||
| 132 | - Git Revision: :yocto_git:`677379f21941363d50f9d946963542b4ccb7e27c </meta-yocto/commit/?id=677379f21941363d50f9d946963542b4ccb7e27c>` | ||
| 133 | - Release Artefact: meta-yocto-677379f21941363d50f9d946963542b4ccb7e27c | ||
| 134 | - sha: 90f52c406f4e69748b8d73eee07b8a1247d19cc29f4893174f110a034b10415f | ||
| 135 | - Download Locations: | ||
| 136 | |||
| 137 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/meta-yocto-677379f21941363d50f9d946963542b4ccb7e27c.tar.bz2 | ||
| 138 | |||
| 139 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/meta-yocto-677379f21941363d50f9d946963542b4ccb7e27c.tar.bz2 | ||
| 140 | |||
| 141 | meta-mingw | ||
| 142 | |||
| 143 | - Repository Location: :yocto_git:`/meta-mingw` | ||
| 144 | - Branch: :yocto_git:`kirkstone </meta-mingw/log/?h=kirkstone>` | ||
| 145 | - Tag: :yocto_git:`yocto-4.0.33 </meta-mingw/log/?h=yocto-4.0.33>` | ||
| 146 | - Git Revision: :yocto_git:`87c22abb1f11be430caf4372e6b833dc7d77564e </meta-mingw/commit/?id=87c22abb1f11be430caf4372e6b833dc7d77564e>` | ||
| 147 | - Release Artefact: meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e | ||
| 148 | - sha: f0bc4873e2e0319fb9d6d6ab9b98eb3f89664d4339a167d2db6a787dd12bc1a8 | ||
| 149 | - Download Locations: | ||
| 150 | |||
| 151 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2 | ||
| 152 | |||
| 153 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2 | ||
| 154 | |||
| 155 | meta-gplv2 | ||
| 156 | |||
| 157 | - Repository Location: :yocto_git:`/meta-gplv2` | ||
| 158 | - Branch: :yocto_git:`kirkstone </meta-gplv2/log/?h=kirkstone>` | ||
| 159 | - Tag: :yocto_git:`yocto-4.0.33 </meta-gplv2/log/?h=yocto-4.0.33>` | ||
| 160 | - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a>` | ||
| 161 | - Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a | ||
| 162 | - sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d | ||
| 163 | - Download Locations: | ||
| 164 | |||
| 165 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 166 | |||
| 167 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 168 | |||
| 169 | bitbake | ||
| 170 | |||
| 171 | - Repository Location: :oe_git:`/bitbake` | ||
| 172 | - Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>` | ||
| 173 | - Tag: :oe_git:`yocto-4.0.33 </bitbake/log/?h=yocto-4.0.33>` | ||
| 174 | - Git Revision: :oe_git:`8e2d1f8de055549b2101614d85454fcd1d0f94b2 </bitbake/commit/?id=8e2d1f8de055549b2101614d85454fcd1d0f94b2>` | ||
| 175 | - Release Artefact: bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2 | ||
| 176 | - sha: fad4e7699bae62082118e89785324b031b0af0743064caee87c91ba28549afb0 | ||
| 177 | - Download Locations: | ||
| 178 | |||
| 179 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.33/bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2.tar.bz2 | ||
| 180 | |||
| 181 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.33/bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2.tar.bz2 | ||
| 182 | |||
diff --git a/documentation/migration-guides/release-notes-4.0.34.rst b/documentation/migration-guides/release-notes-4.0.34.rst new file mode 100644 index 0000000000..d2de165df1 --- /dev/null +++ b/documentation/migration-guides/release-notes-4.0.34.rst | |||
| @@ -0,0 +1,191 @@ | |||
| 1 | Release notes for Yocto-4.0.34 (Kirkstone) | ||
| 2 | ------------------------------------------ | ||
| 3 | |||
| 4 | Security Fixes in Yocto-4.0.34 | ||
| 5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 6 | |||
| 7 | - avahi: Fix :cve_nist:`2026-24401`, :cve_nist:`2025-68276`, :cve_nist:`2025-68468` and | ||
| 8 | :cve_nist:`2025-68471` | ||
| 9 | - bind: Fix :cve_nist:`2025-13878` | ||
| 10 | - expat: Fix :cve_nist:`2026-24515` and :cve_nist:`2026-25210` | ||
| 11 | - ffmpeg: Ignore :cve_nist:`2025-25468` and :cve_nist:`2025-25469` | ||
| 12 | - glib-2.0: Fix :cve_nist:`2026-0988`, :cve_nist:`2026-1484`, :cve_nist:`2026-1485` and | ||
| 13 | :cve_nist:`2026-1489` | ||
| 14 | - glibc: Fix :cve_nist:`2025-15281`, :cve_nist:`2026-0861` and :cve_nist:`2026-0915` | ||
| 15 | - harfbuzz: Ignore :cve_nist:`2026-22693` | ||
| 16 | - inetutils: Fix :cve_nist:`2026-24061` | ||
| 17 | - libpng: Fix :cve_nist:`2026-22695`, :cve_nist:`2026-22801` and :cve_nist:`2026-25646` | ||
| 18 | - libtasn1: Fix :cve_nist:`2025-13151` | ||
| 19 | - libxml2: Fix :cve_nist:`2026-0990` and :cve_nist:`2026-0992` | ||
| 20 | - linux-yocto/5.15: Fix :cve_nist:`2022-49465`, :cve_nist:`2023-54207`, :cve_nist:`2025-22058`, | ||
| 21 | :cve_nist:`2025-40040`, :cve_nist:`2025-40149`, :cve_nist:`2025-40164`, :cve_nist:`2025-68211`, | ||
| 22 | :cve_nist:`2025-68340`, :cve_nist:`2025-68365`, :cve_nist:`2025-68725`, :cve_nist:`2025-68817`, | ||
| 23 | :cve_nist:`2025-71147`, :cve_nist:`2025-71154`, :cve_nist:`2025-71162`, :cve_nist:`2025-71163`, | ||
| 24 | :cve_nist:`2026-22976`, :cve_nist:`2026-22977`, :cve_nist:`2026-22978`, :cve_nist:`2026-22980`, | ||
| 25 | :cve_nist:`2026-22982`, :cve_nist:`2026-22984`, :cve_nist:`2026-22990`, :cve_nist:`2026-22991`, | ||
| 26 | :cve_nist:`2026-22992`, :cve_nist:`2026-22997`, :cve_nist:`2026-22998`, :cve_nist:`2026-22999`, | ||
| 27 | :cve_nist:`2026-23060`, :cve_nist:`2026-23061`, :cve_nist:`2026-23063`, :cve_nist:`2026-23064`, | ||
| 28 | :cve_nist:`2026-23076`, :cve_nist:`2026-23078`, :cve_nist:`2026-23080`, :cve_nist:`2026-23083`, | ||
| 29 | :cve_nist:`2026-23084`, :cve_nist:`2026-23085`, :cve_nist:`2026-23087`, :cve_nist:`2026-23089`, | ||
| 30 | :cve_nist:`2026-23090`, :cve_nist:`2026-23091`, :cve_nist:`2026-23093`, :cve_nist:`2026-23095`, | ||
| 31 | :cve_nist:`2026-23096`, :cve_nist:`2026-23097`, :cve_nist:`2026-23119`, :cve_nist:`2026-23120`, | ||
| 32 | :cve_nist:`2026-23121`, :cve_nist:`2026-23124`, :cve_nist:`2026-23125`, :cve_nist:`2026-23133`, | ||
| 33 | :cve_nist:`2026-23146`, :cve_nist:`2026-23150`, :cve_nist:`2026-23164`, :cve_nist:`2026-23167` | ||
| 34 | and :cve_nist:`2026-23170` | ||
| 35 | - openssl: Fix :cve_nist:`2025-15467`, :cve_nist:`2026-22795`, :cve_nist:`2026-22796`, | ||
| 36 | :cve_nist:`2025-68160`, :cve_nist:`2025-69418`, :cve_nist:`2025-69419`, :cve_nist:`2025-69420` | ||
| 37 | and :cve_nist:`2025-69421` | ||
| 38 | - python3: Fix :cve_nist:`2025-12084` and :cve_nist:`2025-13837` | ||
| 39 | - vim: Ignore :cve_nist:`2025-66476` | ||
| 40 | - zlib: Ignore :cve_nist:`2026-22184` | ||
| 41 | |||
| 42 | |||
| 43 | Fixes in Yocto-4.0.34 | ||
| 44 | ~~~~~~~~~~~~~~~~~~~~~ | ||
| 45 | |||
| 46 | - bind: Upgrade to 9.18.44 | ||
| 47 | - build-appliance-image: Update to kirkstone head revision | ||
| 48 | - classes/buildhistory: Do not sign buildhistory commits | ||
| 49 | - dev-manual/packages.rst: fix example recipe version | ||
| 50 | - dev-manual/packages.rst: pr server: fix and explain why r0.X increments on :term:`SRCREV` change | ||
| 51 | - dev-manual/packages.rst: rename r0.0 to r0 when :term:`PR` server is not enabled | ||
| 52 | - glibc: stable 2.35 branch updates | ||
| 53 | - linux-yocto/5.15: update to v5.15.199 | ||
| 54 | - migration-guides: add release notes for 4.0.32 | ||
| 55 | - openssl: upgrade to 3.0.19 | ||
| 56 | - poky.conf: Bump version for 4.0.34 release | ||
| 57 | - poky.conf: add fedora-41, debian-12, rocky-8&9 to :term:`SANITY_TESTED_DISTROS` | ||
| 58 | - pseudo: Update to 1.9.3+git43cbd8fb49 | ||
| 59 | - ref-manual/classes.rst: fix broken links to U-Boot documentation | ||
| 60 | - ref-manual/system-requirements.rst: update untested distros | ||
| 61 | - scripts/install-buildtools: Update to 4.0.32 | ||
| 62 | - u-boot: move CVE patch out of u-boot-common.inc | ||
| 63 | - what-i-wish-id-known.rst: replace figure by the new SVG | ||
| 64 | |||
| 65 | |||
| 66 | Known Issues in Yocto-4.0.34 | ||
| 67 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 68 | |||
| 69 | - N/A | ||
| 70 | |||
| 71 | |||
| 72 | Contributors to Yocto-4.0.34 | ||
| 73 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 74 | |||
| 75 | - Aleksandar Nikolic | ||
| 76 | - Amaury Couderc | ||
| 77 | - Ankur Tyagi | ||
| 78 | - Antonin Godard | ||
| 79 | - Bruce Ashfield | ||
| 80 | - Fabio Berton | ||
| 81 | - Hugo SIMELIERE | ||
| 82 | - Lee Chee Yang | ||
| 83 | - Michael Opdenacker | ||
| 84 | - Paul Barker | ||
| 85 | - Peter Marko | ||
| 86 | - Richard Purdie | ||
| 87 | - Scott Murray | ||
| 88 | - Vijay Anusuri | ||
| 89 | - Yoann Congal | ||
| 90 | |||
| 91 | Repositories / Downloads for Yocto-4.0.34 | ||
| 92 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 93 | |||
| 94 | yocto-docs | ||
| 95 | |||
| 96 | - Repository Location: :yocto_git:`/yocto-docs` | ||
| 97 | - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>` | ||
| 98 | - Tag: :yocto_git:`yocto-4.0.34 </yocto-docs/log/?h=yocto-4.0.34>` | ||
| 99 | - Git Revision: :yocto_git:`7c348dd67cfd169b1a56bf969606b03dccb76c56 </yocto-docs/commit/?id=7c348dd67cfd169b1a56bf969606b03dccb76c56>` | ||
| 100 | - Release Artefact: yocto-docs-7c348dd67cfd169b1a56bf969606b03dccb76c56 | ||
| 101 | - sha: 0677fc3aee3c936599f3bcffbe16792494058bd3506ca3ab1697ceac1822829b | ||
| 102 | - Download Locations: | ||
| 103 | |||
| 104 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/yocto-docs-7c348dd67cfd169b1a56bf969606b03dccb76c56.tar.bz2 | ||
| 105 | |||
| 106 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/yocto-docs-7c348dd67cfd169b1a56bf969606b03dccb76c56.tar.bz2 | ||
| 107 | |||
| 108 | poky | ||
| 109 | |||
| 110 | - Repository Location: :yocto_git:`/poky` | ||
| 111 | - Branch: :yocto_git:`kirkstone </poky/log/?h=kirkstone>` | ||
| 112 | - Tag: :yocto_git:`yocto-4.0.34 </poky/log/?h=yocto-4.0.34>` | ||
| 113 | - Git Revision: :yocto_git:`8334e82e1d85e50557bd3da64054fc9e3eafc495 </poky/commit/?id=8334e82e1d85e50557bd3da64054fc9e3eafc495>` | ||
| 114 | - Release Artefact: poky-8334e82e1d85e50557bd3da64054fc9e3eafc495 | ||
| 115 | - sha: 74fcc57d1dd3bb0c6ef77bfaaeca7504f393e705a55149cf52d4b61981c9c387 | ||
| 116 | - Download Locations: | ||
| 117 | |||
| 118 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/poky-8334e82e1d85e50557bd3da64054fc9e3eafc495.tar.bz2 | ||
| 119 | |||
| 120 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/poky-8334e82e1d85e50557bd3da64054fc9e3eafc495.tar.bz2 | ||
| 121 | |||
| 122 | openembedded-core | ||
| 123 | |||
| 124 | - Repository Location: :oe_git:`/openembedded-core` | ||
| 125 | - Branch: :oe_git:`kirkstone </openembedded-core/log/?h=kirkstone>` | ||
| 126 | - Tag: :oe_git:`yocto-4.0.34 </openembedded-core/log/?h=yocto-4.0.34>` | ||
| 127 | - Git Revision: :oe_git:`7b6c9faa301a6d058ca34e230586f6a81ffa3ffb </openembedded-core/commit/?id=7b6c9faa301a6d058ca34e230586f6a81ffa3ffb>` | ||
| 128 | - Release Artefact: oecore-7b6c9faa301a6d058ca34e230586f6a81ffa3ffb | ||
| 129 | - sha: 375a22e3e229064749e78c80c44cde95adcedd26df76045fccefa3a9d3fa14ad | ||
| 130 | - Download Locations: | ||
| 131 | |||
| 132 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/oecore-7b6c9faa301a6d058ca34e230586f6a81ffa3ffb.tar.bz2 | ||
| 133 | |||
| 134 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/oecore-7b6c9faa301a6d058ca34e230586f6a81ffa3ffb.tar.bz2 | ||
| 135 | |||
| 136 | meta-yocto | ||
| 137 | |||
| 138 | - Repository Location: :yocto_git:`/meta-yocto` | ||
| 139 | - Branch: :yocto_git:`kirkstone </meta-yocto/log/?h=kirkstone>` | ||
| 140 | - Tag: :yocto_git:`yocto-4.0.34 </meta-yocto/log/?h=yocto-4.0.34>` | ||
| 141 | - Git Revision: :yocto_git:`1d3874a383023a5e2433e0fcfd87ac5d1e6d341d </meta-yocto/commit/?id=1d3874a383023a5e2433e0fcfd87ac5d1e6d341d>` | ||
| 142 | - Release Artefact: meta-yocto-1d3874a383023a5e2433e0fcfd87ac5d1e6d341d | ||
| 143 | - sha: baf48bbe1f29686d502c0c6f311c7723b0a18f08e7efbf89c150589102285dbe | ||
| 144 | - Download Locations: | ||
| 145 | |||
| 146 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/meta-yocto-1d3874a383023a5e2433e0fcfd87ac5d1e6d341d.tar.bz2 | ||
| 147 | |||
| 148 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/meta-yocto-1d3874a383023a5e2433e0fcfd87ac5d1e6d341d.tar.bz2 | ||
| 149 | |||
| 150 | meta-mingw | ||
| 151 | |||
| 152 | - Repository Location: :yocto_git:`/meta-mingw` | ||
| 153 | - Branch: :yocto_git:`kirkstone </meta-mingw/log/?h=kirkstone>` | ||
| 154 | - Tag: :yocto_git:`yocto-4.0.34 </meta-mingw/log/?h=yocto-4.0.34>` | ||
| 155 | - Git Revision: :yocto_git:`87c22abb1f11be430caf4372e6b833dc7d77564e </meta-mingw/commit/?id=87c22abb1f11be430caf4372e6b833dc7d77564e>` | ||
| 156 | - Release Artefact: meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e | ||
| 157 | - sha: f0bc4873e2e0319fb9d6d6ab9b98eb3f89664d4339a167d2db6a787dd12bc1a8 | ||
| 158 | - Download Locations: | ||
| 159 | |||
| 160 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2 | ||
| 161 | |||
| 162 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2 | ||
| 163 | |||
| 164 | meta-gplv2 | ||
| 165 | |||
| 166 | - Repository Location: :yocto_git:`/meta-gplv2` | ||
| 167 | - Branch: :yocto_git:`kirkstone </meta-gplv2/log/?h=kirkstone>` | ||
| 168 | - Tag: :yocto_git:`yocto-4.0.34 </meta-gplv2/log/?h=yocto-4.0.34>` | ||
| 169 | - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a>` | ||
| 170 | - Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a | ||
| 171 | - sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d | ||
| 172 | - Download Locations: | ||
| 173 | |||
| 174 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 175 | |||
| 176 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 | ||
| 177 | |||
| 178 | bitbake | ||
| 179 | |||
| 180 | - Repository Location: :oe_git:`/bitbake` | ||
| 181 | - Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>` | ||
| 182 | - Tag: :oe_git:`yocto-4.0.34 </bitbake/log/?h=yocto-4.0.34>` | ||
| 183 | - Git Revision: :oe_git:`8e2d1f8de055549b2101614d85454fcd1d0f94b2 </bitbake/commit/?id=8e2d1f8de055549b2101614d85454fcd1d0f94b2>` | ||
| 184 | - Release Artefact: bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2 | ||
| 185 | - sha: fad4e7699bae62082118e89785324b031b0af0743064caee87c91ba28549afb0 | ||
| 186 | - Download Locations: | ||
| 187 | |||
| 188 | https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.34/bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2.tar.bz2 | ||
| 189 | |||
| 190 | https://mirrors.edge.kernel.org/yocto/yocto/yocto-4.0.34/bitbake-8e2d1f8de055549b2101614d85454fcd1d0f94b2.tar.bz2 | ||
| 191 | |||
diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index d235cb826f..3cb16dbccc 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/sphinx-static/theme_overrides.css | |||
| @@ -99,14 +99,19 @@ em { | |||
| 99 | [alt='Permalink'] { color: #eee; } | 99 | [alt='Permalink'] { color: #eee; } |
| 100 | [alt='Permalink']:hover { color: black; } | 100 | [alt='Permalink']:hover { color: black; } |
| 101 | 101 | ||
| 102 | .literal-block { | ||
| 103 | background: #f8f8f8; | ||
| 104 | } | ||
| 105 | |||
| 102 | @media screen { | 106 | @media screen { |
| 103 | /* content column | 107 | .wy-nav-content { |
| 104 | * | 108 | max-width: 1000px; |
| 105 | * RTD theme's default is 800px as max width for the content, but we have | 109 | background: #fcfcfc; |
| 106 | * tables with tons of columns, which need the full width of the view-port. | 110 | } |
| 107 | */ | ||
| 108 | 111 | ||
| 109 | .wy-nav-content{max-width: none; } | 112 | .wy-nav-content-wrap { |
| 113 | background: #efefef; | ||
| 114 | } | ||
| 110 | 115 | ||
| 111 | /* inline literal: drop the borderbox, padding and red color */ | 116 | /* inline literal: drop the borderbox, padding and red color */ |
| 112 | code, .rst-content tt, .rst-content code { | 117 | code, .rst-content tt, .rst-content code { |
