Ryan Barnett
6884e5b912
configs: update config for Atmel SAMA5D3 Xplained board
...
Update configuration to use the 3.18.8 kernel and update U-Boot to
2015.01. With the switch to 2015.01. use the U-Boot SPL image for the
first stage bootloader instead of the at91bootstrap. The U-Boot SPL
requires that the U-Boot image format be u-boot.img in order to load
from the SD card.
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-05 12:12:11 +01:00
Gustavo Zacarias
0734c6edb6
wireshark: security bump to version 1.12.4
...
Fixes:
CVE-2015-2187 - The ATN-CPDLC dissector could crash.
CVE-2015-2188 - The WCP dissector could crash.
CVE-2015-2189 - The pcapng file parser could crash.
CVE-2015-2190 - The LLDP dissector could crash.
CVE-2015-2191 - The TNEF dissector could go into an infinite loop.
CVE-2015-2192 - The SCSI OSD dissector could go into an infinite loop.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-05 11:32:53 +01:00
Bartosz Golaszewski
f0343fd171
autoconf-archive: add hash
...
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-05 11:31:26 +01:00
Bernd Kuhls
1903260da6
package/portaudio: Remove threads dependency for alsa module
...
Portaudio as a whole already depends on threads support, so there is no
need to have an additional dependency for its alsa module.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:43:06 +01:00
Ivo Slanina
541d9937d4
linux/linux.mk: custom dts path - build dtb only from *.dts files
...
When building device tree blobs from custom *.dts files, buildroot
initializes KERNEL_DTS_NAME variable from all given file names.
This causes that user can't provide one *.dts file and some other
*.dtsi files as dependencies.
Problem is fixed by adding filter for initializing KERNEL_DTS_NAME
variable with *.dts files only. All user provided files are copied
into kernel source tree, but only file names suffixed with *.dts
are used for building appropriate *.dtb files.
[Thomas: add comment into the code to explain why we are filtering
.dts files only.]
Signed-off-by: Ivo Slanina <ivo.slanina@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:38:15 +01:00
Jerome Oufella
32317a6bef
psplash: bump version
...
This version fixes an image rendering bug and adds configuration items.
Signed-off-by: Jerome Oufella <jerome.oufella@savoirfairelinux.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:35:41 +01:00
André Hentschel
6e0c62b613
wine: Add patch to fix miscompilation with gcc 4.9
...
Signed-off-by: André Hentschel <nerv@dawncrow.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:30:04 +01:00
Fabio Porcedda
1029d7edbb
logrotate: use pkg-config for the popt library
...
Without using the pkg-config the dependencies are not included for a
static linking so it fails to build.
These failures are fixed by linking the libintl library that is a
dependency of the popt library.
This commit to be useful requires the previous commit 'popt: add to the
"popt.pc" file the libintl library'.
Fixes:
http://autobuild.buildroot.net/results/159bf5730414ca7f73dcdae95090177355193636
http://autobuild.buildroot.net/results/ebe6ab7fc0f2cff98de06b3dc374730da9e9e4f2
Minimal defconfig to reproduce the build failure:
BR2_STATIC_LIBS=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PACKAGE_GETTEXT=y
BR2_PACKAGE_LOGROTATE=y
[Thomas: fix commit log, since the library is named 'popt', not
'opt'.]
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:25:53 +01:00
Fabio Porcedda
6d8c17c3d2
popt: add to the "popt.pc" file the libintl library
...
This change permits through pkg-config to retrive even the depenencies
that is useful for a static linking.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:24:48 +01:00
Yann E. MORIN
6fd087025f
package/vlc: express the dependency on freerdp
...
vlc can use the freerdp library if present.
This is currently a hidden dependency, as we do not express it in our
vlc.mk rules. Package ordering makes it so that freerdp is built before
vlc; however, manually building vlc (with 'make vlc') would miss the
dependency because of that package ordering.
Explcitly add freerdp (if enabled) as a dependency of vlc to ensure
build order in every cases.
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:23:34 +01:00
Jerzy Grzegorek
34d032e0d0
quagga: remove redundant assignment
...
This redundant assignement was mistakenly added in commit
a839ac38e1 .
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:21:35 +01:00
Thomas Petazzoni
9d0c450941
openswan: re-add -fPIE flag
...
This flag was mistakenly removed in unrelated commit
5287358ff3 .
Reported-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:04:29 +01:00
Romain Naour
52ceb700ff
boot/syslinux: bump version to 6.03
...
Since 6.03 syslinux release, the gnu-efi sources are bundled whith
syslinux. We need to force the build system to use the Buildroot's
gnu-efi package.
Remove the patch for find-gnu-efi.sh script which was removed, as well
as the SYSROOT variable from the BUILD_CMDS, which is no longer
needed.
There are still some parallel build issues, so MAKE1 can't
be removed for now.
Add a hash file.
Fix indentation.
[Thomas: fix minor typos in a new comment in the .mk file.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 23:02:53 +01:00
Jerzy Grzegorek
eef1eae401
ncmpc: add hash file
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:54:37 +01:00
Jerzy Grzegorek
dd9e3caaa0
ncmpc: change tarball compression to xz
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:54:30 +01:00
Jerzy Grzegorek
491c681000
libass: add hash file
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:52:36 +01:00
Jerzy Grzegorek
3468e72abb
libass: change tarball compression to xz
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:52:07 +01:00
Jerzy Grzegorek
ad5d9cb3d4
e2fsprogs: change tarball compression to xz
...
Also update hash file
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:51:36 +01:00
Julien Boibessot
5287358ff3
package/kodi: Use i.MX VPU (video codec) when available
...
Tested on i.MX6.
[Thomas: drop comment in Config.in help text, hard to maintain for all
platforms.]
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:50:12 +01:00
Gwenhael Goavec-Merou
5747cc4eb6
python-markdown: add host-package support
...
Host-cheetah needs host-markdown.
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:46:44 +01:00
Gustavo Zacarias
d6fbd85027
toolchain-external: add CodeSourcery AMD64 2014.05
...
This toolchain is AMD64-only so restrict it accordingly.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:17:03 +01:00
Gustavo Zacarias
50451998f0
arch: add support for AMD steamroller
...
Add support for AMD steamroller optimizations, available in gcc 4.8+ as
bdver3.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:16:41 +01:00
Gustavo Zacarias
4274f758ed
libglib2: remove kludges for old and removed xilinx toolchains
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:14:10 +01:00
Gustavo Zacarias
c6aeba2b31
Config.in: remove BR2_DEPRECATED_SINCE_2014_02
...
The symbol is unused so remove it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:13:40 +01:00
Gustavo Zacarias
bad25aff36
toolchain/external: remove xilinx microblaze v2/14.3 toolchains
...
These have been deprecated since 2014.02
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:13:24 +01:00
Gustavo Zacarias
7dd9214db6
linux-headers: mark EOL versions deprecated
...
Follow the upstream EOL cycle and mark 3.17 as deprecated for 2015.05.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:13:00 +01:00
Gustavo Zacarias
001846efe6
ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION
...
In preparation for BR2_KERNEL_HEADERS_3_17 deprecation.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:12:45 +01:00
Gustavo Zacarias
0f1556e1c8
Config.in: Add BR2_DEPRECATED_SINCE_2015_05
...
In preparation for the deprecation of certain features in 2015.05, add
the BR2_DEPRECATED_SINCE_2015_05 symbol.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:12:32 +01:00
Julien Boibessot
18bb40c075
package/libiconv: typo
...
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 22:12:06 +01:00
Lahoudere Fabien
f31f411883
barebox: fix compilation on x86-64 architecture
...
Barebox uses KERNEL_ARCH to derive BAREBOX_ARCH, but doesn't
currently handle the case of the x86-64 architecture. In this
case KERNEL_ARCH is x86_64, but BAREBOX_ARCH should be x86
nonetheless.
Signed-off-by: Fabien Lahoudere <fabienlahoudere.pro@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 21:38:45 +01:00
Gustavo Zacarias
39e08b1dd3
uclibc: add hash for uclibc-ng
...
[Thomas: put comments near the relevant line.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 21:30:09 +01:00
Gustavo Zacarias
6b2b721011
uclibc: add patch to unbreak sparc non-threaded builds
...
SPARC non-threaded builds are broken, add patch for uClibc & uClibc-ng to fix
it.
Status: upstream uClibc (so likely -ng will follow suit shortly).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 21:29:24 +01:00
Yegor Yefremov
70d354e1ac
can-utils: bump version
...
Change download location as the package has moved to GitHub.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 21:28:14 +01:00
Ryan Coe
4e92ffdc47
rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
...
Signed-off-by: Ryan Coe <bluemrp9@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 21:27:43 +01:00
Ryan Coe
e89fba08b8
kodi: allow mysql to be used
...
Signed-off-by: Ryan Coe <bluemrp9@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:44:30 +01:00
Gustavo Zacarias
642348c8c8
configs/qemu_mips64el_malta_defconfig: don't force eglibc
...
It's not required, the toolchain options should handle that.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:42:56 +01:00
Gustavo Zacarias
c300c8b24a
toolchain/buildroot: default to glibc where possible/convenient
...
Default to glibc over eglibc where it's possible and/or convenient.
Since the eglibc project is basically gone and merged with glibc it
doesn't make sense to keep defaulting to it for architectures that
aren't uClibc-capable.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:42:13 +01:00
Francois Perrad
8a4c8deee9
perl: fix build caused by bison generated code
...
This commit makes sure the date of a C file is newer than the date of
the corresponding Bison source file, so that the build process doesn't
try to regenerate it. This avoids the need to have host-bison as a
dependency for the perl build.
Fixes:
http://autobuild.buildroot.net/results/1c2/1c261b09f5a4a314d5dcbc1e5811af9c7d18658a/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:40:13 +01:00
Will Wagner
4668ec8a9b
qt5: bump version to 5.4.1
...
Also remove all patches that have been applied to 5.4.1 branch
Signed-off-by: Will Wagner <will_wagner@carallon.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:39:05 +01:00
Fabio Porcedda
6b18583416
kmod: needs largefile
...
Since version 20 it requires largefile support.
http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=481ad14550087c77c9df6d117c7a975a38a4ad33
- Disable --disable-largefile. We already had possible bugs in the
index implementation if this were passed. It's now fixed, but it's
never tested. Disable it.
Fix build failure:
configure: error: --disable-largefile is not supported by kmod
package/pkg-generic.mk:172: recipe for target 'output/build/kmod-20/.stamp_configured' failed
Fixes:
http://autobuild.buildroot.net/results/f662d9230e4bc2da7dc56a2ffd493cc37254d377//
http://autobuild.buildroot.net/results/233ec8ee346e15d41658cffc6bbb4a6c9dd46746//
[Thomas:
- use two separate 'depends on' conditions for BR2_STATIC_LIBS and
BR2_LARGEFILE, like we do in most packages.
- take this opportunity to also indicate the dependency on dynamic
library in the comment, which was missing until now.]
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Cc: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:29:54 +01:00
Gustavo Zacarias
a839ac38e1
quagga: bump to version 0.99.24
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-04 19:25:16 +01:00
Gustavo Zacarias
b9f39b2b38
whois: bump to version 5.2.5
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 22:02:26 +01:00
Jerzy Grzegorek
7a30d7b074
agentpp: update URL address
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 22:00:18 +01:00
Gustavo Zacarias
3971cdfd32
glibc: drop stray from merge/bump
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 22:00:02 +01:00
Gustavo Zacarias
7f2a52ef83
gcc: make branding unconditional
...
We don't support older versions that can't handle it any more.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:58:43 +01:00
Gustavo Zacarias
bf554b9602
grub2: add hash
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:57:49 +01:00
Gustavo Zacarias
8cce65ef5e
grub: add hash
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:57:11 +01:00
Gustavo Zacarias
03f373184b
syslinux: add hash
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:56:51 +01:00
Gustavo Zacarias
ada937a94b
ruby: bump to version 2.2.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:55:45 +01:00
Gustavo Zacarias
81b2c001dd
collectd: bump to version 5.4.2
...
* Add hash file
* Add support for: ipvs, modbus, netlink, nginx, postgresql
* Fix threshold support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-03 21:54:03 +01:00