aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-16mega-manual: allow Bitbake patch to be overwritenakuster/doc_restructureArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15toaster-manual: convert to include schemeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15sdk-manual: convert to include schemeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15ref-manual: convert to include schemeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15profile-manual: convert to new include schemeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15overview-manual: convert to new include scheme.Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15kernel-dev: convert to common include schemeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15dev-manual: convert to using common includesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15bsp-guilde: convert to common text includesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15brief-yoctoprojectqs: contvert to use common included textArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15adt-manual: convert to use common includesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15mega-manual: use xincludes for common text.Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-15documentation/common: move common or repeat text to on locationArmin Kuster
Start collection repeated text sections for use with ith include statement to help cleanup the docs. This will simplify maintenace. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-12Makefile: Remove denzil and edison branches.Armin Kuster
time to clean out old branchs no longer in support Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-04-06dev-manual: use "git", not "apmd", to explain checksum namesrpjday@crashcourse.ca
The apmd recipe is no longer appropriate to demonstrate the use of SRC_URI checksum names as it has only a single SRC_URI URL, so pick a more illuminating recipe. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-06dev-manual: use "strace" for PV example, not cdrtoolsrpjday@crashcourse.ca
Section 3.3.5, "Fetching Code", uses the cdrtools recipe as an example for showing the use of PV, but that's a bad example since the current cdrtools recipe file contains: SRC_URI = " \ ${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${REALPV}.tar.bz2 \ ... PV = "3.01a31+really3.01" REALPV = "3.01" which is not exactly the point the dev manual is trying to make, so replace with simpler strace recipe. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04brief-yoctoprojectqs: buildtools changesTim Orling
Bump tar, Python versions and add new gcc requirement. Update reference from 'required-git-tar-and-python-versions' to 'required-git-tar-python-and-gcc-versions' Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04dev-manual: buildtools versions and changesTim Orling
Bump tar, Python versions and add new gcc requirement. Update reference from 'required-git-tar-and-python-versions' to 'required-git-tar-python-and-gcc-versions' Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04ref-manual: add install-buildtools and -extendedTim Orling
Add instructions to use 'install-buildtools' and 'buildtools-extended-tarball'. Add gcc 5.0 requirement and call out how to use above to prepare host development system. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04ref-manual: fix debian-8 system reqsTim Orling
jessie-backports is no longer supported, so python3-git and pylint3 are not installable via apt-get (or at least not without disabling security checks by using archive.debian.org) Add note to use pip3 to install instead. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-04ref-manual: bump tar and python min versionsTim Orling
* tar min version is now 1.28 * python min version is now 3.5 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-01ref-manual: split CentOS-7 and CentOS-8 reqsTim Orling
CentOS-7 has different requirements than the much newer CentOS-8. Add a section for CentOS-8 and make the old section CentOS-7 specific. NOTE: at the time this was written, the 'fop' package is not yet available in epel-8. As a Fedora packager, that will change. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-01poky.ent: split centos-7 and centos-8Tim Orling
Update Centos-7 to require python3, not python. CentOS-8 has different installation requirements than either CentOS-7 or Fedora (although it is closer to Fedora). Allow for differentiation between CentOS versions. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-01poky.ent: recommend python36-pip for CentOSTim Orling
'python3' in EPEL7 is now Python 3.6, so we should be recommending python36-pip Python 3.4 is EOL [1] [1] https://www.python.org/downloads/release/python-3410/ Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31documentaiton: Change author infoakuster
Update the author indo and use variables for author and email to make it easier to change in future. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31BSP Guide: numerous tweaks/grammar/wording/clarificationrpjday@crashcourse.ca
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31kernel-dev: fix explanation of KBUILD_DEFCONFIGrpjday@crashcourse.ca
KBUILD_DEFCONFIG is meant to refer to an *in-tree* defconfig file, not an external one. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31correct mention of "postinst_intercept delay_to_first_boot"rpjday@crashcourse.ca
Migration to YP 2.5 contains incorrect description of routine for delaying to first boot. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-manual: minor rewording/clarification in chapter 2rpjday@crashcourse.ca
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-manual: minor rewording in chapter 1rpjday@crashcourse.ca
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-manual: update PROVIDES example, clarify use of "+="rpjday@crashcourse.ca
Update the example used in explaining the PROVIDES variable to one that actually exists, and point out that "+=" is unnecessary, a simple assignment is sufficient. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-manual: various touchups, rewordings, corrections to Ch 5rpjday@crashcourse.ca
Minor tweaks to chapter 5 of reference manual, including: - grammar - adding slashes to directory names for consistency - collapse trivial paras into one Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31use defined entity "YOCTO_DOCS_URL", not "YOCTO_HOME_URL"rpjday@crashcourse.ca
Given the defined DocBook entity: <!ENTITY YOCTO_DOCS_URL "&YOCTO_HOME_URL;/docs"> replace numerous instances of the more verbose "&YOCTO_HOME_URL;/documentation", which is a redirect, anyway. rday Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: minor tweaks, rewording, grammar for chapter 2rpjday@crashcourse.ca
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: clarify PN usage in packagegroup filesrpjday@crashcourse.ca
Make it clear to the reader that they can use the much shorter form of ${PN} for the base packagegroup name, rather than typing it out in full. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: add missing check to yocto-check-layer sectionrpjday@crashcourse.ca
Add explanation of missing checks performed by yocto-check-layer, and fix one typo. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: use actual machine override demonstrationrpjday@crashcourse.ca
Given that the section in question is describing how to configure dependencies based on the machine type, it seems inappropriate to use an example that depends on the choice of C library, so grab a snippet from linux-yocto.inc to really drive the point home. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: explain LAYERDEPENDS with other layer.conf varsrpjday@crashcourse.ca
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: Fix CROPS linkAlejandro Hernandez Samaniego
The link used in the documentation points to a file that no longer exists on the crops repository. Use the poky-container repo instead since it is more accurate and updated Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31overview-manual-yp-intro: Fix CROPS linkAlejandro Hernandez Samaniego
The link used in the documentation points to a file that no longer exists on the crops repository. Use the poky-container repo instead since it is more accurate and updated. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31overview-manual-development-environment: Fix CROPS linkAlejandro Hernandez Samaniego
The link used in the documentation points to a file that no longer exists on the crops repository. Use the poky-container repo instead since it is more accurate and updated. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual-common-tasks.xml: Replace "QemuTarget" with "qemu"Yeoh Ee Peng
As the OEQA code revamp and code changes in testimage.bbclass, testexport.bbclass, runtime/context.py and oeqa/runexported.py, "QemuTarget" was obsolete and replaced by "qemu". Replacing the refer of "QemuTarget" with "qemu". Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-variables.xml: Replace "QemuTarget" with "qemu"Yeoh Ee Peng
As the OEQA code revamp and code changes in testimage.bbclass, testexport.bbclass, runtime/context.py and oeqa/runexported.py, "QemuTarget" was obsolete and replaced by "qemu". Replacing the refer of "QemuTarget" with "qemu". Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual-common-tasks: Replace "SimpleRemoteTarget" with "simpleremote"Yeoh Ee Peng
As the OEQA code revamp and code changes in testimage.bbclass, testexport.bbclass, runtime/context.py and oeqa/runexported.py, "SimpleRemoteTarget" was obsolete and replaced by "simpleremote". Replacing the refer of "SimpleRemoteTarget" by "simpleremote". Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-variables.xml: Replace "SimpleRemoteTarget" with "simpleremote"Yeoh Ee Peng
As the OEQA code revamp and code changes in testimage.bbclass, testexport.bbclass, runtime/context.py and oeqa/runexported.py, "SimpleRemoteTarget" was obsolete and replaced by "simpleremote". Replacing the refer of "SimpleRemoteTarget" by "simpleremote". Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31brief-yoctoprojectqs: Document the basics of WSL and create a link to the ↵Alejandro Hernandez Samaniego
build host setup process Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31overview-manual: Document the basics of WSL and create a link to the build ↵Alejandro Hernandez Samaniego
host setup process Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31dev-manual: Document the WSLv2 install processAlejandro Hernandez Samaniego
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-31ref-manual: Explain the project is not validated against WSL but people may ↵Alejandro Hernandez Samaniego
still use it Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-24yocto-docs: remove refrence to mpc8315e-rdbakuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>