aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-10-11Add 4.1 migration guide & release notespaule/4.1-releasePaul Eggleton
This currently does not include known issues or download information. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add OVERLAYFS_QA_SKIPPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-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-11ref-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-11ref-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-11ref-manual: add OVERLAYFS_ETC_EXPOSE_LOWERPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-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-11ref-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-11ref-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-11ref-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-11ref-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-11Update 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-11ref-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-11ref-manual: add MOUNT_BASE variablePaul Eggleton
New variable for 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add KERNEL_DEPLOY_DEPENDPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add CVE_DB_UPDATE_INTERVALPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add FIT_PAD_ALGPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add info on buildtools-make-tarballPaul Eggleton
This is not perfect, but at least covers the use case and the new tarball that we are providing. Note that the --make-only option to install-buildtools is a currently pending patch. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add CVE_CHECK_SHOW_WARNINGSPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-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-11ref-manual: add pypi classPaul Eggleton
Add missing documentation for the pypi class. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add pressure limit variable documentationPaul Eggleton
Add BB_PRESSURE_MAX_CPU, BB_PRESSURE_MAX_IO and BB_PRESSURE_MAX_MEMORY variables (new in 4.1), based upon the supremely detailed commit messages from Aryaman Gupta <aryaman.gupta@windriver.com> who implemented the functionality. There is probably enough material for a proper BitBake manual section (particularly if we can have some good guidance on how users should determine the values for best performance) but I did not have time to write such a section, and the BitBake manual probably needs some additional preamble on tasks / scheduling beforehand. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add SDK_TOOLCHAIN_LANGSPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add DEV_PKG_DEPENDENCYPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-11ref-manual: add UBOOT_MKIMAGE_KERNEL_TYPEPaul Eggleton
New variable in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-10ref-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-10ref-manual: sync supported distro list with codePaul Eggleton
We were missing Ubuntu 21.10. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-10ref-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-10ref-manual: document new github-releases classPaul Eggleton
Newly added class in 4.1. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
2022-10-10ref-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-10ref-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-10ref-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-10ref-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-07migration-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-06ref-manual/faq.rst: update references to products built with OE / Yocto ProjectMichael 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>
2022-10-05ref-manual: tasks.rst: add reference to the "do_validate_branches" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05migration-guides: add reference to the "do_shared_workdir" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05ref-manual: tasks.rst: add reference to the "do_kernel_metadata" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add references to the "do_kernel_configme" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add reference to the "do_kernel_configcheck" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05ref-manual: tasks.rst: add reference to the "do_kernel_checkout" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add references to the "do_rootfs" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add references to the "do_bundle_initramfs" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05dev-manual: common-tasks.rst: add reference to "do_listtasks" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add references to the "do_devshell" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05ref-manual: tasks.rst: add references to the "do_cleansstate" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add references to the "do_cleanall" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>