From a026685155109a1a04ac54fa35ca231c6b3e42b5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 3 Oct 2022 18:21:35 -0700 Subject: [PATCH 1/2] yoe: Onto 2022.10 development codenamed Valachian :) 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 1bf78a063..51dd11973 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.09" -DISTRO_CODENAME = "Uda" +DISTRO_VERSION = "2022.10-rc.1" +DISTRO_CODENAME = "Valachian" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" From 08d0efdc58c68d6fc3d2b2d399332fb2b5e1be02 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 3 Oct 2022 18:23:31 -0700 Subject: [PATCH 2/2] CHANGELOG: Add template for next release notes Signed-off-by: Khem Raj --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65318b0a3..700d894e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.09] - 2022-09-30 ### Changed