Skip to content

Commit

Permalink
README.md: update to Buildroot 2023.02.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
tpetazzoni committed Jul 13, 2023
1 parent 5cd2b9b commit 354e873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ Please see the [corresponding manual section](https://buildroot.org/downloads/ma
This `BR2_EXTERNAL` tree is designed to work with the `2023.02.x` LTS
version of Buildroot. However, we needed a few changes on top of
upstream Buildroot, so you need to use our own Buildroot fork together
with this `BR2_EXTERNAL` tree, and more precisely its `st/2023.02.1`
with this `BR2_EXTERNAL` tree, and more precisely its `st/2023.02.2`
branch.

```bash
$ git clone -b st/2023.02.1 https://github.com/bootlin/buildroot.git
$ git clone -b st/2023.02.2 https://github.com/bootlin/buildroot.git
```

See our documentation on [internal details](docs/internals.md) for more
Expand All @@ -143,7 +143,7 @@ information about the changes we have compared to upstream Buildroot.
Now, clone the matching branch of the `BR2_EXTERNAL` tree:

```bash
$ git clone -b st/2023.02.1 https://github.com/bootlin/buildroot-external-st.git
$ git clone -b st/2023.02.2 https://github.com/bootlin/buildroot-external-st.git
```

You now have side-by-side a `buildroot` directory and a
Expand Down

0 comments on commit 354e873

Please sign in to comment.