Gustavo Zacarias
60332f38f5
gd: add patch for CVE-2014-2497
...
Fixes CVE-2014-2497 - NULL pointer dereference
Patch from upstream:
463c3bd09b
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-15 22:28:51 +02:00
Romain Naour
85448febb3
package/localedef: don't use config.site when cross-compiling
...
On fedora 20 64bits host, the file /usr/share/config.site contains
a fix for installing libraries into /lib/lib64 on 64bits systems
that redefine libdir in the generated Makefile.
This causes the bug 7262 reported Normen Bolling.
Set CONFIG_SITE to "no" to not use config.site
fixes: https://bugs.busybox.net/show_bug.cgi?id=7262
Reported-by: Normen Bolling <normen.bolling@teufel.de >
Cc: Normen Bolling <normen.bolling@teufel.de >
Cc: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com >
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-15 22:27:39 +02:00
Bernd Kuhls
916b21a7fb
package/tar: Depends on MMU
...
Fixes
misc.o: In function `_xfork':
misc.c:(.text+0x614): undefined reference to `_fork'
../lib/libtar.a(rtapelib.o): In function `_rmt_open__':
rtapelib.c:(.text+0x6d2): undefined reference to `_fork'
To reproduce use this defconfig
http://autobuild.buildroot.net/results/8d5/8d5ad404fab7ec2a501972ba9c08b0109e420b80/defconfig
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 19:16:11 +02:00
Peter Korsgaard
921d618566
gst1-plugins-good: v4l2 plugin needs kernel headers 3.0+
...
Fixes http://autobuild.buildroot.net/results/284/284313e660c3c9fad891fd71aa56ca5751946dc6/
For the multi planar api (mp_pix). It was actually added in 2.6.39 (commit
f8f3914cf9), but we only have symbols for 3.x kernels, so use 3.0 instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 18:50:34 +02:00
Luca Ceresoli
533b17a65f
qt: don't install translation files by default
...
Commit 93917b6980 (2013.11) introduced
the installation of the binary .qm translation files, unconditionally.
However, the installed size is very large for some embedded systems
(about 8 MB), and they are not needed in many cases.
In order to avoid such a waste of storage space, commit
2ff329412f (2014.08) made this
installation an option that could be disabled. For backward
compatibility, the option default was set to yes.
Given the size of these files, and that they had never been installed
by Buildroot versions before 2013.11, change the default to not
installing them.
Interested users can still activate it as needed.
Also update and improve the help text.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Reviewed-by: Danomi Manchego <danomimanchego123@gmail.com >
Cc: Danomi Manchego <danomimanchego123@gmail.com >
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 12:04:02 +02:00
Thomas Petazzoni
91ff861195
libcuefile: fix static linking
...
Add a patch to libcuefile to fix BR2_PREFER_STATIC_LIB=y configurations.
Fixes:
http://autobuild.buildroot.org/results/13e/13ecdab5bb132532674a51e0e0e1136d417dfcd9/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 12:02:05 +02:00
Thomas Petazzoni
9cef35b68f
libebml: properly support static only builds
...
This commit adjusts the libebml package to not build a shared library
when BR2_PREFER_STATIC_LIB=y.
Fixes:
http://autobuild.buildroot.org/results/262/26279f72b6c5708f363b3cce2102afa0eccc3a72/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 12:01:06 +02:00
Nathaniel Roach
8b3f257cd7
bandwidthd: incorporate fixes for autobuilders
...
"The build failures of bandwidthd observed in the autobuilders in
relation to libpng are caused by the usage of -L/usr/lib
-L/usr/local/lib in the compiler flags, which leads the configure
script to try to link against a host libpng library."
These issues are fixed by:
* Version bump to -r08
"[patched] the configure.ac script to remove the hardcoded
-L/usr/local/lib and -I/usr/local/include. The bandwidthd package
-was already autoreconfigured, so there is no need to add it."
* "Adding the --without-x option, which ensures that the configure.ac
script will not add -L/usr/lib to the compiler flags (and we anyway
haven't added any sort of X.org support to bandwidthd for the
moment)."
Both fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 11:05:44 +02:00
Bernd Kuhls
12a3ecfc9a
package/ffmpeg: prevent stripping the ffmpeg binary
...
Packages shouldn't strip executables by themselves, so that Buildroot
controls whether stripping should occur or not. This also fixes the
build on Blackfin FLAT where stripping actually doesn't work because
stripping FLAT binaries is not supported.
Inspired by Thomas:
http://git.buildroot.net/buildroot/commit/package/hdparm/hdparm.mk?id=11dbb615338cd768acc2c3138064ddf557e9b60b
Fixes
http://autobuild.buildroot.net/results/581/581c43b50c9717e53334eb156ece95fe499ccb04/
http://autobuild.buildroot.net/results/57a/57a1bdc22b803114c018fa007884385bf8355151/
http://autobuild.buildroot.net/results/d8a/d8a1aadebd302abc923bc4865e1242ab2479d641/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 11:02:57 +02:00
Francois Perrad
6057878756
pkg-perl: fix build of perl XS packages
...
Set OPTIMIZE in order to avoid the use of the host $Config{optimize} value
which could cause breakage when cross-compiling for the target.
See discussion in http://lists.busybox.net/pipermail/buildroot/2014-August/104129.html
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:19:14 +02:00
Thomas Petazzoni
1e9d40fc23
bluez5_utils: gatttool depends on bluez5_utils client
...
The gatttool utility uses readline, and is therefore built only if
--enable-client is used, i.e when bluez5_utils client applications are
enabled. Therefore, this commit makes
BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL depend on
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT. It also moves
BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL to be right below the
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT definition.
Fixes:
http://autobuild.buildroot.org/results/f2b/f2b8b1bf5d50e6223a9a6d6858320975edb2a25a/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:18:23 +02:00
Gustavo Zacarias
caa04a8cf7
linux: bump default to version 3.16.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:17:10 +02:00
Gustavo Zacarias
98f9a73962
linux-headers: bump 3.{4, 10, 14, 15, 16}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:17:05 +02:00
Thomas Petazzoni
dfaa18af00
ltrace: disable on mips/mipsel
...
ltrace currently doesn't build on mips/mipsel, and it's an upstream
issue that has been reported. Until it get fixed, let's disable ltrace
for mips/mipsel.
Fixes:
http://autobuild.buildroot.org/results/43a/43a8fc7075f52eab74ebfee4c9f25dd2b886e75e/
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:14:17 +02:00
Gustavo Zacarias
f588eaf8a5
synergy: needs mmu
...
Fixes:
http://autobuild.buildroot.net/results/8d4/8d435c1605204f154c8a0a94ebc06d9c29a1768a/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-15 10:11:45 +02:00
Gustavo Zacarias
86b830d70a
pppd: security bump to version 2.4.7
...
Fixes CVE-2014-3158 - potential security issue in parsing option files.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-14 10:09:44 +02:00
Yuvaraj Patil
3ed56b83c2
tftpd: depends on MMU
...
This package needs MMU. Hence added dependency on BR2_USE_MMU
Fixes:
http://autobuild.buildroot.net/results/3e1/3e16d8c9ae3b77393e082c3dd9b7b3de9aa040c0//
Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-14 10:09:05 +02:00
Yuvaraj Patil
96527e6d52
procps-ng: Depends on MMU
...
This package needs MMU. Hence added dependency on BR2_USE_MMU
Fixes:
http://autobuild.buildroot.net/results/f24/f24aa16857e91fb6b03f9ac7ab0442fedcab8546//
Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-14 10:05:53 +02:00
Bernd Kuhls
39adab957b
package/xbmc: Bump version to 13.2rc1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-14 10:04:13 +02:00
Peter Korsgaard
e3bb4ac791
fbv: fix typo in pkg-config variable
...
Reported-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-12 09:08:53 +02:00
Bernd Kuhls
a3ff0ad550
package/fbv: Fix static linking against libpng
...
Fixes
http://autobuild.buildroot.net/results/9ca/9cacec257f979745a7d4a43224b243ee4e16f9ac/
http://autobuild.buildroot.net/results/996/996e42396546555e9fcf0c7135aac610ccca4eee/
http://autobuild.buildroot.net/results/c91/c918046900045c34c73e16578026cce3e6bcccf8/
[Peter: adjust description, pass --static to pkg-config, only use for static linking]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 23:30:25 +02:00
Bernd Kuhls
a21566d317
package/fbv: Typo fix
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 23:02:02 +02:00
Francois Perrad
d70f19ee93
perl: fix warnings at runtime
...
autosplit.ix files are used by AutoLoader.pm
Can't locate auto/Net/SSLeay/autosplit.ix in @INC (@INC contains: /usr/lib/perl5/site_perl/5.18.2/arm-linux /usr/lib/perl5/site_perl/5.18.2 /usr/lib/perl5/5.18.2/arm-linux /usr/lib/perl5/5.18.2 .) at /usr/lib/perl5/5.18.2/AutoLoader.pm line 181.
at /usr/lib/perl5/site_perl/5.18.2/arm-linux/Net/SSLeay.pm line 24.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 23:01:38 +02:00
Peter Seiderer
bf3d9840d7
postgresql: disable spinlock support for nios2
...
Fixes:
http://autobuild.buildroot.net/results/4d2/4d2f962ae59cfe11fce4d6790dbccfbb527a8f5f/
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 22:57:56 +02:00
Arnaud Aujon
b092f74b60
espeak : depends on MMU
...
Fixes http://autobuild.buildroot.net/results/dae/dae5c59dfa127e1c3f9e3885cdd1b97e54d8fe41/
and http://autobuild.buildroot.net/results/fa0/fa04a0fe7d7a201c5f733bd798c0da50ffb81271/
espeak uses fork(), don't work on non-MMU platforms
[Peter: indent with tab instead of spaces]
Signed-off-by: Arnaud Aujon <arnaud@intelibre.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 22:49:22 +02:00
Peter Korsgaard
7e33639ecf
network-manager: fix build on toolchains not exporting CLOCK_BOOTTIME (E.G. uClibc)
...
Fixes
http://autobuild.buildroot.net/results/c13/c1388cf73961ddf06f771afe77a7e1e9fc0d8c20/
http://autobuild.buildroot.net/results/d33/d33ed1c3bf1be7c8f8ea02590a770b0d29c7d9fa/
http://autobuild.buildroot.net/results/093/093656db99067eb7bff725e292f8fc880a1d748e/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-11 09:57:05 +02:00
Gustavo Zacarias
58d3978e4e
openssl: add fix for hash cryptodev offloading
...
See http://rt.openssl.org/Ticket/Display.html?id=2770&user=guest&pass=guest
This has been sitting for ages in the openssl tracker and it's verified
to cause issues.
The patch only touches cryptodev engine offloading so it's pretty safe.
Tested on CAAM SEC4 hardware.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-09 10:07:15 +02:00
Peter Korsgaard
7e725e1333
Update for 2014.08-rc1
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014.08-rc1
2014-08-08 23:34:24 +02:00
Peter Korsgaard
ec37bbcaa9
CHANGES: add highlights for 2014.08 release
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-08 23:28:02 +02:00
Gustavo Zacarias
400b8d4d95
linux-headers: bump 3.{4, 10, 14, 15}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-08 22:20:05 +02:00
Gustavo Zacarias
b781001179
dropbear: bump to version 2014.65
...
Fixes some regressions introduced by 2014.64
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-08 22:19:20 +02:00
Gustavo Zacarias
31b56034e0
wireshark: security bump to version 1.10.9
...
Fixes:
WNPA-SEC-2014-08 / CVE-2014-5161 / CVE-2014-5162
The Catapult DCT2000 and IrDA dissectors could underrun a buffer.
WNPA-SEC-2014-09 / CVE-2014-5163
The GSM Management dissector could crash.
WNPA-SEC-2014-10 / CVE-2014-5164
The RLC dissector could crash.
WNPA-SEC-2014-11 / CVE-2014-5165
The ASN.1 BER dissector could crash.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-08 22:19:16 +02:00
Peter Korsgaard
087e1c8ef0
CHANGES: update with recent changes
...
The description of important changes still needs to be added.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-08 00:50:52 +02:00
Benoît Thébaudeau
c2a7f0d605
dhcpdump: Fix strsep() feature test
...
Use the official _BSD_SOURCE feature test macro instead of the meaningless
HAVE_STRSEP macro in order to detect the availability of strsep().
This allows toolchains supporting strsep() to use it instead of the custom
implementation from dhcpdump, which also avoids the following error with some
toolchains:
In file included from dhcpdump.c:30:0:
dhcpdump.c: At top level:
strsep.c:65:23: error: register name not specified for ‘delim’
register const char *delim;
^
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:19:21 +02:00
Benoît Thébaudeau
bc6b399366
dhcpdump: Fix patch file name
...
Use the naming convention for patches, which is:
<packagename>-<number>-<description>.patch
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:18:58 +02:00
Gustavo Zacarias
6999e6760d
qemu/aarch64-virt: add new sample config
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:17:37 +02:00
Jean-Baptiste Theou
a47b633d79
linux: fix LINUX_SITE for release candidates
...
Signed-off-by: Jean-Baptiste Theou <jtheou@adeneo-embedded.us >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:16:21 +02:00
Gustavo Zacarias
b64ef58e08
linux-headers: bump 3.2.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:15:15 +02:00
Gustavo Zacarias
5dd65f2635
openssl: security bump to version 1.0.1i
...
Fixes:
CVE-2014-3508 - Information leak in pretty printing functions
CVE-2014-5139 - Crash with SRP ciphersuite in Server Hello message
CVE-2014-3509 - Race condition in ssl_parse_serverhello_tlsext
CVE-2014-3505 - Double Free when processing DTLS packets
CVE-2014-3506 - DTLS memory exhaustion
CVE-2014-3507 - DTLS memory leak from zero-length fragments
CVE-2014-3510 - OpenSSL DTLS anonymous EC(DH) denial of service
CVE-2014-3511 - OpenSSL TLS protocol downgrade attack
CVE-2014-3512 - SRP buffer overrun
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:13:14 +02:00
Gustavo Zacarias
595300f892
mongoose: fix build failure
...
mongoose.h looks missing because we're not building locally, so add
the appropriate -I flag. Fixes:
http://autobuild.buildroot.net/results/701/701711626548bd166cd5bc5669e4761ffed074d1/
[Thomas: change the solution to use -I$(@D) instead of switching to
the build directory.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-07 22:11:58 +02:00
Gustavo Zacarias
e3d3a49a83
toolchain: fix 3.16 selection for custom version
...
Fix d'oh typo from 911516f1b6 that
prevents custom version string 3.16 headers from working properly.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 23:02:58 +02:00
Gustavo Zacarias
8054d8da30
configs/imx233_olinuxino: bump to kernel 3.16
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 23:02:33 +02:00
Bernd Kuhls
c0fef784ab
package/xbmc: Bump version to 13.2b3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 23:02:11 +02:00
Gustavo Zacarias
50c59a8f8a
configs/qemu-microblaze: lock down kernel headers
...
Now that we use an internal toolchain as default care should be taken to
avoid breaking things.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 23:01:54 +02:00
Davide Viti
ef1d365c41
mongoose: patch to avoid _LARGEFILE_SOURCE redefinition warning
...
Signed-off-by: Davide Viti <zinosat@tiscali.it >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 22:59:03 +02:00
Davide Viti
65482c2409
mongoose: bump to version 5.4
...
Avoid compilation of the server via the upstream Makefile which
unconditionally uses -lssl
The -lssl flag is appended to MONGOOSE_CFLAGS whenever
BR2_PACKAGE_OPENSSL=y gets set.
Signed-off-by: Davide Viti <zinosat@tiscali.it >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 22:51:49 +02:00
Baruch Siach
2d0166e76c
python: renumber patch
...
Advance the serial number of a patch from 015 to 016 to avoid collision and
confusion.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 22:17:50 +02:00
Baruch Siach
ad4cbfe5f3
python3: fix termios build for xtensa
...
Forward port the patch from c821210b1b (python: fix termios build for
xtensa) to python3.
Fixes:
http://autobuild.buildroot.net/results/e7f/e7f71fbcb0796f315052947382fa39d85c5dc8fe/
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 22:17:30 +02:00
Jordi Llonch
ce69cc9172
nodejs: updated to 0.10.30
...
Signed-off-by: Jordi Llonch <jordi.llonch@rochsystems.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 19:59:30 +02:00
Bernd Kuhls
f291951ae8
configs: bump kernel used for the RPi
...
The rpi-3.12.y branch has now been merged with the 3.12.26 upstream.
Bump kernel headers used for the toolchain at the same time.
Fixes
http://jenkins.free-electrons.com/job/buildroot/config=raspberrypi_defconfig/320/console
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-08-06 19:58:32 +02:00