Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Buildroot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Linux Build
Buildroot
Commits
bfaed966
Commit
bfaed966
authored
9 years ago
by
Peter Korsgaard
Browse files
Options
Downloads
Patches
Plain Diff
Update for 2015.11-rc2
Signed-off-by:
Peter Korsgaard
<
peter@korsgaard.com
>
parent
5b7cb94c
No related branches found
Branches containing commit
Tags
2015.11-rc2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+33
-0
33 additions, 0 deletions
CHANGES
Makefile
+1
-1
1 addition, 1 deletion
Makefile
docs/website/download.html
+5
-5
5 additions, 5 deletions
docs/website/download.html
docs/website/news.html
+13
-0
13 additions, 0 deletions
docs/website/news.html
with
52 additions
and
6 deletions
CHANGES
+
33
−
0
View file @
bfaed966
2015.11-rc2, Released November 19th, 2015
Fixes all over the tree.
LD_LIBRARY_PATH is no longer used to ensure host binaries find
their libraries, fixing issues on recent Fedora.
Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
with ${TARGET}-cc after the move to use a toolchain wrapper
for the internal toolchain.
Appy-patches.sh now correctly applies all files listed in
series files.
Fixes for merged /usr handling when a custom skeleton is used.
Updated/fixed packages: axfsutils, boost, busybox, dhcp,
directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
libecore, libgudev, libnss, libpng, libserial, libssh2,
libuecc, libxml2, linux-headers, liquid-dsp, ltris,
lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
ushare, wine, wpa_supplicant, x265,
xdriver_xf86-video-siliconmotion, zxing-cpp
Issues resolved (http://bugs.uclibc.org):
#4790: Running udhcpc on a system with NFS root kills NFS
#8456: Building host-pkgconf on Fedora 23 fails due to..
2015.11-rc1, Released November, 7th 2015
Fixes all over the tree and new features.
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
bfaed966
...
...
@@ -41,7 +41,7 @@ else # umask
all
:
# Set and export the version string
export
BR2_VERSION
:=
2015.11-rc
1
export
BR2_VERSION
:=
2015.11-rc
2
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION
:=
$(
MAKE_VERSION
)
...
...
This diff is collapsed.
Click to expand it.
docs/website/download.html
+
5
−
5
View file @
bfaed966
...
...
@@ -17,14 +17,14 @@ or
(
<a
href=
"/downloads/buildroot-2015.08.1.tar.bz2.sign"
>
PGP signature
</a>
).
<p>
The latest release candidate is
<b>
2015.11-rc
1
</b>
, which can be
The latest release candidate is
<b>
2015.11-rc
2
</b>
, which can be
downloaded here:
<p>
<a
href=
"/downloads/buildroot-2015.11-rc
1
.tar.gz"
>
buildroot-2015.11-rc
1
.tar.gz
</a>
(
<a
href=
"/downloads/buildroot-2015.11-rc
1
.tar.gz.sign"
>
PGP signature
</a>
)
<a
href=
"/downloads/buildroot-2015.11-rc
2
.tar.gz"
>
buildroot-2015.11-rc
2
.tar.gz
</a>
(
<a
href=
"/downloads/buildroot-2015.11-rc
2
.tar.gz.sign"
>
PGP signature
</a>
)
or
<a
href=
"/downloads/buildroot-2015.11-rc
1
.tar.bz2"
>
buildroot-2015.11-rc
1
.tar.bz2
</a>
(
<a
href=
"/downloads/buildroot-2015.11-rc
1
.tar.bz2.sign"
>
PGP signature
</a>
).
<a
href=
"/downloads/buildroot-2015.11-rc
2
.tar.bz2"
>
buildroot-2015.11-rc
2
.tar.bz2
</a>
(
<a
href=
"/downloads/buildroot-2015.11-rc
2
.tar.bz2.sign"
>
PGP signature
</a>
).
<p>
This and earlier releases (and their PGP signatures) can always be downloaded from
...
...
This diff is collapsed.
Click to expand it.
docs/website/news.html
+
13
−
0
View file @
bfaed966
...
...
@@ -8,6 +8,19 @@
<p>
<ul>
<li><b>
19 November 2015 -- 2015.11-rc2 released
</b>
<p>
Another week, another release candidate with more cleanups and
build fixes. See the
<a
href=
"http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.11-rc2"
>
CHANGES
</a>
file for details.
</p>
<p>
Head to the
<a
href=
"/downloads/"
>
downloads page
</a>
to pick up the
<a
href=
"/downloads/buildroot-2015.11-rc2.tar.bz2"
>
2015.11-rc2
release candidate
</a>
, and report any problems found to the
<a
href=
"support.html"
>
mailing list
</a>
or
<a
href=
"https://bugs.uclibc.org"
>
bug tracker
</a>
.
</p>
<li><b>
7 November 2015 -- 2015.11-rc1 released
</b>
<p>
We have a new release candidate! Lots of changes all over the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment