Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for 4.7.x release #23

Open
wants to merge 1 commit into
base: coreboot-4.7.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ components:

To see recent changes for legacy and mainline branch:
* [Releases 4.0.x](#unreleased-40x) are based on PC Engines 20160304 release.
* [Releases 4.6.x](#unreleased-46x) are based on mainline support merged in
* [Releases 4.7.x](#unreleased-47x) are based on mainline support merged in
[this gerrit ref](https://review.coreboot.org/#/c/14138/).

## [Unreleased 4.6.x]
## [Unreleased 4.7.x]

## [v4.6.6] - 2018-01-31
- [coreboot v4.6.6](https://github.com/pcengines/coreboot/blob/coreboot-4.6.x/CHANGELOG.md#v466---2018-01-31)
Expand Down Expand Up @@ -196,7 +196,7 @@ builder)
#### Added
- mainline support for APU2

[Unreleased 4.6.x]: https://github.com/pcengines/coreboot/compare/v4.6.6...coreboot-4.6.x
[Unreleased 4.7.x]: https://github.com/pcengines/coreboot/compare/v4.6.6...coreboot-4.7.x
[v4.6.6]: https://github.com/pcengines/coreboot/compare/v4.6.5...v4.6.6
[v4.6.5]: https://github.com/pcengines/coreboot/compare/v4.6.4...v4.6.5
[v4.6.4]: https://github.com/pcengines/coreboot/compare/v4.6.3...v4.6.4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Release manifests for PCEngines firmware bundles
================================================

This repository contains manifests for repo tool used for tracking the
releases of mainline (4.6.x) and legacy (4.0.x) versions of firmware bundle.
releases of mainline (4.7.x) and legacy (4.0.x) versions of firmware bundle.

There are two branches:
* `coreboot-4.0.x` - for legacy releases
* `coreboot-4.6.x` - for mainline releases
* `coreboot-4.7.x` - for mainline releases

## Use repo tool to initialize set of repositories

Expand All @@ -24,7 +24,7 @@ repo sync --force-sync
where:
* `<tag_release>` - is the release version number (e.g. `v4.5.3.1`)
* `<branch_name>` - is the release branch (i.e. `coreboot-4.0.x` for legacy,
and `coreboot-4.6.x` for mainline
and `coreboot-4.7.x` for mainline

## Build container

Expand Down
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<project path="apu2/coreboot"
name="pcengines/coreboot"
revision="refs/tags/v4.6.6"/>
revision="refs/tags/v4.7.0"/>

<project path="apu2/coreboot/payloads/external/SeaBIOS/seabios"
name="pcengines/seabios"
Expand Down