aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
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>
2022-10-05dev-manual: common-tasks.rst: add reference to "do_clean" 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_unpack" 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 "do_populate_sysroot" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05overview-manual: concepts.rst: add reference to "do_populate_sdk_ext" taskMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05manuals: add reference to the "do_populate_sdk" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05ref-manual: variables.rst: add reference to "do_populate_lic" 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 "do_package_write_*" tasksMichael Opdenacker
Using a reference to "do_package_write_deb", the first entry in the list. [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_patch" taskMichael Opdenacker
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-10-05overview-manual: concepts.rst: add reference to "do_packagedata" 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_package_qa" 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_package" 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_image" 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_deploy" 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_compile" 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 "do_configure" 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_build" taskMichael Opdenacker
[YOCTO #14508] Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net>
2022-10-05manuals: add reference to the "do_install" taskMichael Opdenacker
[YOCTO #14508] Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net>
2022-10-05manuals: add references to the "do_fetch" taskMichael Opdenacker
[YOCTO #14508] Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net>
2022-10-04migration guides: add release notes for 4.0.4Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>