aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-12[langdale] migration-guides: add release-notes for 4.1.4langdaleLee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-03-15[langdale] migration-guides: update release notesyocto-4.1.4langdale-4.1.4Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-24[langdale] ref-manual: update DEV_PKG_DEPENDENCY in variablesyocto-4.1.3langdale-4.1.3Fawzi KHABER
Since release 4.1, the variable DEV_PKG_DEPENDENCY sets RRECOMMENDS instead of RDEPENDS for the -dev package on the main package, this change fixes the documentation to match the actual state Reviewed-by: Yoann CONGAL <yoann.congal@smile.fr> Signed-off-by: Fawzi KHABER <fawzi.khaber@smile.fr> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
2023-02-23[langdale] dev-manual: common-tasks.rst: add link to FOSDEM 2023 videocontrib/langdale-nextMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Joshua Watt <JPEWhacker@gmail.com>
2023-02-23system-requirements.rst: Add Fedora 36, AlmaLinux 8.7 & 9.1, and OpenSUSE ↵Steve Sakoman
15.4 to list of supported distros Signed-off-by: Steve Sakoman <steve@sakoman.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-20[langdale] ref-manual: Fix invalid feature nameNiko Mauno
Replace the invalid feature name with correct one which helps to avoid following bitbake error ERROR: Nothing PROVIDES 'core-image-minimal' core-image-minimal was skipped: 'empty-root-passwd' in IMAGE_FEATURES (added via EXTRA_IMAGE_FEATURES) is not a valid image feature. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-14[langdale] 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[langdale] bsp-guide: fix broken git URLs and missing wordMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-13[langdale] profile-manual: update WireShark hyperlinksMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-13[langdale] 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[langdale] ref-manual: variables.rst: fix broken hyperlinkMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-02-07[langdale] 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-06[langdale] docs: migration-4.0: specify variable name change for kernel ↵yocto-4.1.2langdale-4.1.2Quentin 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-06[langdale] docs: kernel-dev: faq: update tip on how to not include kernel in ↵Quentin Schulz
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-05[langdale] manuals: add 4.0.5 and 4.0.6 release notesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-12-02[langdale] Expand cve-check class documentationMichael Opdenacker
Using backported content from the master branch Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
2022-12-02[langdale] Expand create-spdx class documentationMichael Opdenacker
Using backported content from the master branch Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
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-11-24[langdale]: backport SPDX documentation and vulnerability improvementsMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-25migration-guides/release-notes-4.1.rst: update Repositories / Downloadsyocto-4.1.1langdale-4.1.1Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-25docs: add support for langdale (4.1) releaseQuentin Schulz
This adds support for the Langdale (4.1) release and update the current dev branch to Mickledore. 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-10-25migration-guides/release-notes-4.1.rst: update Repositories / DownloadsLee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-24ref-manual: classes.rst: add links to all references to a classMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> -- Doing this to consistently replace any reference to a class by the corresponding link. This is a bit trivial within the declaration of a class, but helps making sure that this rule applies everywhere. This helps for example to rename or remove classes from the documentation. See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14508 As this change is time consuming, submitting the first part of it as an RFC, to double check there is an agreement on doing this.
2022-10-20manuals: updates for building on Windows (WSL 2)Michael Opdenacker
- Use the Wikipedia naming scheme: WSL 2 instead of WSLv2 - Take into account Windows Server 2019 and 2022 which are supported too. - Improve some explanations Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> --- Changes in V2: - Now using "Windows 10 or later, or Windows Server 2019 or later" as suggested by Quentin Schulz.
2022-10-20release-notes-4.1.rst remove bitbake-layers subcommand argumentTakayasu Ito
Signed-off-by: Takayasu Ito <ito@lineo.co.jp> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-19migration-guides: use contributor real nameMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-19manuals: fix misc typosMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-18migration-guides/release-notes-4.1.rst: add more known issuesRoss Burton
Clarfify the eSDK issue, and document the externalsrc issue. Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-17migration-guides: add known issues for 4.1Ross Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-12sdk-manual: correct the bitbake target for a unified sysroot buildAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-12migration-guides: use contributor real nameMichael Opdenacker
From the "Signed-off-by" information from his commits Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-12ref-manual: faq.rst: reorganize into subsections, contents at topMichael Opdenacker
Reorganize the FAQ into sections and subsections, which allows to have a table of contents at the top. This makes it easier to find relevant questions without having to scroll down the entire page. Reduce the size of questions so that they fit in a subsection title. Merged two redundant questions about fetching sources and working through proxies. Minor updates to other sections. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-12test-manual: fix typo in machine nameMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-12Add 4.1 migration guide & release notesPaul Eggleton
This currently does not include known issues or download information. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add OVERLAYFS_QA_SKIPPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add overlayfs class variablesPaul Eggleton
The overlayfs class was added in the honister release. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add section for create-spdx classPaul Eggleton
create-spdx was added in the honister release. This is a stub since I unfortunately don't have time to fully document this class and related variables, hopefully someone else can expand it in future. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add WIRELESS_DAEMONPaul Eggleton
Not new in 4.1, but the syntax and usage in packagegroup-base is. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add OVERLAYFS_ETC_EXPOSE_LOWERPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add previous overlayfs-etc variablesPaul Eggleton
These were supported in releases prior to 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add serial-autologin-root to IMAGE_FEATURES documentationPaul Eggleton
New IMAGE_FEATURES item in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add missing featuresPaul Eggleton
Add missing IMAGE_FEATURES, DISTRO_FEATURES and MACHINE_FEATURES items. Additionally, add a note that DISTRO_FEATURES doesn't have any impact on the kernel configuration so that users are aware they have to take care of that as well. (I thought the same was true of MACHINE_FEATURES, but it seems we have a couple of isolated cases where that will adjust the kernel configuration - few enough that I suspect they might have slipped in and thus probably shouldn't be documented yet.) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: remove reference to largefile in DISTRO_FEATURESPaul Eggleton
This no longer does anything in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: complementary package installation recommendsPaul Eggleton
Add a note to the COMPLEMENTARY_GLOB variable glossary entry mentioning that recommends aren't installed (since this seems to be the only place that complementary package installation is really discussed). Also turn the paragraph about globbing into a regular paragraph as I don't think it should be called out in a note block. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12Update documentation for classes splitPaul Eggleton
* Make reference to meta/classes* instead of just meta/classes * Update each reference to the path where the class has moved * Add a brief explanation to the classes reference explaining the split * Add a note to INHERIT, INHERIT_DISTRO, IMAGE_CLASSES and USER_CLASSES variable glossary entries mentioning where the specified classes must be located. I contemplated adding the same note to PACKAGE_CLASSES but decided against it, as it has a very specific usage and such a note might distract from the narrative of that entry. * Also trim the IMAGE_CLASSES entry which was quite outdated. * INHERIT += no longer works with testimage so drop the note about that Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: remove reference to testimage-auto classPaul Eggleton
testimage-auto was removed in the thud release. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add MOUNT_BASE variablePaul Eggleton
New variable for 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add KERNEL_DEPLOY_DEPENDPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add CVE_DB_UPDATE_INTERVALPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add FIT_PAD_ALGPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>