aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove spurious POST_UNINSTALL hook usageSimon Dawson2013-05-262-17/+0
| | | | | | | | | | | | | | | | A couple of patches make use of XXX_POST_UNINSTALL_TARGET_HOOKS, which is not a hook set that Buildroot actually supports. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * aespipe: new packagePatrick Ziegler2013-05-263-0/+22
| | | | | | | | | | Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnss: bump to version 3.14.3Gustavo Zacarias2013-05-261-2/+5
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnspr: add license infoPeter Korsgaard2013-05-261-0/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ed: Convert to generic package infrastructureMarkos Chandras2013-05-261-1/+17
| | | | | | | | | | | | | | The package uses custom configure and Makefile files. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnspr: Bump version to 4.9.6.Will Newton2013-05-261-1/+1
| | | | | | | | | | | | | | This fixes the build for aarch64. Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libsigsegv: Version bump to 2.10Markos Chandras2013-05-261-1/+1
| | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * udpcast: Add udpcast-select-h.patch.Will Newton2013-05-261-0/+11
| | | | | | | | | | | | | | | | This patch fixes the build on AArch64 (and potentially others). The patch has been submitted upstream. Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * udpcast: Bump version to 20120424.Will Newton2013-05-261-1/+1
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pixman: Apply upstream patch to fix compilation on MIPSMarkos Chandras2013-05-232-0/+40
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/38aa4f2a2269b80226b910c46e0c9abe7dc38ff8/ Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pixman: Version bump to 0.30.0Markos Chandras2013-05-171-1/+1
| | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * beaglebone: enable NFS root supportAnders Darander2013-05-141-0/+2
| | | | | | | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * beaglebone: add am33x-cm3 to the buildAnders Darander2013-05-141-0/+1
| | | | | | | | | | | | | | | | Add the FW needed for the Cortex M3 on the beaglebone. This is required for working power management. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * am33x-cm3: add FW for suspend/resumeAnders Darander2013-05-144-0/+44
| | | | | | | | | | | | | | | | | | Without this firmware, the beaglebone won't be able to suspend/resume correctly. [Peter: tweak Config.in, rename init script, wrap long lines] Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * beaglebone: update to linux 3.8Anders Darander2013-05-143-256/+207
| | | | | | | | | | | | | | | | | | | | | | As the beaglebone support is mainlined, there's no support for the old board setup files, and the only supported run-time configuration is through the device tree. We're also setting the kernel headers to follow the 3.8 series. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/dtc: add option to install programsYann E. MORIN2013-05-122-8/+55
| | | | | | | | | | | | | | | | | | | | | | | | By default, we only install the libfdt library. As suggested by Arnout, add an option that also installs the few dtc programs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/dtc: new packageYann E. MORIN2013-05-125-0/+99
| | | | | | | | | | | | | | | | dtc is the Device Tree Compiler, and manipulates device trees. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/libbsd: new packageYann E. MORIN2013-05-123-0/+32
| | | | | | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/pmake: add host pmakeYann E. MORIN2013-05-121-0/+47
| | | | | | | | | | | | | | | | | | | | pmake is the make command used by the BSD. It will used to build BSD-related packages, coming later. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gawk: bump to version 4.1.0Gustavo Zacarias2013-05-123-10/+12
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * dnsmasq: bump to version 2.66Gustavo Zacarias2013-05-123-1/+171
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * less: bump to version 458Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * httping: bump to version 2.2.1Gustavo Zacarias2013-05-121-2/+7
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * fftw: bump to version 3.3.3Gustavo Zacarias2013-05-121-1/+3
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ipset: bump to version 6.19Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * samba: bump to version 3.6.15Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Choose xz compressed tarball for linux kernel.Raúl Sánchez Siles2013-05-112-3/+3
| | | | | | | | | | | | | | | | | | Prefer xz compressed tarball so some bandwidth is saved for kernel headers and kernel itself downloads. Signed-off-by: Raúl Sánchez Siles <rasasi78@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * sane-backends: handle sane-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * python3: remove another config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * python: remove stale python2-config symbolic linkThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We already remove python2.7-config and the symbolic link python-config, but we forgot to remove the python2-config symbolic link. Note that we can't use the <pkg>_CONFIG_SCRIPTS mechanism here because python2.7-config is written in... Python, and doesn't follow the usual syntax of <pkg>-config scripts. It takes the paths directly from distutils.sysconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * liblog4c-localtime: handle log4c-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * liblog4c-localtime: remove whitespace at beginning of linesThomas Petazzoni2013-05-111-10/+10
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * netsnmp: handle net-snmp-config scriptThomas Petazzoni2013-05-111-3/+3
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * netatalk: handle netatalk-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libvncserver: handle libvncserver-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libftdi: handle libftdi-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libesmtp: handle libesmtp-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libcdaudio: handle libcdaudio-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libart: handle libart2-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * imlib2: handle imlib2-config scriptThomas Petazzoni2013-05-111-4/+2
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gsl: handle gsl-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * fltk: handle fltk-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libcgicc: handle cgicc-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * luafilesystem: bump to version 1.6.2Francois Perrad2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ptpd2: new packageGustavo Zacarias2013-05-114-0/+63
| | | | | | | | | | | | | | | | | | Add the ptpd2 package, handles the IEEE 1588-2008 spec which is not backward compatible to IEEE 1588-2002. [Peter: mark init script as executable] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ptpd: new packageGustavo Zacarias2013-05-114-0/+62
| | | | | | | | | | | | | | | | | | Add the new ptpd package, loosely based on the one from bug #2305. This one handles the IEEE 1588-2002 spec. [Peter: mark init script as executable] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Makefile: kickoff 2013.08 cyclePeter Korsgaard2013-06-021-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/news.html: add 2013.05 announcement linkPeter Korsgaard2013-06-021-1/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Update for 2013.052013.05Peter Korsgaard2013-05-314-6/+16
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Update copyright info for 2013Peter Korsgaard2013-05-313-3/+3
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>