From 8e659fee39a1b69224881eca93bedff7d774c7e0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Dec 2021 15:42:30 -0800 Subject: [PATCH] yoe: 2021.12 will be codenamed 'masai' Details on masai [1] [1] http://afs.okstate.edu/breeds/sheep/masai Signed-off-by: Khem Raj --- CHANGELOG.md | 2 ++ sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da0bb5d2a..b9b8d1559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [NEXT] + ## [2021.11] 2021-12-01 - Use https protocol in github SRC_URI diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index fa083189a..515a1cd96 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 = "2021.11" -DISTRO_CODENAME = "langhe" +DISTRO_VERSION = "2021.12-rc.1" +DISTRO_CODENAME = "masai" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe"