Skip to content

Commit

Permalink
Merge pull request #667 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
commence 2022.04 cycle
  • Loading branch information
cbrake authored Mar 31, 2022
2 parents baeae56 + 93c0547 commit c91be9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
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"
Expand Down

0 comments on commit c91be9b

Please sign in to comment.