summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hdparm: bump to version 9.36Gustavo Zacarias2011-01-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lm-sensors: bump to version 3.2.0Gustavo Zacarias2011-01-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* i2c-tools: bump to version 3.0.3Gustavo Zacarias2011-01-171-3/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dosfstools: bump to version 3.0.11Gustavo Zacarias2011-01-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x versionPeter Korsgaard2011-01-168-453/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain-common.in: Fix USE_MMU typoPeter Korsgaard2011-01-151-1/+1
| | | | | | Thanks to Marc Gauthier for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Add libsigc++ packageH Hartley Sweeten2011-01-153-0/+25
| | | | | | | | Add support for the libsigc++ library. [Peter: Rename dir, use libtool patch, add C++ dep] Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: add a USE_MMU build optionMike Frysinger2011-01-152-0/+9
| | | | | | | | | | Some packages need to know whether the MMU is in play, so add a toolchain option to expose the feature to them. [Peter: only show option on archs where it makes sense] Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: remove outdated filesPeter Korsgaard2011-01-157-530/+1
| | | | | | Misleading/outdated docs is worse than no documentation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kexec: bump to version 2.0.2 + change URL to match kernel.orgAndy Kennedy2011-01-142-11/+12
| | | | | | | | | | | Closes #3007 Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies bug #3007 created by me last month. Thanks to Gustavo for pointing out that the easy fix was to bump kexec to 2.0.2. Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: Add support for 16-bit major/minor numbersMatt Fleming2011-01-142-9/+10
| | | | | | | | Closes #2647 [Peter: Adjust for the real 12bit majors/20bit minors supported by Linux] Signed-off-by: Matt Fleming <matthew.fleming@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-01-141-16/+18
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* irda-utils: new package for IrDA devicesMike Frysinger2011-01-146-0/+147
| | | | | | | [Peter: Small tweaks, add patch descriptions] Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/jffs2: remove BR2_JFFS2_TARGET_SREC optionPeter Korsgaard2011-01-142-14/+1
| | | | | | This kind of custom image conversion is better handled outside BR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH optionPeter Korsgaard2011-01-142-9/+0
| | | | | | | The generic fs handling does a chmod -R 0:0 $(TARGET_DIR), so there's no need for a specific option to enforce this when making an ext2fs image. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/tar: enable by defaultPeter Korsgaard2011-01-146-0/+6
| | | | | | | This way we'll get something in images/ by default, and hopefully people will be less likely to try to use target/ directly. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fs/ext2: don't enable by defaultPeter Korsgaard2011-01-1417-12/+15
| | | | | | | | | It's pretty uncommon to use ext2fs on embedded systems, so don't enable it by default. Adjust defconfigs to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uClibc: 0.9.32-rc1 netlinkaccess fixPeter Korsgaard2011-01-141-0/+34
| | | | | | From uClibc git, fixes build issue on powerpc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: add uname patchMartin Banky2011-01-142-0/+181
| | | | | | | | On linux platforms, grok /proc/cpuinfo for the CPU/vendor info. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: changed/removed some of the configure environmental variablesMartin Banky2011-01-141-4/+1
| | | | | | | | | | | gl_ac_cv_func_link_follows_symlink=no - changed to gl_cv_func_link_follows_symlink gl_cv_func_mkdir_trailing_slash_bug=no - no longer used gl_cv_func_rename_dest_exists_bug=no - no longer used gl_cv_func_rename_trailing_slash_bug=no - no longer used Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: bump to 8.5Martin Banky2011-01-143-54/+2
| | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: fixed missing hostnameMartin Banky2011-01-142-1/+53
| | | | | | | | | | | | | | | hostname is no longer installed by default (ChangeLog-2007 - 2007-08-28), and has to be enabled with --enable-install-program=hostname. hostname's man file is not included, and because of this, during make, help2man is run against src/hostname to generate it's man file. src/hostname will not run on the host system, causing the build to fail. Generated the hostname man file, after building coreutils on the host system, and generated this patch, which fixes the build error. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: changed/removed some of the configure environmental variablesMartin Banky2011-01-141-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ac_cv_func_closedir_void=no - no longer used ac_cv_func_fnmatch_gnu=yes - no longer used ac_cv_func_getcwd_null=yes - duplicate of gl_cv_func_getcwd_null ac_cv_func_mkstemp=yes - changed to gl_cv_func_working_mkstemp ac_cv_func_stat_empty_string_bug=no - no longer used ac_cv_func_utime_null=yes - no longer used ac_cv_have_decl_euidaccess=no - no longer used ac_cv_have_decl_nanosleep=yes - no longer used ac_cv_struct_st_mtim_nsec=no - no longer used am_cv_func_working_getline=yes - duplicate am_getline_needs_run_time_check=no - changed to gl_getline_needs_run_time_check gl_cv_c_restrict=no - changed to ac_cv_c_restrict gl_cv_func_mkstemp_limitations=no - no longer used gl_cv_func_working_readdir=yes - no longer used jm_ac_cv_func_link_follows_symlink=no - changed to gl_ac_cv_func_link_follows_symlink jm_cv_func_gettimeofday_clobber=no - changed to gl_cv_func_gettimeofday_clobber jm_cv_func_nanosleep_works=yes - no longer used jm_cv_func_svid_putenv=yes - changed to gl_cv_func_svid_putenv jm_cv_func_working_re_compile_pattern=yes - changed to gl_cv_func_re_compile_pattern_working utils_cv_func_mkdir_trailing_slash_bug=no - duplicate of gl_cv_func_mkdir_trailing_slash_bug utils_cv_func_mkstemp_limitations=no - duplicate of gl_cv_func_mkstemp_limitations Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: convert to autotargetMartin Banky2011-01-131-79/+28
| | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update copyright info for 2011Peter Korsgaard2011-01-133-3/+3
| | | | | | Happy newyear! Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ubifs: Add UBI image generation support.Julien Boibessot2011-01-113-0/+51
| | | | | | | | | | | | UBI images are generated from UBIFS one (with ubinize tool) and are used by bootloaders (eg U-Boot) to write UBIFS images directly on bare NAND FLASH (see http://www.linux-mtd.infradead.org/faq/ubi.html). [Peter: tweak help text] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Nicolas Colombain <nicolas.colombain@armadeus.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target skeleton: add audio groupGustavo Zacarias2011-01-111-0/+1
| | | | | | | | Add audio group to the target skeleton. Some multimedia applications based on alsa-lib need it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vorbis-tools: new packageGustavo Zacarias2011-01-113-0/+33
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libao: new packageGustavo Zacarias2011-01-113-0/+29
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: let buildroot handle strippingMike Frysinger2011-01-111-1/+2
| | | | | | | | | | | For some ABI's (like FLAT), we cannot strip busybox as the file format does not support it and strip will abort with errors like 'File format not recognized'. Since the toplevel already takes care of stripping things, simply disable the busybox step. Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: unify duplicated build stepsMike Frysinger2011-01-111-17/+12
| | | | | | | | | This does set a few more vars in some steps that weren't set before, but they should be harmless in the contexts in question. And the resulting save in duplication is nice. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: remove redundant --disable-ipv6Peter Korsgaard2011-01-111-3/+0
| | | | | | Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 2.6.37 + fixesGustavo Zacarias2011-01-111-3/+13
| | | | | | | | | Bump to version 2.6.37 Add iptables support when it's available. ATM support requires linux-atm for which we don't have a package yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: install to stagingGustavo Zacarias2011-01-111-2/+3
| | | | | | | Install iptables to staging so we can build iproute2 with filtering. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: security bump to version 1.2.6Gustavo Zacarias2011-01-111-1/+1
| | | | | | | | | Bump to version 1.2.6 which includes security fixes for: CVE-2010-1791, CVE-2010-3812, CVE-2010-3813, CVE-2010-4197, CVE-2010-4198, CVE-2010-4204 and CVE-2010-4206. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add/update 1.18.1 fixes for hush, mkswap, modprobe, tftp and procpsGustavo Zacarias2011-01-115-5/+156
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* etc/securetty: Add ttyAM for ep93xxH Hartley Sweeten2011-01-111-0/+3
| | | | | | | Allow root login on the Cirrus ep93xx ARM AMBA serial ports. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/generic: add /dev/ttyAM* device nodesH Hartley Sweeten2011-01-111-0/+1
| | | | | | | Add ttyAM support for the ARM AMBA serial ports on the Cirrus EP93xx. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: fix build issue with parallel buildsPeter Korsgaard2011-01-101-0/+1
| | | | | | | With highly parallel builds, sysdep.h is not always generated before it is needed, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: fix build issue with parallel buildsPeter Korsgaard2011-01-101-0/+2
| | | | | | | With highly parallel builds, the input files for parsetime.l are not alway present when needed, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flac: fix powerpc buildGustavo Zacarias2011-01-102-2/+28
| | | | | | | flac incorrectly assumes every powerpc around has altivec. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.34.x stable versionPeter Korsgaard2011-01-102-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: SHARED make opt goes for install tooGustavo Zacarias2011-01-101-2/+4
| | | | | | | | | | | | If we don't pass SHARED when installing we miss the shared library symlinks (libpci.so & libpci.so.3). On internal and external toolchains that have a proper cross ldconfig this isn't a problem as they get created during ldconfig, but it breaks on toolchains that lack a cross ldconfig to automagically make the symlinks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-utils: select alsa-libGustavo Zacarias2011-01-101-1/+1
| | | | | | | | Select alsa-libs instead of depending on them otherwise it's just "missing" from the menu. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: remove deprecated 2.6.30/2.6.31 versionsPeter Korsgaard2011-01-103-105/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.32.x / 2.6.36.x stable versionsPeter Korsgaard2011-01-102-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: bump versionPeter Korsgaard2011-01-101-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* barebox: bump versionPeter Korsgaard2011-01-061-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: add 2.6.37, remove 2.6.36Peter Korsgaard2011-01-061-5/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: add 2.6.37Peter Korsgaard2011-01-061-2/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>