summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-06-21[kirkstone] profile-manual: fix blktrace remote usage instructionsyocto-4.0.11kirkstone-4.0.11Hannu Lounento
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 Signed-off-by: Hannu Lounento <hannu.lounento@vaisala.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-06-19[kirkstone] ref-manual: add clarification for SRCREVEd Beroset
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. Signed-off-by: Ed Beroset <beroset@ieee.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-05-30overview-manual: concepts.rst: Fix a typoDaniel Ammann
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-05-24[kirkstone] migration-guides: add release notes for 4.0.10Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-05-24[kirkstone] migration-guides: use new cve_mitre macroMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-05-24[kirkstone] conf.py: add macro for Mitre CVE linksMichael Opdenacker
New cve_mitre macro for CVEs that are not found (yet) on https://nvd.nist.gov/ Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-05-24[kirstone] Revert "docs: conf.py: fix cve extlinks caption for sphinx <4.0"Quentin Schulz
This reverts commit c9922076f5c1285d9cfd6aff8ce5b6635d88222f. Since the minimum version required to build the docs has been bumped in the previous commit to 4.0, this commit is not required. Moreover, since Sphinx 5.0 triggers a warning when extlinks captions are not using %s substitution and Sphinx 6.0 will fail to build without the substitution characters, this revert is now required to be able to build the docs. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-04-22migration-guides: add release-notes for 4.0.9yocto-4.0.10kirkstone-4.0.10Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-15[kirkstone] migration-guides: add 4.0.8 release notesyocto-4.0.9kirkstone-4.0.9Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-23[kirkstone] dev-manual: common-tasks.rst: add link to FOSDEM 2023 videoyocto-4.0.8kirkstone-4.0.8Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Joshua Watt <JPEWhacker@gmail.com>
2023-02-23system-requirements.rst: add Fedora 36 and AlmaLinux 8.7 to list of ↵Steve Sakoman
supported distros Signed-off-by: Steve Sakoman <steve@sakoman.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-14[kirkstone] manuals: update patchwork instance URLMichael Opdenacker
https://patchwork.openembedded.org/ has been since long discontinued Also better to mention https://patchwork.yoctoproject.org/ than the patchwork home page. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-13[kirkstone] bsp-guide: fix broken git URLs and missing wordMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-13[kirkstone] profile-manual: update WireShark hyperlinksMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-13[kirkstone] migration-guides: add release-notes for 4.0.7Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Suggested-by: Takayasu Ito <ito@lineo.co.jp> --- Changes in V3: - Fix "underline too short" warnings - Fix broken links in CVEs, not existing in the NIST dababase because of a "RESERVED" state. Replaced by other links: - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43552 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32891 - Also added: - python3: Fix :cve:`2022-45061` Reported by Takayasu Ito <ito@lineo.co.jp> Changes in V2: - V2 was sent by mistake with no changes
2023-02-09[kirkstone] ref-manual: document SSTATE_EXCLUDEDEPS_SYSROOTMichael Opdenacker
Backport from master: https://git.yoctoproject.org/yocto-docs/commit/?id=b6690011c14ce4bf30571f045152a9d324ad5039 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-07[kirkstone] dev-manual: fix old override syntaxMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
2023-01-09[kirkstone] manuals: document SPDX_PRETTY variableyocto-4.0.7kirkstone-4.0.7Michael Opdenacker
Now that it has been backported to Kirkstone https://git.yoctoproject.org/poky/commit/?h=kirkstone&id=99483cff5c358d847ceb077349321eb57d5143e4 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-01-06[kirkstone] docs: kernel-dev: faq: update tip on how to not include kernel ↵Quentin Schulz
in image Since commit f6d963fa6d0e ("kernel: make kernel-base recommend kernel-image, not depend"), present in Kirkstone 4.0, one should set RRECOMMENDS and not RDEPENDS to avoid including the kernel in the image, so let's update the documentation to reflect that. Reported-by: Konstantin Kletschke <konstantin.kletschke@inside-m2m.de> Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-01-06[kirstone] docs: migration-4.0: specify variable name change for kernel ↵Quentin Schulz
inclusion in image recipe Since commit f6d963fa6d0e ("kernel: make kernel-base recommend kernel-image, not depend"), present in Kirkstone 4.0, one should set RRECOMMENDS and not RDEPENDS to avoid including the kernel in the image, so let's update the documentation to reflect that. Reported-by: Konstantin Kletschke <konstantin.kletschke@inside-m2m.de> Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-01-05[kirkstone] manuals: add 4.0.5 and 4.0.6 release notesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-12-02[kirkstone] SPDX and CVE documentation updatesyocto-4.0.6kirkstone-4.0.6Michael Opdenacker
Backporting from master the ones that are applicable to kirkstone. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
2022-12-01common-tasks.rst: fix oeqa runtime test pathMikko Rapeli
It's "runtime/cases" in master and kirkstone. If layer specific tests are in "runtime" directory, they will not be found. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-06[kirkstone] dev-manual: fix reference to BitBake user manualyocto-4.0.5kirkstone-4.0.5Michael Opdenacker
Fix a wrong reference no longer tolerated by Sphinx 5.x (missing "bitbake:" prefix) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-06[kirkstone] migration-guides: add 4.0.4 release notesMichael Opdenacker
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-03[kirkstone] poky.yaml.in: update version requirementsMichael Opdenacker
According to meta/classes/sanity.bbclass in Poky Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
2022-09-13system-requirements.rst: Add Ubuntu 22.04 to list of supported distrosyocto-4.0.4kirkstone-4.0.4Steve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2022-08-30[kirkstone]: migration guides: add missing release notesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-08-29[kirkstone] ref-manual: add numa to machine featuresJon Mason
numa is an existing machine feature, add it to the list so that users are aware of it. Signed-off-by: Jon Mason <jdmason@kudzu.us> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
2022-07-20[kirkstone] ref-manual: variables: remove sphinx directive from literal blockyocto-4.0.3kirkstone-4.0.3Michael Opdenacker
Literal blocks make sphinx take their text verbatim. This means that directives cannot be used in literal blocks. This means :term:`S` was printed as-is, without actually creating a link to the S variable definition as would be expected outside of literal blocks. Initially contributed to the master branch by Quentin Schulz. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net>
2022-07-20[kirkstone] docs: BB_HASHSERVE_UPSTREAM: update to new hostMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> --- Changes in V2: * Add missing "[kirkstone]" to the commit title
2022-06-27[kirkstone] manuals: switch to the sstate mirror shared between all versionsyocto-4.0.2kirkstone-4.0.2Michael Opdenacker
Following https://git.yoctoproject.org/poky/commit/?id=cf7d8894545b83f55420fa33f7848e1bfc6754ff Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-04-29[kirkstone] migration-guides: release-notes-4.0: mention LTS releaseyocto-4.0.1kirkstone-4.0.1Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-04-27[kirkstone] migration-guides: stop including documents with ".. include"Nicolas Dechesne
This prevented variables from being substituted through the code in yocto-vars.py, at least in the files included this way. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-04-26set_versions: update for 4.0 releaseMichael Halstead
Uncomment langdale lines to bump the version. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2022-04-25releases: update for yocto 4.0Michael Halstead
Bump various versions and names. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2022-04-24migration-guides: release-notes-4.0: update 'Repositories / Downloads' sectionLee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22docs: migration-guides: release-notes-4.0: replace kernel placeholder with ↵Quentin Schulz
correct recipe name If I am not mistaken, the only kernel recipe to have a new PACKAGECONFIG option is linux-yocto-dev, in commit 1bac831fbaafb "linux-yocto-dev: introduce dt-validation PACKAGECONFIG". Therefore, let's replace (kernel) by the one kernel recipe that has this change. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22docs: migration-guides: release-notes-4.0: fix risc-v typoQuentin Schulz
It's RISC-V and not RiscV, c.f. https://riscv.org/ (yes, no dash in the domain name...). Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22docs: migration-guides: migration-3.4: mention that hardcoded password are ↵Quentin Schulz
supported if hashed Plaintext/clear passwords are not supported anymore but hashed passwords still are. Mention that in the migration guide and point to the appropriate location of documentation. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22docs: ref-manual: variables: add hashed password example in EXTRA_USERS_PARAMSQuentin Schulz
Add examples for hashed hardcoded passwords from extrausers.bbclass so that this feature is not hidden away. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22docs: conf.py: fix cve extlinks caption for sphinx <4.0Quentin Schulz
extlinks captions support using %s substitution but only from sphinx 4.0 onwards. c.f. https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#confval-extlinks Weirdly enough, on older sphinx versions, the caption is just a prefix to the actual text passed to the extlink. Therefore, in that specific case, CVE- or CVE-%s are identical in meaning for sphinx >=4.0 and since only CVE- caption works on sphinx <4.0, let's go with CVE- caption prefix. Fixes: b311070d866cf "manuals: add 3.4 and 3.4.1 release notes after migration information" Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: add ZSTD_THREADSPaul Eggleton
ZSTD_THREADS is new for kirkstone. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: Add XZ_THREADS and XZ_MEMLIMITRichard Purdie
XZ_THREADS and XZ_MEMLIMIT were introduced in dunfell. [RP improved an original patch from Paul] Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22migration-guides: add release notes for 4.0Paul Eggleton
Generated from commits in the kirkstone branch, as well as a few entries from the migration guide. (Note that the "Repositories / Downloads" section still needs to be filled in.) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22migration-guides: complete migration guide for 4.0Paul Eggleton
* Make some corrections to preliminary set of entries * Move out entries that were more appropriate for the release notes (i.e. that are more additions rather than changes that require the user to make changes) * Add new entries based on commits in the kirkstone branch Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: add empty-dirs QA check and QA_EMPTY_DIRS*Paul Eggleton
This check is new in kirkstone. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: add KERNEL_DEBUG_TIMESTAMPSPaul Eggleton
New variable in kirkstone. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: add mention of vendor filtering to CVE_PRODUCTPaul Eggleton
Mention the vendor filtering functionality - prompted by OE-Core revision 45d1a0bea0c628f84a00d641a4d323491988106f. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-22ref-manual: mention wildcarding support in INCOMPATIBLE_LICENSEPaul Eggleton
Add this since the INCOMPATIBLE_LICENSE wildcard support has changed in the 4.0 release. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>