summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2022-10-12ref-manual: add CVE_CHECK_SHOW_WARNINGSPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: update pypi documentation for CVE_PRODUCT default in 4.1Paul Eggleton
In 4.1 the pypi class has been updated to set a default CVE_PRODUCT value. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add pypi classPaul Eggleton
Add missing documentation for the pypi class. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add SDK_TOOLCHAIN_LANGSPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add DEV_PKG_DEPENDENCYPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add UBOOT_MKIMAGE_KERNEL_TYPEPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: update buildpaths QA check documentationPaul Eggleton
The buildpaths QA check is now practically usable and enabled by default, so update the comment and add a section with the warning message since users may start seeing it in their builds. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add a note to ssh-server-dropbear featurePaul Eggleton
Add a note regarding the 4.1 change to add openssh-sftp-server as a recommends from ssh-server-dropbear. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: document new github-releases classPaul Eggleton
Newly added class in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: correct default for BUILDHISTORY_COMMITPaul Eggleton
The default changed to "1" back in 2017 (OE-Core revision 8018a2349b7ad5ab27731c93a49603adf5f72fc2). It seems I missed updating the documentation to match. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add WATCHDOG_TIMEOUT to variable glossaryPaul Eggleton
In 4.1 the WATCHDOG_TIMEOUT variable is now used in two places, so let's actually document it. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: expand documentation on image-buildinfo classPaul Eggleton
Expand the documentation on the image-buildinfo class, and add variable glossary entries for IMAGE_BUILDINFO_FILE, IMAGE_BUILDINFO_VARS and SDK_BUILDINFO_FILE (latter is new in 4.1). Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12ref-manual: add DISABLE_STATICPaul Eggleton
This was added all the way back in krogoth. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-12migration-general: add section on using buildhistoryPaul Eggleton
Add a short section recommending the use of buildhistory to compare the build output before and after migration. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-10ref-manual/variables.rst: clarify sentenceMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-06ref-manual/faq.rst: update references to products built with OE / Yocto Projectyocto-4.1langdale-4.1Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-06overview-manual: concepts.rst: fix formating and add referencesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-06ref-manual: system-requirements: Ubuntu 22.04 now supportedMichael Opdenacker
Following its addition to meta-poky/conf/distro/poky.conf https://git.yoctoproject.org/poky/commit/?id=7786b09212d6ab582db39d0d7d1a4209d36db2ba Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05ref-manual: tasks.rst: add reference to the "do_image_complete" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net>