summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* migration-guides: add release notes for 4.0.13Lee Chee Yang2023-10-132-0/+272
| | | | | | | | (From yocto-docs rev: bb5c0f8e8956938ca05907feabbf7b0ef2ea6dbe) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* overview: Add note about non-reproducibility side effectsJoshua Watt2023-10-131-0/+9
| | | | | | | | | | | Adds an additional note about some of the side effects that can occur if recipes are not reproducible and hash equivalence is enabled. (From yocto-docs rev: 968ac9807466df775f18fca050070170d3ed8585) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: fix testimage usage instructionsTrevor Gamblin2023-10-132-3/+3
| | | | | | | | | | | | | | | | The proper way to inherit the testimage class is now IMAGE_CLASSES += "testimage" so change lines with 'INHERIT += "testimage"' to match. This makes the dev-manual consistent with the migration guide, which already specifies that the old way causes an error. (From yocto-docs rev: 4d660551a6547ffe216e53402759baef424c4da2) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: releases.svg: Scarthgap is now version 5.0Michael Opdenacker2023-10-131-1/+1
| | | | | | | | | According to https://wiki.yoctoproject.org/wiki/Releases (From yocto-docs rev: 1d80812f27e21956124a5adcc81ac638e753cf37) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: style-guide: discourage using Pending patch statusRoland Hieber2023-10-111-1/+8
| | | | | | | | | | Suggested-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Suggested-by: Alexander Kanavin <alex.kanavin@gmail.com> (From yocto-docs rev: 7826ddb9bc397f3c59c69b8b4480911466c5f628) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: deprecate "Accepted" patch statusRoland Hieber2023-10-111-8/+5
| | | | | | | | | | | | | | | | | | | | This is in accordance with the gatesgarth Release Notes: > In the ``Upstream-Status`` header convention for patches, > ``Accepted`` has | been replaced with ``Backport`` as these almost > always mean the same thing i.e. the patch is already upstream and > may need to be removed in a future recipe upgrade. If you are adding > these headers to your own patches then use Backport to indicate that > the patch has been sent upstream. <https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes> Suggested-by: Michael Opdenacker <michael.opdenacker@bootlin.com> (From yocto-docs rev: ca3fa9079f0effc8506626fc2c76736b240d2c29) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: discourage marking patches as InappropriateRoland Hieber2023-10-111-16/+14
| | | | | | | | | | | | | | It was never really clear what all those reasons really meant, and every patch submitted upstream liftens the maintenance on the Yocto side. So remove the current list, and replace it with two reasons in which an upstream submission likely won't benefit the upstream project. Suggested-by: Alexander Kanavin <alex.kanavin@gmail.com> (From yocto-docs rev: 3b2211e56220319f8134bfda2e9dc51376623173) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: recipe-style-guide: add section about CVE patchesRoland Hieber2023-10-111-0/+25
| | | | | | | | | | | | | | | | | | | This was previously included in the OpenEmbedded wiki page [1], but was not ported along with the rest in commit 95c9a1e1e78bbfb82ade (2023-09-12, Michael Opdenacker: "contributor-guide: recipe-style-guide: add Upstream-Status"). [1]: https://www.openembedded.org/index.php?title=Commit_Patch_Message_Guidelines&oldid=10935 Group the examples in their own sections (but name it differently from any other section in this document so that sphinx doesn't generate a warning about duplicate labels). (From yocto-docs rev: f22254dcfe0f17cc7998a7cfc69dfc055b41e2f0) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: recipe-style-guide: add more patch tagging examplesRoland Hieber2023-10-111-1/+20
| | | | | | | | (From yocto-docs rev: 5341d166be5938405a3cb99b28febd2e12bcf9f0) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: new-recipe.rst: replace reference to wikiMichael Opdenacker2023-10-111-3/+3
| | | | | | | (From yocto-docs rev: 7f60472fd0bfdd8d241536ac3868e428b87ae4f5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bsp-guide: bsp.rst: replace reference to wikiMichael Opdenacker2023-10-111-2/+2
| | | | | | | (From yocto-docs rev: eee269646728f22c92c11f945e67798ce727ac68) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide/style-guide: Add a note about task idempotenceRichard Purdie2023-10-111-0/+14
| | | | | | | | (From yocto-docs rev: 266f018e816047ea3f91efa4b1944221ea3a2005) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> CC: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide/style-guide: Refer to recipes, not packagesRichard Purdie2023-10-111-7/+8
| | | | | | | | | | | Whilst often referred to as packages by people we should use the more accurate term in documentation, 'recipe' instead of 'packages'. (From yocto-docs rev: b164d45594bc054e96af7e64efae7e4fe685cec3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: point outdated link to the new locationRoland Hieber2023-09-291-5/+5
| | | | | | | | (From yocto-docs rev: 08e04026d57450ea9496cdf8bf50c2f1fb033af5) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* template: fix typo in section headerRoland Hieber2023-09-291-1/+1
| | | | | | | | (From yocto-docs rev: 3afbb4b438f306c22ab15d8b64cdd1161c282703) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: licenses: mention SPDX for license complianceMichael Opdenacker2023-09-291-8/+22
| | | | | | | | (From yocto-docs rev: 7082ce69f50094052df6e6134eb74c2721ecf147) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* contributor-guide: recipe-style-guide: add Upstream-StatusMichael Opdenacker2023-09-291-0/+81
| | | | | | | (From yocto-docs rev: 52459e2ee09d5e79bacb69b64cb7755ddc8082ab) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: new-recipe.rst fix inconsistency with contributor guideMichael Opdenacker2023-09-291-6/+7
| | | | | | | | | | | This document was suggesting a way to version pre-releases which doesn't match the latest recommendations from the contributor guide. (From yocto-docs rev: bb74a9f83b84fa0d2836ed09175cac3c671b1042) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: disk-space: improve wording for obsolete sstate cache filesMichael Opdenacker2023-09-291-4/+4
| | | | | | | | | | | | | | | Replace "duplicate" by "obsolete", more appropriate. "duplicate" probably comes from the "--remove-duplicated" option of the sstate-cache-management.sh script. Improve other sentences too. (From yocto-docs rev: e893d66999a97732780ff2b1ba6fb7e6e9d2eff7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> CC: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* sdk-manual: extensible.rst: fix multiple formatting issuesMichael Opdenacker2023-09-291-146/+108
| | | | | | | | | | Take advantage of this edit to also fix alignment issues in the sources. (From yocto-docs rev: 6d17f91c3078b5aeb6fa4acab8c9a0ff8e962fa5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: disk-space: mention faster "find" command to trim sstate cacheMichael Opdenacker2023-09-131-9/+25
| | | | | | | | | | | | [YOCTO #15182] (From yocto-docs rev: 0bcd2ca98870f4d5bb8c2677fda260da548787d6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Yoann CONGAL <yoann.congal@smile.fr> Reported-by: Randy MacLeod <randy.macleod@windriver.com> Reported-by: Josef Holzmayr <jester@theyoctojester.info> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* manuals: add new contributor guideMichael Opdenacker2023-09-1315-556/+1159
| | | | | | | (From yocto-docs rev: 77f20d1594db42818aac9a7a92865def8fb7ec36) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: remove unsupported :term: markup inside markupYoann Congal2023-09-131-2/+2
| | | | | | | | | | | | | ":term:`Initramfs`" in bold text appears verbatim (no link is created). The term link is present elsewhere in the text so remove the extra markup. (From yocto-docs rev: fc8e220290414dab45299d0ac829c8c461b1903c) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: system-requirements: update supported distrosMichael Opdenacker2023-09-131-9/+29
| | | | | | | | | | | | | | | | | | - Update according to changes in SANITY_TESTED_DISTROS (meta-poky/conf/distro/poky.conf) - No longer declare as "Supported" the distributions versions which are End of Life for their vendors, as some of them (Ubuntu for example) ship updates to subscribers only, which the Yocto Project has no access to. - List distribution versions which were previously tested for the branch of the Yocto Project being considered. (From yocto-docs rev: fd5113b7e20844a44a2c9da37e1bc10034d46cfe) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.0.12Lee Chee Yang2023-09-132-0/+278
| | | | | | | | (From yocto-docs rev: b84954c7d53fe86d6228a2450de5c0d9ea9f0960) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.2.3Lee Chee Yang2023-09-132-0/+264
| | | | | | | | (From yocto-docs rev: d81b671a7868903b60035ba56a05c714b0d731f1) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* dev-manual: wic.rst: Update native tools build commandDaniel Semkowicz2023-08-151-1/+1
| | | | | | | | | | | | | | | | Requirements list seems to be outdated. It is not possible to follow instructions for Raw Mode as not all of the native tools are available. All wic dependencies are gathered under wic-tools package. Some commands in the instruction already use wic-tools native sysroot, but this dependency is not specified in the requirements. Update the command for building native tools to use wic-tools instead of the seperate packages. (From yocto-docs rev: 8e6752a9e55d16f3713e248b37f9d4d2745a2375) Signed-off-by: Daniel Semkowicz <dse@thaumatec.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.2.2Lee Chee Yang2023-08-152-0/+331
| | | | | | | | (From yocto-docs rev: 38f76e898192154aaa18b1bdb90c0b5dff0b50c9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: document image-specific variant of INCOMPATIBLE_LICENSEAlexander Kanavin2023-08-152-9/+20
| | | | | | | | | | | | This has been around without being properly documented since 2019 (!!!), and is nowadays the preferred method for enforcing license restrictions, especially since meta-gplv2 is officially obsolete. (From yocto-docs rev: 40d3cb5257fea3669efe28e534e5f9479a2837b3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: LTS releases now supported for 4 yearsMichael Opdenacker2023-07-262-12/+11
| | | | | | | (From yocto-docs rev: 60bcf303631054a1caa7ed1e22516a261b884fde) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.0.11Lee Chee Yang2023-07-262-0/+215
| | | | | | | | (From yocto-docs rev: 2487fb9065f497a3cd7f5077665a6f4815a7faef) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.0.10Lee Chee Yang2023-07-262-0/+181
| | | | | | | | (From yocto-docs rev: c8c20ff5267669b712628408967c087dac179563) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* conf.py: add macro for Mitre CVE linksMichael Opdenacker2023-07-261-0/+1
| | | | | | | | | Useful for CVEs that are not found (yet) on https://nvd.nist.gov/ (From yocto-docs rev: 4b8f2dddf85ca4be6bacad65f3893c9f593f7e18) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* docs: ref-manual: terms: fix typos in SPDX termQuentin Schulz2023-07-201-2/+2
| | | | | | | | | | Fixes: 2c53ac40e99a ("ref-manual: terms.rst: add SBOM and SPDX terms") Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: a92b206cec9f17db4bb50eb8e7ca088e55a43e61) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: releases.svg: updatesMichael Opdenacker2023-07-201-92/+585
| | | | | | | | | | | - Kirkstone is now a 4 year LTS - Add future Scarthgap LTS - Update document metadata: license, title (From yocto-docs rev: 408b722ca330155e770262c7db8494ff897cfdb1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* docs: bsp-guide: bsp: fix typoQuentin Schulz2023-06-241-1/+1
| | | | | | | | | | | | It's meta-openembedded and not meta-openbedded, let's fix it. Fixes: de6e7c05fbcf ("manuals: stop referring to the meta-openembedded repo from GitHub") Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: 54d849d259a332389beea159d789f8fa92871475) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* profile-manual: fix blktrace remote usage instructionsHannu Lounento2023-06-211-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The references to the target and host systems (i.e. the client and server respectively) were swapped in the instructions. Also, there's no need to specify the device node on the server command line that is run on the host system. The previous, incorrect, instructions resulted typically in: target# blktrace -l /dev/mmcblk1 server: waiting for connections... and host$ blktrace -d /dev/mmcblk2 -h target Invalid path /dev/mmcblk2 specified: 2/No such file or directory unless the same device node happened to exist on the host system. Based on target# blktrace --version blktrace version 2.0.0 and host$ blktrace --version blktrace version 2.0.0 (From yocto-docs rev: 3534c2898ce835a08e200f50412561dc782e9021) Signed-off-by: Hannu Lounento <hannu.lounento@vaisala.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: add clarification for SRCREVEd Beroset2023-06-211-1/+1
| | | | | | | | | | | | | It was not clear to me what a "full revision identifier" was in the context of the note documenting SRCREV. After clarification via IRC, this submission attempts to clarify what is meant to help future readers. (From yocto-docs rev: ed6f24518c47ecc42a6ef99c35af0f8e0df40e5e) Signed-off-by: Ed Beroset <beroset@ieee.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* overview-manual: concepts.rst: Fix a typoDaniel Ammann2023-05-311-1/+1
| | | | | | | | (From yocto-docs rev: 5df143f42b60f955cd76a4ad2ff6efceca1d725a) Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: classes.rst: fix typoUlrich Ölmann2023-05-311-1/+1
| | | | | | | | (From yocto-docs rev: 564aaedb2418cbdf42bb2fb42b35ccaf7e7c8b4e) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.2.1Lee Chee Yang2023-05-312-0/+207
| | | | | | | | (From yocto-docs rev: 8b9d62a69b52726e2214325a555853a51eda88c5) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* releases.svg: fix and explain duration of Hardknott 3.3Michael Opdenacker2023-05-191-28/+49
| | | | | | | | (From yocto-docs rev: 6b04269bba72311e83139cc88b7a3539a5d832e8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Takayasu Ito <ito@lineo.co.jp> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release-notes for 4.1.4Lee Chee Yang2023-05-172-0/+255
| | | | | | | | (From yocto-docs rev: dc89b4bb329e2d1600a0a051e472f5c89bb6abef) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: classes: kernel: document automatic defconfig usageLuca Ceresoli2023-05-101-0/+7
| | | | | | | | | | | Since a very long time the kernel bbclass uses a defconfig file from SRC_URI automatically. Document this feature. (From yocto-docs rev: d99f7913ca3fc546a9714a38f3e22403261c4015) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: classes: kernel: remove incorrect sentence openingLuca Ceresoli2023-05-101-5/+5
| | | | | | | | | | | | "This means that" implies that this sentence is a consequence of the previous, but this is not the case, the two sentences being quite unrelated to each other. (From yocto-docs rev: e2bca485efa25f3950cb229ac49bda6780dbe5bf) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* release-notes-4.2: update known issues and Repositories/DownloadsLee Chee Yang2023-05-101-0/+61
| | | | | | | | (From yocto-docs rev: 9d3150d684d81cbe599e27052b2ac46063b659a6) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: release-notes-4.2: add doc improvement highlightsMichael Opdenacker2023-05-103-0/+22
| | | | | | | (From yocto-docs rev: 5fd29ff6e305aaf025ef9a95190c5aaf92f51f1c) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: variables.rst: don't mention the INIT_MANAGER "none" optionMichael Opdenacker2023-05-041-5/+0
| | | | | | | | | | | | | As it is mainly used for internal purposes, so not necessarily useful for regular users. OE-core "nodistro" uses it as a fallback to the default setting. (From yocto-docs rev: aa4d4034707d7c74488678e77d4f45d65782b2a7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* docs: add support for mickledore (4.2) releaseMichael Halstead2023-05-042-8/+10
| | | | | | | | | | | This adds support for the Mickledore (4.2) release and update the current dev branch to Nanbield. (From yocto-docs rev: 5321befbfdc014d469b298bdd5b31d684231b2cb) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: system-requirements.rst: fix AlmaLinux variable nameMichael Opdenacker2023-05-031-1/+1
| | | | | | | (From yocto-docs rev: d84b771e2ca22fa7dd9525dc515d3972035366eb) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>