Skip to content

Commit 083c073

Browse files
committed
Update for 2017.02
Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 962d153 commit 083c073

File tree

5 files changed

+44
-14
lines changed

5 files changed

+44
-14
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017.02, Released February 28th, 2017
2+
3+
Minor fixes, mainly fixing autobuilder issues.
4+
5+
Don't use cmake 3.7.x from the build host as it is also
6+
affected by the RPATH handling issues, and instead build our
7+
own if needed.
8+
9+
Updated/fixed packages: assimp, classpath, genimage, mplayer,
10+
mpv, openocd, python-libconfig, qt5base, qt5quickcontrols,
11+
vlc, xterm
12+
113
2017.02-rc3, Released February 26th, 2017
214

315
Fixes all over the tree.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ else # umask / $(CURDIR) / $(O)
8686
all:
8787

8888
# Set and export the version string
89-
export BR2_VERSION := 2017.02-rc3
89+
export BR2_VERSION := 2017.02
9090
# Actual time the release is cut (for reproducible builds)
91-
BR2_VERSION_EPOCH = 1488147000
91+
BR2_VERSION_EPOCH = 1488315000
9292

9393
# Save running make version since it's clobbered by the make package
9494
RUNNING_MAKE_VERSION := $(MAKE_VERSION)

docs/website/download.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@
88
<div class="panel-heading">Download</div>
99
<div class="panel-body">
1010

11-
<h3 style="text-align: center;">Latest stable release: <b>2016.11.2</b></h3>
11+
<h3 style="text-align: center;">Latest stable release: <b>2017.02</b></h3>
1212

1313
<div class="row mt centered">
1414
<div class="col-sm-6">
1515
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
1616
<div class="flipper">
1717
<div class="front">
18-
<a href="/downloads/buildroot-2016.11.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
18+
<a href="/downloads/buildroot-2017.02.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
1919
</div>
2020
<div class="back">
21-
<a href="/downloads/buildroot-2016.11.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
21+
<a href="/downloads/buildroot-2017.02.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
2222
</div>
2323
</div>
2424
</div>
25-
<h3><a href="/downloads/buildroot-2016.11.2.tar.gz">buildroot-2016.11.2.tar.gz</a></h3>
26-
<p><a href="/downloads/buildroot-2016.11.2.tar.gz.sign">PGP signature</a></p>
25+
<h3><a href="/downloads/buildroot-2017.02.tar.gz">buildroot-2017.02.tar.gz</a></h3>
26+
<p><a href="/downloads/buildroot-2017.02.tar.gz.sign">PGP signature</a></p>
2727
</div>
2828
<div class="col-sm-6">
2929
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
3030
<div class="flipper">
3131
<div class="front">
32-
<a href="/downloads/buildroot-2016.11.2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
32+
<a href="/downloads/buildroot-2017.02.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
3333
</div>
3434
<div class="back">
35-
<a href="/downloads/buildroot-2016.11.2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
35+
<a href="/downloads/buildroot-2017.02.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
3636
</div>
3737
</div>
3838
</div>
3939

40-
<h3><a href="/downloads/buildroot-2016.11.2.tar.bz2">buildroot-2016.11.2.tar.bz2</a></h3>
41-
<p><a href="/downloads/buildroot-2016.11.2.tar.bz2.sign">PGP signature</a></p>
40+
<h3><a href="/downloads/buildroot-2017.02.tar.bz2">buildroot-2017.02.tar.bz2</a></h3>
41+
<p><a href="/downloads/buildroot-2017.02.tar.bz2.sign">PGP signature</a></p>
4242
</div>
4343
</div>
44-
44+
<!--
4545
<h3 style="text-align: center;">Latest release candidate: <b>2017.02-rc3</b></h3>
4646
<div class="row mt centered">
4747
<div class="col-sm-6">
@@ -75,7 +75,7 @@ <h3><a href="/downloads/buildroot-2017.02-rc3.tar.bz2">buildroot-2017.02-rc3.tar
7575
<p><a href="/downloads/buildroot-2017.02-rc3.tar.bz2.sign">PGP signature</a></p>
7676
</div>
7777
</div>
78-
78+
-->
7979
This and earlier releases (and their PGP signatures) can always be downloaded from
8080
<a href="/downloads/">http://buildroot.net/downloads/</a>.
8181
</div>

docs/website/news.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
<h2>News</h2>
1010
<ul class="timeline">
1111

12+
<li>
13+
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
14+
<div class="timeline-panel">
15+
<div class="timeline-heading">
16+
<h4 class="timeline-title">2017.02 released</h4>
17+
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 February 2017</small></p>
18+
</div>
19+
<div class="timeline-body">
20+
<p>The stable 2017.02 release is out - Thanks to everyone
21+
contributing and testing the release candidates. See the
22+
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2017.02">CHANGES</a>
23+
file for more details
24+
and go to the <a href="/downloads/">downloads page</a> to pick up the
25+
<a href="/downloads/buildroot-2017.02.tar.bz2">2017.02 release</a>.</p>
26+
</div>
27+
</div>
28+
</li>
29+
1230
<li class="timeline-inverted">
1331
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
1432
<div class="timeline-panel">

support/misc/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
################################################################################
66

77
# Buildroot version to use
8-
RELEASE='2016.11.2'
8+
RELEASE='2017.02'
99

1010
### Change here for more memory/cores ###
1111
VM_MEMORY=2048

0 commit comments

Comments
 (0)