From 477d711dc520b5d6c7669af223d8801e45cf1bf1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Mar 2022 21:49:46 -0700 Subject: [PATCH 1/3] README.md: Add link to open new github issue for yoe distro Signed-off-by: Khem Raj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f478cedb..34be57126 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Pull requests are welcome. For support or to discuss this project, use one of the following options: - [Yoe community forum](https://community.tmpdir.org/c/yoe-distro/6) -- Open a github issue +- [Open a github issue](https://github.com/YoeDistro/yoe-distro/issues/new) ## License From 91ad101851d964daa1fdcca3942207d5b3b876c9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2022 11:52:46 -0700 Subject: [PATCH 2/3] yoe: Hop on to 2022.04 train Codenamed Perendale[1] [1] https://en.wikipedia.org/wiki/Perendale Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 81802c34a..9b9627f12 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2022.03" -DISTRO_CODENAME = "Orkney" +DISTRO_VERSION = "2022.04-rc.1" +DISTRO_CODENAME = "Perendale" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" From 93c054746430bc6be17c74935c2976b6784270da Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2022 11:57:47 -0700 Subject: [PATCH 3/3] CHANGELOG.md: Open for next release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3799479..a04ddbc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed + +### Added + +### Removed + ## [2022.03] - 2022-03-30 ### Changed - Update clang to 14.0.0