aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-11ref-manual/classes.rst: add setuptools3-basetimo/docs/deprecate_distutils_14610Tim Orling
Add setuptools3-base class Deprecate distutils3* classes. [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-01-11ref-manual/variables.rst: add SETUPTOOLS_*_ARGSTim Orling
Add SETUPTOOLS_BUILD_ARGS variable which can be used to pass additional arguments to `setup.py build`. Add SETUPTOOLS_INSTALL_ARGS variable which can be used to pass additional arguments to `setup.py install`. [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-01-11ref-manual/variables.rst: add SETUPTOOLS_SETUP_PATHTim Orling
Add SETUPTOOLS_SETUP_PATH for setuptools3 class. Deprecate DISTUTILS_SETUP_PATH and drop mention of ref-classes-setuptools3 as that class has moved to new variable. [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-01-10manuals: add reference to GIR_EXTRA_LIBS_PATH plus minor improvementsMichael Opdenacker
Fixes [YOCTO #14533] Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-10dev-manual: update bitbake.conf sample for static libsMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-10manuals: document hash equivalenceMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-10poky.yaml: centos-7 python36-pip -> python3-pipTim Orling
In CENTOS7_HOST_PACKAGES_ESSENTIAL, change python36-pip to python3-pip. The python36-pip package was obsoleted by python3-pip in RHEL 7.7+ https://src.fedoraproject.org/rpms/python-pip/c/6771a1c54f5c7ac333c7af644c055da670027f6c?branch=epel7 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07documentation/README: trivial typo fixMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07ref-manual: fix patch documentationMax Krummenacher
The do_patch implementation does not apply patches from an entry in SRC_URI pointing to a directory. Remove the claim that this is implemented. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07ref-manual: Fix module_conf typoRobert Joslyn
Modules specified as part of module_conf must be listed in KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07quick start manual: update Share State and Hash Equivalence settingsMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07manuals: replace "rootfs" by "root filesystem"Michael Opdenacker
Almost everyone understands "rootfs", but "root filesystem" is real English. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07overview-manual: fix typoMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07documentation: add comment to releases.rst switchers.jsMichael Opdenacker
To let release developers know that they don't need to update these files in release branches other than "master". Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07ref-manual: document overlayfs-etc image featureVyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-01-07ref-manual: add overlayfs-etc classVyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-27releases: update to include 3.1.13Michael Halstead
Adding 3.1.13 to documentation switcher and release list. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2021-12-13documentation: conf.py: add knob for loading appropriate objects.invQuentin Schulz
Yocto Project releases use a specific Bitbake release. Currently the bitbake: mapping is pointing to the current master version of Bitbake documentation. This is an issue if some links disappear over time and someone is still building old documentation (which is the case on the YP autobuilder for example). Also, the documentation at the current master version of Bitbake might not be correct for the Yocto Project version associated with the doc the user is currently looking at, potentially causing confusion. In master branch, nothing needs to be done. For release branches, the bitbake_version variable needs to be set accordingly. See https://wiki.yoctoproject.org/wiki/Releases for the mapping. 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>
2021-12-13docs: dev-manual: common-tasks: highlight creating your own layer is not ↵Quentin Schulz
required Three's been some feedback saying that people actually missed that paragraph and thought creating the layer by hand was the only way to do it instead of leveraging bitbake-layers create-layer tool. Let's try to make it a bit more obvious one does not need to create the layer by hand by putting the paragraph into a note. Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13make the documentation a bit more inclusiveQuentin Schulz
Except the name of variables which can't be changed only in the documentation for obvious reasons and workflow or developement explanations around the use of the "master" branch which cannot be replaced with "development" branch instead, most of the non-inclusive words that appear in https://inclusivenaming.org/word-lists/tier-1/ should have been replaced in this patch. Signed-off-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13ref-manual: remove newline string in PREMIRRORSMichael Opdenacker
According to the syntax simplification brought by https://git.openembedded.org/bitbake/commit/?id=044fb04d Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13misc manuals: add further class referencesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13ref-manual: add more class referencesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13migration-guides: add more class referencesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13dev-manual: how to purge duplicate sstate cache filesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13manuals: add hyperlinks to files in meta-skeletonMichael Opdenacker
This makes the manuals easier to use. Note the care to keep the paths visible, so that people reading a printed version still know where to find the files. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13releases.rst: move gatesgarth to outdated releases sectionAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13dev-manual: remove warning about += and :appendMichael Opdenacker
No longer necessary since a warning was added to BitBake (https://git.openembedded.org/bitbake/commit/?id=8c31e75557dc6a8d8f407b5d24d6327889a3e3b1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13ref-manual: drop support for Fedora 30-32Michael Opdenacker
These versions have reached their end of life and we don't test them any more. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-13ref-manual: drop support for Ubuntu 16.04Michael Opdenacker
There are no more free updates to Ubuntu 16.04 We can no longer test the latest updates to this distro. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-12-10releases: update to include 3.4.1Michael Halstead
Adding 3.4.1 to documentation switcher and release list. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2021-11-19ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of supported distrosSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-19documentation: prepare for 3.1.12 releaseMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-system-requirements.rst: Add Fedora 33 and 34 to list of supported distrosSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-system-requirements.rst: Add Debian 11 to list of supported distrosSteve Sakoman
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-manual: simplify SRC_URI referenceMichael Opdenacker
After some features that also apply to BitBake were moved to the BitBake manual. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-manual: BBFILES_DYNAMIC - fix punctuation and quoting issuesMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-manual: remove reference to TOPDIRMichael Opdenacker
Already described in BitBake's manual As it is not specific to OE / Yocto Project Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-19ref-manual: generalize definition of "container layer"Robert P. J. Day
Given that there seems to be little value in being excruciatingly pedantic about whether a container layer has a valid layer as a top-level directory, expand the definition to allow either. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-18releases: update to include 3.3.4Michael Halstead
Adding 3.3.4 to documentation switcher and release list. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2021-11-05manuals: start of documentation standards documentMichael Opdenacker
This first version specifies how to create consistent SGV graphics Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-05kickstart: update busybox note regarding PARTUUIDRoss Burton
As of oe-core c996cabf the default BusyBox configuration supports PARTUUID, so update the note to reflect this. Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Quentin Schulz <foss@0leil.net>
2021-11-05ref-manual: update overlayfs classVyacheslav Yurkov
Describe how to use a generated helper service to set up a proper systemd dependency chain. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-02manuals: correct "take affect" by "take effect"Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-11-02ref-manual: improve documentation for SDKMACHINERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-10-25releases: update to include 3.4 honisterMichael Halstead
Adding 3.4 to the release switcher and incrementing dev to say 3.5. Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
2021-10-22docs: poky.yaml: updates for 3.4Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-10-22releases.rst: fix release number for 3.3.3Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-10-22ref-manual: Update how to set a useradd passwordDaiane Angolini
Partial fix for [YOCTO 14605] Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2021-10-22migration-3.4: add some extra packaging notesPaul Eggleton
Add some notes on minor packaging changes that I missed earlier. Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>