From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.6207.1618359597469778507 for ; Tue, 13 Apr 2021 17:19:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=JOfUpKHV; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: pauleg@linux.microsoft.com) Received: by linux.microsoft.com (Postfix, from userid 1054) id D5EDD20B8001; Tue, 13 Apr 2021 17:19:56 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D5EDD20B8001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1618359596; bh=UnAN5RrulEEeFMCpttlI25B0yfxpLorJ4yaXvXsKS+g=; h=From:To:Subject:Date:From; b=JOfUpKHVmDteqt2syONGy0vT8/rRvEqfElvu9gxpOM8K++S9rDdOvntwm9Kz4UGD8 YZhr0j1s139V+ab2RlOCltclSBD4NKlvixr50fzHQTohT2rC2nuzMY67twtYV/w75T WGXKPaidH2hg/L4mmHmGlDsMdq5nsngp9oisoMYI= From: "Paul Eggleton" To: docs@lists.yoctoproject.org Subject: [PATCH 00/13] Documentation updates for 3.3 Date: Tue, 13 Apr 2021 17:19:41 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.1 The migration guide for 3.3, plus some missing related changes and a few cleanups. Let me know if I missed anything. 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 (13): 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 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 | 144 +++++++++++++++++++++ documentation/ref-manual/migration.rst | 1 + documentation/ref-manual/system-requirements.rst | 19 ++- documentation/ref-manual/variables.rst | 75 ++++++++--- 27 files changed, 299 insertions(+), 135 deletions(-) create mode 100644 documentation/ref-manual/migration-3.3.rst -- 1.8.3.1