From: "Paul Eggleton" <paul.eggleton@linux.microsoft.com>
To: docs@lists.yoctoproject.org
Subject: [PATCH v2 00/14] Documentation updates for 3.3
Date: Thu, 15 Apr 2021 02:58:58 -0700 [thread overview]
Message-ID: <cover.1618480508.git.paul.eggleton@linux.microsoft.com> (raw)
The migration guide for 3.3, plus some missing related changes and a few
cleanups. Let me know if I missed anything.
Changes since v1:
* Incorporated feedback from Quentin, Nico & Robert.
* Removed erroneous mention of ccache host requirement (commit that
made the corresponding code change was later reverted)
* Added DISTUTILS_SETUP_PATH info as I noticed this was also missing.
The following changes since commit 4f7f451df266a307b34bf145b29291ca85eb882f:
docs: add a top level page for bitbake documentation (2021-04-09 09:00:53 +0200)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/migration-3.3
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/migration-3.3
Paul Eggleton (14):
ref-manual: add METADATA_REVISION and METADATA_BRANCH
Use variables for minimum host versions and bump Python to 3.6
ref-manual: update/fix text for SDK_VERSION
overview-manual: fix git command line
ref-manual: and SDK_CUSTOM_TEMPLATECONF to glossary
ref-manual: add REQUIRED_VERSION and adjust PREFERRED_VERSION entry
ref-manual: add python3targetconfig class and remove python 2
references
ref-manual: add passwd-expire to EXTRA_USERS_PARAMS
ref-manual: add FIT_KERNEL_COMP_ALG*
ref-manual: fix reference to build-essential
ref-manual: tweak buildtools section
ref-manual: add migration section for 3.3 release
ref-manual: migration guide: add release codenames
ref-manual: add mention of DISTUTILS_SETUP_PATH
documentation/brief-yoctoprojectqs/index.rst | 8 +-
documentation/dev-manual/start.rst | 8 +-
.../overview-manual/development-environment.rst | 2 +-
documentation/poky.yaml | 4 +
documentation/ref-manual/classes.rst | 67 ++------
documentation/ref-manual/faq.rst | 2 +-
documentation/ref-manual/migration-1.3.rst | 6 +-
documentation/ref-manual/migration-1.4.rst | 6 +-
documentation/ref-manual/migration-1.5.rst | 6 +-
documentation/ref-manual/migration-1.6.rst | 6 +-
documentation/ref-manual/migration-1.7.rst | 6 +-
documentation/ref-manual/migration-1.8.rst | 6 +-
documentation/ref-manual/migration-2.0.rst | 6 +-
documentation/ref-manual/migration-2.1.rst | 6 +-
documentation/ref-manual/migration-2.2.rst | 6 +-
documentation/ref-manual/migration-2.3.rst | 6 +-
documentation/ref-manual/migration-2.4.rst | 6 +-
documentation/ref-manual/migration-2.5.rst | 6 +-
documentation/ref-manual/migration-2.6.rst | 8 +-
documentation/ref-manual/migration-2.7.rst | 6 +-
documentation/ref-manual/migration-3.0.rst | 6 +-
documentation/ref-manual/migration-3.1.rst | 6 +-
documentation/ref-manual/migration-3.2.rst | 6 +-
documentation/ref-manual/migration-3.3.rst | 168 +++++++++++++++++++++
documentation/ref-manual/migration.rst | 1 +
documentation/ref-manual/system-requirements.rst | 19 ++-
documentation/ref-manual/variables.rst | 89 +++++++++--
27 files changed, 337 insertions(+), 135 deletions(-)
create mode 100644 documentation/ref-manual/migration-3.3.rst
--
1.8.3.1
next reply other threads:[~2021-04-15 9:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-15 9:58 Paul Eggleton [this message]
2021-04-15 9:58 ` [PATCH v2 01/14] ref-manual: add METADATA_REVISION and METADATA_BRANCH Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 02/14] Use variables for minimum host versions and bump Python to 3.6 Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 03/14] ref-manual: update/fix text for SDK_VERSION Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 04/14] overview-manual: fix git command line Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 05/14] ref-manual: and SDK_CUSTOM_TEMPLATECONF to glossary Paul Eggleton
2021-04-15 10:11 ` [docs] " Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 06/14] ref-manual: add REQUIRED_VERSION and adjust PREFERRED_VERSION entry Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 07/14] ref-manual: add python3targetconfig class and remove python 2 references Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 08/14] ref-manual: add passwd-expire to EXTRA_USERS_PARAMS Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 09/14] ref-manual: add FIT_KERNEL_COMP_ALG* Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 10/14] ref-manual: fix reference to build-essential Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 11/14] ref-manual: tweak buildtools section Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 12/14] ref-manual: add migration section for 3.3 release Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 13/14] ref-manual: migration guide: add release codenames Paul Eggleton
2021-04-15 9:59 ` [PATCH v2 14/14] ref-manual: add mention of DISTUTILS_SETUP_PATH Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1618480508.git.paul.eggleton@linux.microsoft.com \
--to=paul.eggleton@linux.microsoft.com \
--cc=docs@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox