summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qemu-mips: update to latest kernelWaldemar Brodkorb2014-09-223-6/+6
| | | | | | | Update to Lnux Kernel 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: Bump version to 2.4.1Bernd Kuhls2014-09-221-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: Enable armv6 support for Cortex coresBernd Kuhls2014-09-221-1/+1
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/cda/cdad51f610c339d2ad4c7d09c282cfb4b10770a0/ http://autobuild.buildroot.net/results/cd5/cd53af973d9722481c3298f484b399c9a2c286cf/ http://autobuild.buildroot.net/results/a9a/a9a2c49d923fd891945a24c9d0d147b3eea9b037/ http://autobuild.buildroot.net/results/d2f/d2f51632aea5727df9404e611e8e379567f03b61/ http://autobuild.buildroot.net/results/a62/a622dd113dcb7b352bcfebe3b3c7ac6ed286d7c7/ http://autobuild.buildroot.net/results/2ea/2eace18d0d32b4cbb6120b06d2bbe79d2b9857a7/ http://autobuild.buildroot.net/results/caa/caad4172db90879db51b66625b98aa0805e39c73/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-infra: put optional step_user def and assignment in one blockDanomi Manchego2014-09-211-1/+1
| | | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ffmpeg: add --pkg-config to configure optionsDanomi Manchego2014-09-211-1/+2
| | | | | | | | | | | | | | | | The ffmpeg does not understand the PKG_CONFIG env variable, so it throws a line like this at the end of its configuration: WARNING: .../output/host/usr/bin/arm-none-linux-gnueabi-pkg-config not found, library detection may fail. Apparently, some of the indevs and outdevs need a pkg-config. This patch adds the --pkg-config to let ffmpeg know where it is. [Thomas: remove unrelated formatting change.] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ffmpeg: enable or disable debug based on BR2_ENABLE_DEBUGDanomi Manchego2014-09-211-1/+6
| | | | | | | | | | | | | Rather than hard-code --disable-debug, selectively enable or disable based on BR2_ENABLE_DEBUG. (Similar to gst1-libav.) [Thomas: do not make other changes such as reformatting the --prefix=/usr line.] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ffmpeg: consolidate duplicated config optionsDanomi Manchego2014-09-211-3/+2
| | | | | | | | | | | | Commit 62ab07ef769bd6504fe1db144aaac3fd45db9dad added a bunch of hard-coded options. Some of these options are then again added (or negated) based on kconfig settings. This patch removes the hard coded swscale and postproc settings, as they are enabled or disabled later. It also moves the --disable-pic lower as an else clause to the part that adds --enable-pic. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opencv: rework V4L/libv4l supportSamuel Martin2014-09-212-9/+5
| | | | | | | | | | | | | | | | | | | | | Starting with the 2.4.7 release, for V4L support, OpenCV does not requires a libv4l dependency for its V4L support. So, it now provides 2 distincts knobs for this: WITH_V4L and a new one: WITH_LIBV4L. This patch takes advantage of this new knob and libv4l support is now automatically enabled only if the libv4l package is enabled. In OpenCV, the logic behind this is: - using libv4l if available, - otherwise, use v4l2 or v4l API from the kernel if available. [Thomas: remove gratuituous reformating, as suggested by Yann.] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* scripts/graph-build-time: remove X dependencySascha Arthur2014-09-211-1/+2
| | | | | | | | | [Thomas: tweak commit title.] Signed-off-by: Sascha Arthur <sascha.arthur@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bcache-tools: Adding package.Jean-Christophe DUBOIS2014-09-213-0/+56
| | | | | | | | | | | | This is the bcache tools, required to setup the linux bcache feature of the Linux kernel. [Thomas: use only one hook to create the missing directories, as suggested by Yann.] Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: Fix compile error for microblazeBernd Kuhls2014-09-211-0/+33
| | | | | | | | | | | | Fixes mipushpxl.c: In function 'miPushPixels': mipushpxl.c:110:38: error: 'IMAGE_BYTE_ORDER' undeclared (first use in this function) if (screenInfo.bitmapBitOrder == IMAGE_BYTE_ORDER) Patch submitted upstream: https://bugs.freedesktop.org/show_bug.cgi?id=83582 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: Fix compile error for microblaze & xtensaBernd Kuhls2014-09-211-0/+232
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/05f/05f2f1317f366b724c2d6b1bb572bb6778c69896/ http://autobuild.buildroot.net/results/655/655c00859ea61378739309539d71b38fab62e229/ http://autobuild.buildroot.net/results/4d3/4d37c5594c0916c27c897b0d2545d1c5cc492598/ http://autobuild.buildroot.net/results/d1a/d1af06d73ee0fd57ee0ad8b371927b2f9478d44e/ http://autobuild.buildroot.net/results/5cc/5cceb96ac29a410316fd7d8f7de0615ba33e3f2c/ http://autobuild.buildroot.net/results/143/14308a9d1806574f06ab2a7d222f53119fab1c90/ http://autobuild.buildroot.net/results/c6a/c6a5bbee21b5c4ce84c6a95bd764f294d3791720/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-sh4: update to latest kernelWaldemar Brodkorb2014-09-213-5/+5
| | | | | | | Update to Linux kernel 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-microblazebe: update to latest linux kernelWaldemar Brodkorb2014-09-213-6/+6
| | | | | | | Update to Linux Kernel 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-microblazeel: update to latest kernelWaldemar Brodkorb2014-09-213-6/+6
| | | | | | | Update config to Linux 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* portmap: fix static linkingANDY KENNEDY2014-09-211-2/+1
| | | | | | | | | | | | Portmap builds and links, however, does not get built correctly when BR2_PREFER_STATIC_LIB is selected. There are no dynamic libraries in rootfs.tar, however, portmap gets linked dynamically without regards to the PREFER_STATIC_LIB tags. LDFLAGS was not being passed into the build of portmap. Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl: fix build of native modulesFrancois Perrad2014-09-211-0/+1
| | | | | | | | CORE/vutil.h is required when the host perl version is 5.20 see http://autobuild.buildroot.net/results/c3d/c3d48c3b3d6c1e616d8e20a2f65d8ba33abe61da/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: bump to 1.6.0Yann E. MORIN2014-09-212-37/+1
| | | | | | | Remove patch applied upstream. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/wayland: bump to 1.6.0Yann E. MORIN2014-09-211-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freerdp: bump versionYann E. MORIN2014-09-212-79/+2
| | | | | | | | | | | | | | | | | | | | There has been no new release recently, and the 1.0 branch is out-dated. The 1.1 branch has not been release-tagged since the last beta tag, but it still continues to receive bug fixes, and is relatively stable. The next major release should be 1.2.0, but it is still in beta, looks like it is focused on Android, and was only recently tagged. So, we use the latest cset from the 1.1 branch until there is a new release (either 1.2.0 or 1.1.0), at which point we can revisit which version we'll use. Drop our patch, since the problem has been fixed upstream (with a more complete solution.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libinput: bump versionYann E. MORIN2014-09-212-24/+32
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imx6sabresd: boot to /init in mfgtools modeVincent Stehlé2014-09-213-0/+38
| | | | | | | | | | | | | | | | | | | Buildroot supplies a nice /init wrapper script to use when booting from a ramdisk. We add a patch to u-boot to tell the kernel to boot into /init (instead of /linuxrc) on i.MX6, when booting in mfgtools mode. This way we can boot a buildroot system entirely through USB. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com [Luca: rebase on top of iMX6DL patches and patch iMX6DL defconfig as well] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> [Luca: build- and run-tested on i.MX6DL SABRESD] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> Cc: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* freescale/imx6-sabresd: document how to create a bootable SDLuca Ceresoli2014-09-212-0/+162
| | | | | | | | | | | | | Document how to create a bootable SD card for the two supported SABRESD cards: i.MX6Q and i.MX6DL. The SD card creation relies on an ad-hoc script. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Vincent Stehlé <vincent.stehle@freescale.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/freescale_imx6dlsabresd: add defconfig for iMX6DL SabreSDLuca Ceresoli2014-09-211-0/+27
| | | | | | | | | | | | | | This is very similar to freescale_imx6qsabresd_defconfig, which supports the i.MX6Q ("Quad", quad core CPU) version of the board, except it supports the i.MX6DL (DualLite, dual core CPU) version. The differences are in the U-boot configuration and the device tree file. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Vincent Stehlé <vincent.stehle@freescale.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/freescale_imx6qsabresd: rename imx6 to imx6qLuca Ceresoli2014-09-211-0/+0
| | | | | | | | | | | | | | This defconfig is specific to the SABRESD board equipped with the iMX6Q SoC. Rename it for clarity in order to avoid confusion with the upcoming defconfig for the iMX6DL version. Suggested by Gary Bisson. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Vincent Stehlé <vincent.stehle@freescale.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: improve look of sponsors pageThomas Petazzoni2014-09-2111-35/+157
| | | | | | | | | | This commit completely reworks the Sponsors page, to improve its look, put the current sponsor in a clearly visible way, and add the logo of all sponsors. [Thomas: fixed the next meeting date, as noticed by Thomas DS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: move Buildroot CSS code into its own fileThomas Petazzoni2014-09-212-11/+14
| | | | | | | | | | | | In preparation to the addition of more CSS code, this commit moves the Buildroot site specific CSS code from header.html to a dedicated CSS file. [Thomas: add missing space before opening curly brace, as suggested by Thomas DS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
* package/mesa3d: Bump version to 10.3.0Bernd Kuhls2014-09-212-21/+14
| | | | | | | - rebased mesa3d-0001-Fix-khrplatform.h-not-installed-if-EGL-is-disabled.patch Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: Bump version to 2.4Bernd Kuhls2014-09-213-57/+23
| | | | | | | | | | | Version 2.3 is unmaintained: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/183038 - removed ffmpeg-0002-bfin.patch, applied upstream - added vlc-0004-libav.patch from upstream to fix VLC compilation Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/genpart: make it a target package, tooYann E. MORIN2014-09-213-0/+10
| | | | | | | | | genpart comes handy when there is a need to programatically generate partition tables, without the need for a full partitioning program like fdisk et al. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang: bump to version 17.3Frank Hunleth2014-09-211-1/+1
| | | | | | | | | Erlang/OTP 17.3 is a service release on the 17 track with mostly bug fixes, but it does contain a number of new features and characteristics improvements as well. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: install Xceive/Cresta xc4000 and xc5000cYann E. MORIN2014-09-213-6/+18
| | | | | | | | Tweak the prompt, because Xceive is now part of Cresta, so the new xc5000c-based devices might be branded under either name. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for Chelsio cxgb4 T5Yann E. MORIN2014-09-213-2/+22
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for iwl7265 firmwareYann E. MORIN2014-09-212-0/+13
| | | | | | | | New firmware to support iwlwifi-7265. Only comes in rev-8 or rev-9 flavours, so hide rev-7 when iwlwifi-7265 is selected. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add new revision for iwlwifi firmwareYann E. MORIN2014-09-211-2/+9
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: prepare new firmware and new revision for iwlwifiYann E. MORIN2014-09-213-10/+37
| | | | | | | | | | There is an upcoming new firmware file for a new chipset supported by iwlwifi, as well as a new revision of the iwlwifi firmware. The patch only prepares the iwlwifi entries so it is easier to add them. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gendoc infra: cosmetic fixesSamuel Martin2014-09-211-5/+8
| | | | | | | | | | | | - wrap lines to 80 characters - fix space/tab mixup Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> [yann.morin.1998@free.fr: tested all but PDF] Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xinetd: Patch configure script to fix rlim_t testMaarten ter Huurne2014-09-211-0/+18
| | | | | | | | | | Fixes build with musl libc. [Thomas: use 004 sequence number instead of 005 for the patch.] Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* swig : bump to version 2.0.12Jeremy Rosen2014-09-211-1/+1
| | | | | | | | [Thomas: don't introduce a SWIG_MAJOR variable, not needed for the bump.] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* musl: Add post-1.1.4 commit to provide max_align_tMaarten ter Huurne2014-09-211-0/+153
| | | | | | | Without this, including libstdc++'s <cstddef> fails. Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* screen: bump to version 4.2.1Maarten ter Huurne2014-09-2113-549/+775
| | | | | | | | | | | | I re-did the patches: one patch per change, patch configure.in instead of the configure script itself, a few more issues fixed. This should hopefully make the patches acceptable for upstream, or at least make it easier to migrate them on version bumps. This also fixes compilation with musl libc. Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sudo: don't use hardening flags on host toolsGustavo Zacarias2014-09-211-0/+21
| | | | | | | | | | | Don't use hardening (SSP_CFLAGS & PIE_CFLAGS) flags on host tools since the host compiler may differ wildly from the tests run on the cross compiler and they might not work. Fixes: http://autobuild.buildroot.net/results/b10/b1091bd04ab988744548b74fb48c64bf291fed2f/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for Intel SST DSP (Baytrail audio)Yann E. MORIN2014-09-212-0/+15
| | | | | | | We introduce the new "Audio" firmware category for the firmware. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for ITEtech it9135 firmwareYann E. MORIN2014-09-212-0/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for Abilis Systems DVB-T as102Yann E. MORIN2014-09-212-0/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: use the new Chelsio cxgb4 firmwareYann E. MORIN2014-09-212-3/+3
| | | | | | | Fix prompt at the same time. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for TI wl18xx firmwareYann E. MORIN2014-09-212-2/+19
| | | | | | | wl18xx are a familly of WLAN + BT chipsets. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: add option for Realtek rtl88xx firmwareYann E. MORIN2014-09-212-0/+12
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: install firmware files for rtlwifi rtl8723beYann E. MORIN2014-09-212-2/+2
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-firmware: use the new bnx2x firmware versionYann E. MORIN2014-09-211-3/+3
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud