From patchwork Fri May 24 09:15:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 44123 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B44F5C25B74 for ; Fri, 24 May 2024 09:17:19 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by mx.groups.io with SMTP id smtpd.web10.11651.1716542230027083125 for ; Fri, 24 May 2024 02:17:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=JaTqXKQk; spf=pass (domain: intel.com, ip: 198.175.65.14, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1716542230; x=1748078230; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=gtqO8yrPqgyBqK353eGhXTeUS8rZ/U4yzb7Fq3JCXE4=; b=JaTqXKQkAq2VhTOzq4CiZ/+75OUnPKD3jlGuCHfFaO8P5WFetxpkxiy3 Cir79YZtsjfdh4PVd4HTx/GS/cEHhMp+1Mmjgi++/d79Ny2G5DgCr7+b+ SIIB2x91aPbY6cFDOZnHKmvVsHtSvYejALL+89nThATZ3vM6MvGJj17DL J5S6+iMPP76FkdHgYWlDpjyXEHjTg4KX8vOv4PZLsD4Etku66lmBB7Qhs 8uRGfKb2Ind/X09hjvky9dxKwW6gb7gti8SCTNgXtfF7ZEDepie+DTHgW S4XRwcufditHO0v+EFkEYwmNCnl7e2wa6d2kudTwpKaVkbGOam6s6DiJP A==; X-CSE-ConnectionGUID: Rx5NEzJSQqGAj0ZGAUpXDw== X-CSE-MsgGUID: rB1FjhQyTt2kiicoKjh1vg== X-IronPort-AV: E=McAfee;i="6600,9927,11081"; a="16739352" X-IronPort-AV: E=Sophos;i="6.08,185,1712646000"; d="scan'208";a="16739352" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2024 02:17:10 -0700 X-CSE-ConnectionGUID: DyLkHRDQTXekuL44/Js4tw== X-CSE-MsgGUID: eGTu2vo5Q+qZTg5vLiVI1Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,185,1712646000"; d="scan'208";a="38946042" Received: from cheeyang-desk1.png.intel.com ([172.30.130.8]) by orviesa004.jf.intel.com with ESMTP; 24 May 2024 02:17:09 -0700 From: chee.yang.lee@intel.com To: docs@lists.yoctoproject.org Subject: [PATCH] migration-notes: add release notes for 5.0.1 Date: Fri, 24 May 2024 17:15:38 +0800 Message-Id: <20240524091538.2336331-1-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 May 2024 09:17:19 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5249 From: Lee Chee Yang add release notes for 5.0.1 (rc2). Signed-off-by: Lee Chee Yang --- .../migration-guides/release-5.0.rst | 1 + .../migration-guides/release-notes-5.0.1.rst | 134 ++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 documentation/migration-guides/release-notes-5.0.1.rst diff --git a/documentation/migration-guides/release-5.0.rst b/documentation/migration-guides/release-5.0.rst index bd19b707f..44a02ab04 100644 --- a/documentation/migration-guides/release-5.0.rst +++ b/documentation/migration-guides/release-5.0.rst @@ -7,3 +7,4 @@ Release 5.0 (scarthgap) migration-5.0 release-notes-5.0 + release-notes-5.0.1 diff --git a/documentation/migration-guides/release-notes-5.0.1.rst b/documentation/migration-guides/release-notes-5.0.1.rst new file mode 100644 index 000000000..6292661f5 --- /dev/null +++ b/documentation/migration-guides/release-notes-5.0.1.rst @@ -0,0 +1,134 @@ +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK + +Release notes for Yocto-5.0.1 (Scarthgap) +----------------------------------------- + +Security Fixes in Yocto-5.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- N/A + + +Fixes in Yocto-5.0.1 +~~~~~~~~~~~~~~~~~~~~ + +- babeltrace2: upgrade 2.0.5 -> 2.0.6 +- bind: upgrade 9.18.24 -> 9.18.25 +- bitbake: cooker: Use hash client to ping upstream server +- build-appliance-image: Update to scarthgap head revision (b9b47b1a392b...) +- docs: add support for scarthgap 5.0 release +- docs: brief-yoctoprojectqs: explicit version dependency on websockets python module +- docs: brief-yoctoprojectqs: Update to the correct hash equivalence server address +- documentation/poky.yaml.in: drop mesa/sdl from essential host packages +- ell: upgrade 0.63 -> 0.64 +- gcr: upgrade 4.2.0 -> 4.2.1 +- icu: update 74-1 -> 74-2 +- libdnf: upgrade 0.73.0 -> 0.73.1 +- libsdl2: upgrade 2.30.0 -> 2.30.1 +- libx11: upgrade 1.8.7 -> 1.8.9 +- libxcursor: upgrade 1.2.1 -> 1.2.2 +- libxml2: upgrade 2.12.5 -> 2.12.6 +- local.conf.sample: Fix hashequivalence server address +- lttng-tools: upgrade 2.13.11 -> 2.13.13 +- manuals: standards.md: add standard for project names +- mesa: upgrade 24.0.2 -> 24.0.3 +- migration-notes: add release notes for 4.0.18 +- mpg123: upgrade 1.32.5 -> 1.32.6 +- pango: upgrade 1.52.0 -> 1.52.1 +- poky.conf: bump version for 5.0.1 +- python3: skip test_concurrent_futures/test_shutdown +- ref-manual: update releases.svg +- ref-manual: variables: add :term:`USERADD_DEPENDS` +- release-notes-5.0: update Repositories / Downloads section +- release-notes-5.0: update recipes changes +- release-notes-5.0: update new features +- rootfs-postcommands.bbclass: Only set DROPBEAR_RSAKEY_DIR once +- rpm: update 4.19.1 -> 4.19.1.1 +- scripts/oe-setup-build: write a build environment initialization one-liner into the build directory +- sstate.bbclass: Add _SSTATE_EXCLUDEDEPS_SYSROOT to vardepsexclude +- systemd: sed :term:`ROOT_HOME` only if sysusers :term:`PACKAGECONFIG` is set + + +Known Issues in Yocto-5.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- N/A + + +Contributors to Yocto-5.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Alexander Kanavin +- Christian Bräuner Sørensen +- Lee Chee Yang +- Mark Hatle +- Michael Glembotzki +- Michael Halstead +- Michael Opdenacker +- Paul Eggleton +- Quentin Schulz +- Richard Purdie +- Steve Sakoman +- Trevor Gamblin +- Wang Mingyu +- joshua Watt + + +Repositories / Downloads for Yocto-5.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +poky + +- Repository Location: :yocto_git:`/poky` +- Branch: :yocto_git:`scarthgap ` +- Tag: :yocto_git:`yocto-5.0.1 ` +- Git Revision: :yocto_git:`4b07a5316ed4b858863dfdb7cab63859d46d1810 ` +- Release Artefact: poky-4b07a5316ed4b858863dfdb7cab63859d46d1810 +- sha: 51d0c84da7dbcc8db04a674da39cfc73ea78aac22ee646ede5b6229937d4666a +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-5.0.1/poky-4b07a5316ed4b858863dfdb7cab63859d46d1810.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-5.0.1/poky-4b07a5316ed4b858863dfdb7cab63859d46d1810.tar.bz2 + +openembedded-core + +- Repository Location: :oe_git:`/openembedded-core` +- Branch: :oe_git:`scarthgap ` +- Tag: :oe_git:`yocto-5.0.1 ` +- Git Revision: :oe_git:`294a7dbe44f6b7c8d3a1de8c2cc182af37c4f916 ` +- Release Artefact: oecore-294a7dbe44f6b7c8d3a1de8c2cc182af37c4f916 +- sha: e9be51a3b1fe8a1f420483b912caf91bc429dcca303d462381876a643b73045e +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-5.0.1/oecore-294a7dbe44f6b7c8d3a1de8c2cc182af37c4f916.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-5.0.1/oecore-294a7dbe44f6b7c8d3a1de8c2cc182af37c4f916.tar.bz2 + +meta-mingw + +- Repository Location: :yocto_git:`/meta-mingw` +- Branch: :yocto_git:`scarthgap ` +- Tag: :yocto_git:`yocto-5.0.1 ` +- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 ` +- Release Artefact: meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852 +- sha: 3b7c2f475dad5130bace652b150367f587d44b391218b1364a8bbc430b48c54c +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-5.0.1/meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-5.0.1/meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852.tar.bz2 + +bitbake + +- Repository Location: :oe_git:`/bitbake` +- Branch: :oe_git:`2.8 ` +- Tag: :oe_git:`yocto-5.0.1 ` +- Git Revision: :oe_git:`8f90d10f9efc9a32e13f6bd031992aece79fe7cc ` +- Release Artefact: bitbake-8f90d10f9efc9a32e13f6bd031992aece79fe7cc +- sha: 519f02d5de7fbfac411532161d521123814dd9cc7d6b55488b5e7a547c1a6977 +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-5.0.1/bitbake-8f90d10f9efc9a32e13f6bd031992aece79fe7cc.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-5.0.1/bitbake-8f90d10f9efc9a32e13f6bd031992aece79fe7cc.tar.bz2 + +yocto-docs + +- Repository Location: :yocto_git:`/yocto-docs` +- Branch: :yocto_git:`scarthgap ` +- Tag: :yocto_git:`yocto-5.0.1 ` +- Git Revision: :yocto_git:`875dfe69e93bf8fee3b8c07818a6ac059f228a13 ` +