Skip to content

Commit

Permalink
README.md: update with 24.08.00.01 procedure
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Dec 26, 2024
1 parent c14f592 commit cd7eec8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd coreboot
Checkout branch on tag on which you would like to apply patchqueue:

```bash
git checkout 24.05 -b patchqueue
git checkout 24.08 -b patchqueue
```

Clone this repo:
Expand All @@ -47,7 +47,7 @@ cd .git/patches
In this case we plan to build Dasahro (coreboot+SeaBIOS) v24.05.00.01 for PC Engines:

```bash
git checkout v25.05.00.01
git checkout v25.08.00.01
```

Get back to coreboot main directory:
Expand Down Expand Up @@ -114,15 +114,11 @@ Tag repository, otherwise hash of the build will not match since coreboot use
tag during build process:

```sh
git tag -a v24.05.00.01 -m "Some annotation which conten really doesn't matter"
git tag -a v24.08.00.01 -m "Some annotation which conten really doesn't matter"
```

**NOTE:** It has to be annotated tag, coreboot does not pick others.

### Compile

To compile created code base please use [pce-fw-builder](https://github.com/pcengines/pce-fw-builder).

## Development

### How to handle bug in patches ?
Expand Down

0 comments on commit cd7eec8

Please sign in to comment.