Skip to content

Commit 2a1544b

Browse files
committed
linux: Update Buildroot version for arc-2025.06
Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
1 parent 30e21b6 commit 2a1544b

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

docs/linux/building/buildroot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Stable Buildroot releases are published every three months. Tarballs are availab
66
(<http://buildroot.org/downloads/>). However, you can clone an upstream Git repository:
77

88
```shell
9-
git clone -b 2024.11.1 https://git.busybox.net/buildroot
9+
git clone -b 2025.02.3 https://git.busybox.net/buildroot
1010
cd buildroot
1111
```
1212

1313
Upstream Buildroot does not support ARCv3 families. If you are going to build Linux for ARCv3 then
1414
consider using a separate Synopsys repository with patches for support of ARC HS5x and ARC HS6x:
1515

1616
```shell
17-
git clone -b arc-2024.12 https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
17+
git clone -b arc-2025.06 https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
1818
cd buildroot
1919
```
2020

docs/linux/building/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ make defconfig DEFCONFIG=my_defconfig
7272
It's a good practice to build Linux images out of the main source tree:
7373

7474
```shell
75-
git clone -b 2024.11.1 https://git.busybox.net/buildroot
75+
git clone -b 2025.02.3 https://git.busybox.net/buildroot
7676
mkdir buildroot/build
7777
cd buildroot/build
7878
make -C .. O=$(pwd) snps_archs38_haps_defconfig

docs/linux/building/separate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Clone Buildroot:
1515

1616
```shell
1717
# Clone the latest Buildroot
18-
git clone -b 2024.11.1 https://git.busybox.net/buildroot
18+
git clone -b 2025.02.3 https://git.busybox.net/buildroot
1919
# ... or use a custom repository for support of ARCv3 targets
20-
git clone -b arc-2024.12 https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
20+
git clone -b arc-2025.06 https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
2121
cd buildroot
2222
```
2323

docs/linux/building/toolchain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here is a table of kernel versions for different toolchain releases:
5151

5252
| Toolchain release | Linux headers version |
5353
|-------------------|-----------------------|
54-
| 2024.12 — 2022.09 | 5.16 |
54+
| 2025.06 — 2022.09 | 5.16 |
5555
| 2021.09 — 2021.03 | 5.1 |
5656
| 2020.09 | 5.7 |
5757
| 2020.03 — 2018.03 | 4.15 |
@@ -62,7 +62,7 @@ Here is a table of kernel versions for different toolchain releases:
6262
| 2015.12 — 2015.06 | 3.18 |
6363
| earlier | 3.13 |
6464

65-
## Options for 2024.12 Toolchain Release
65+
## Options for 2025.06 Toolchain Release
6666

6767
!!! note
6868

docs/linux/hsdk/build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ for ARC HS Development Kit.
2727
Clone Buildroot from the upstream repository:
2828

2929
```text
30-
git clone -b 2024.11.1 https://git.busybox.net/buildroot
30+
git clone -b 2025.02.3 https://git.busybox.net/buildroot
3131
cd buildroot
32-
git checkout 2024.05
3332
```
3433

3534
## Building the Linux Kernel and Booting Using U-Boot

0 commit comments

Comments
 (0)