summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel-headers: bump 3.{0, 2, 4, 8}.x stable versionGustavo Zacarias2013-04-262-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neardal: add support for ncl toolSimon Dawson2013-04-262-0/+14
| | | | | | [Peter: move directly under neardal option so it gets indented] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neard: bump version to 0.11Simon Dawson2013-04-262-429/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tvheadend: use a non-root user to run the daemonYann E. MORIN2013-04-252-5/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: add ability for packages to create usersYann E. MORIN2013-04-256-2/+515
| | | | | | | | | | | | | | | | Packages that install daemons may need those daemons to run as a non-root, or an otherwise non-system (eg. 'daemon'), user. Add infrastructure for packages to create users, by declaring the FOO_USERS variable that contain a makedev-syntax-like description of the user(s) to add. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Cam Hutchison <camh@xdna.net> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* integrator926: Update the defconfigMaxime Ripard2013-04-251-4/+7
| | | | | | | | | | | the integrator926 defconfig has not been updated for quite some time, and is still asking for very old linux and u-boot releases. Now that these versions aren't present in Buildroot anymore, they default to a newer release, where, in the u-boot case, the defconfig name has changed, leading to a build failure. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: don't use a custom libexec dirPeter Korsgaard2013-04-251-1/+1
| | | | | | | sftp expects to find sftp-server in the standard (/usr/libexec) location, so ensure it gets installed there. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/ubifs: factorize all the "depends on" into "if...endif" blocksMark Jackson2013-04-251-10/+8
| | | | | | | | | | | | Factorize all the "depends on" into "if...endif" blocks All the UBIFS options use "depends on BR2_TARGET_ROOTFS_UBIFS" but we can simplify the config file by enclosing them in an "if..endif" block. Signed-off-by: Mark Jackson <mpfj@newflow.co.uk> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* htop: bump to version 1.0.2gilles.talis@gmail.com2013-04-251-1/+3
| | | | | | | Also add license information Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/ubifs: allow extra options to be passed to ubifs creation toolsMark Jackson2013-04-253-1/+17
| | | | | | | | Allow extra options to be passed to ubifs creation tools. Signed-off-by: Mark Jackson <mpfj@newflow.co.uk> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/common: add support for LZO and XZ compression methodsGustavo Zacarias2013-04-245-9/+55
| | | | | | | | Add support for LZO and XZ compression methods to cpio, ext2, tar and ubifs filesystem targets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xz: add XZ definition for the host variantGustavo Zacarias2013-04-241-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzop: add LZOP definition for the host variantGustavo Zacarias2013-04-241-0/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* post-image: show each script filename before executionLuca Ceresoli2013-04-241-3/+1
| | | | | | | | | This also simplifies code by removing the ifneq/endif clauses. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* post-build: show each script filename before executionLuca Ceresoli2013-04-241-3/+1
| | | | | | | | | | This also simplifies code by removing the ifneq/endif clauses. [Peter: drop extra space] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml++: new packagenmenegale2013-04-243-0/+31
| | | | | | | | libxml++ is a C++ wrapper for libxml2. [Peter: misc Config.in fixes] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* glibmm: new packagenmenegale2013-04-243-0/+31
| | | | | | [Peter: fixup white space] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* beaglebone_defconfig: use u-boot 2013.04, add commentsPeter Korsgaard2013-04-241-2/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: bump versionPeter Korsgaard2013-04-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* u-boot: add 2013.04, deprecate 2011.12 / 2012.04, drop 2011.06 / 2011.09Peter Korsgaard2013-04-241-10/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: bump to version 1.18.0Patrick Ziegler2013-04-232-36/+1
| | | | | Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* poppler: new packageOlivier Schonken2013-04-233-0/+77
| | | | | | | | Poppler is a PDF rendering library based on the xpdf-3.0 code base. [Peter: Fix license, comment text and drop explicit library options] Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zyre: new packageSimon Dawson2013-04-233-0/+40
| | | | | | [Peter: add comment about toolchain dependencies, fix license] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-regdb: bump to version 2013.02.13 and style fixesGustavo Zacarias2013-04-231-3/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libgcrypt: bump to version 1.5.2Gustavo Zacarias2013-04-231-1/+6
| | | | | | | | Also work around a build failure for ARM thumb mode which was also present in the previous versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox 1.21.0: update mdev patchGustavo Zacarias2013-04-231-16/+624
| | | | | | | Update the mdev patch so that subsystem matching is reintroduced. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libserial: new packageSimon Dawson2013-04-235-0/+65
| | | | | | | | Note that the Python binding is disabled; we can't build this in Buildroot without the sipconfig Python module for the host. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-regdb: strip empty linePeter Korsgaard2013-04-231-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: move patches to new modelPeter Korsgaard2013-04-232-0/+0
| | | | | | | On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package patches changed the directory structure but the packages weren't fixed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: move patches to new modelGustavo Zacarias2013-04-2329-0/+0
| | | | | | | | On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package patches changed the directory structure but the packages weren't fixed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: move patches to new modelGustavo Zacarias2013-04-238-0/+0
| | | | | | | | On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package patches changed the directory structure but the packages weren't fixed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xenomai: bump to version 2.6.2.1Victor Hiairrassary2013-04-223-169/+1
| | | | | | | | | | | | - remove BR2_PACKAGE_XENOMAI_SMP since xenomai 2.6.2 no more requires to pass the --enable-smp option : see release notes at http://www.xenomai.org/index.php/Xenomai:News#2012-12-26_Xenomai_2.6.2 - remove xenomai-thumb-fix.patch since it was completely merged in xenomai 2.6.2 Signed-off-by: Victor Hiairrassary <victor.hiairrassary.ml@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: bump to version 2013.58Gustavo Zacarias2013-04-222-33/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: bump to version 5.3.24Gustavo Zacarias2013-04-221-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add sample for freescale mpc8315erdbGustavo Zacarias2013-04-213-0/+202
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add sample for freescale p1010rdbGustavo Zacarias2013-04-213-0/+238
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* support/kconfig: use kconfig-provided way of setting the CONFIG_ prefixYann E. MORIN2013-04-2110-205/+54
| | | | | | | | | | | | | | It's now been a while since it has been possible to build the kconfig parser to understand a prefix other than CONFIG_, and even no prefix at all, by setting the CONFIG_ macro (#define) at biuld time. Just use that, insted of patching, it will make it easier for us in the future. Our patches have been refreshed at the same time. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* apf9328: Fix build errorMaxime Ripard2013-04-211-1/+1
| | | | | | | | | | Commit a0b6faa ("gdb: convert to the package infrastructure") changed the name of the host gdb configuration option, and added it to the legacy option set, leading to a build breakage for the armadeus_apf9328_defconfig. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mobile-broadband-provider-info: bump to version 20120614Viallard Anthony2013-04-211-1/+2
| | | | | | | Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rapidjson: new packageSimon Dawson2013-04-213-0/+41
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsigsegv: new packageSimon Dawson2013-04-213-0/+20
| | | | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libwebsockets: do not build/install testapps to targetAndreas Wetzel2013-04-211-0/+1
| | | | | Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libwebsockets: bump to version 1.22-chrome26-firefox18Andreas Wetzel2013-04-211-1/+1
| | | | | Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-versatile: update to use kernel 3.8.8Gustavo Zacarias2013-04-212-3/+3
| | | | | | | | The IRQ mapping failures have been fixed in 3.8.8 so update it to the latest kernel series. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* monit: add license informationSimon Dawson2013-04-211-0/+2
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: build with MAKE1gilles.talis@gmail.com2013-04-211-1/+1
| | | | | | | | | | | | | dnsmasq build breaks with parallel builds. By the time final target needs to be linked, some object files are missing. Fix it by using MAKE1 instead. Fixes: http://autobuild.buildroot.org/results/7a68e2f64105013c1040c01c0e55fb5d910ef8d8 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcurl: specify capathShawn J. Goff2013-04-211-1/+3
| | | | | | | | | | | Since openssl's path is '/etc/ssl/' (specified in our openssl package), we should also make sure that's what curl is using. Previously, it's hasn't been specified, which means it changes depending on the host system where it's compiled. Signed-off-by: Shawn J. Goff <shawn7400@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sam-ba: add license informationSimon Dawson2013-04-211-0/+8
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-regdb: new packageDimitrios Siganos2013-04-213-0/+29
| | | | | | | Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qjson: new packageZoltan Gyarmati2013-04-214-0/+52
| | | | | | [Peter: misc white space fixes] Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>