aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-01-08am-sysinfo: update the SRCREVJeff Lance
* SRCREV update to pull in the following: * remove all compiler generated files from this repository * Modification for CCSv5 projects to build for arm926ej-s. * This is to overcome a CCSv5 limitation where you can't pass in CFLAGS externally * This only affects building with CCSv5, it does not affect the Arago build. Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-08matrix-tui: update SRCREVJeff Lance
* pull in the latest source * Update CCSv5 support files to build arm9ej-s. * This is due to a limitation with CCSv5 where you can not pass in CFLAGS externally Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-08linux-libc-headers_2.6.37.bb: New recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-08libfso-glib_git.bb: bump PR for rebuild with newer valaKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-01-08x-load: fix omap3-touchbookKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08ocf-linux: really fix depchains this timeKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08vala[-native]: 0.11.2.3 -> 0.11.3.1Michael 'Mickey' Lauer
2011-01-08python-lxml: add 2.2.8Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08wpa-supplicant 0.7.3: fix dbus service activationKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08ocf-linux: fix up do_install task, fix depchainsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08ti-pru-sw-edma-driver: remove hardcodes from makefileKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08ti-pru-sw-app-loader: fix build and QA issuesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-08i2c-tools: update to latest 3.0.3Eric BENARD
from CHANGES : Makefile: Let the environment set CC and CFLAGS Integrate py-smbus into the build system README: Point users to the linux-i2c mailing list decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules Add support for DDR3 SDRAM Fix decoding of SDR SDRAM bytes 12-14 Add side-by-side formatting option Add merged cells formatting option Try harder to decode the manufacturing date Handle read errors on sysfs Decode voltage interface level of DDR SDRAM decode-xeon: Delete eepromer: Fix array initialization overrun i2cdetect: Drop legacy reference to ISA bus i2cset: Add support for short writes with PEC i2c-stub-from-dump: Use udev settle to speed up initialization Unload i2c-stub automatically if needed Add support for multiple dumps tools: Properly handle /dev/i2c not being a directory Increase limit on I2C bus number Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-01-08e2fsprogs: update to latest 1.41.14Eric BENARD
this new version brings many fixes and enhancements : http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.14 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-01-08dosfstools: update to latest 3.0.11Eric BENARD
3.0.10 : bugfix in LFN handling, fixes false positives with bad filenames 3.0.11 : bugfix for s390x, better error message ifdevices can't be opened Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-01-08busybox-1.8.1 : add latest fixesEric BENARD
patches from : http://busybox.net/downloads/fixes-1.18.1/ * hush : fix wrong prompt problem on empty interactive commants http://git.busybox.net/busybox/commit/?id=642e71a789156a96bcb18e6c5a0f52416c49d3b5 * mkswap : selinux build fix http://git.busybox.net/busybox/commit/?id=e66a212081bcca521760ccff3a2da0deccd99340 * suppress "'fast_strtol_10' defined but not used" warning http://git.busybox.net/busybox/commit/?id=f42c7b8fc161f5b3eb4e9c13f392daf7a11760c8 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-01-07psmisc: add version 22.8Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-07glib-2.0: fix compilation for !IPv6Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07busybox: remove superfluous newlines from mdev init scriptBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07bitbake.conf: add cpio and ext4 .xz supportBernhard Reutner-Fischer
XZ_COMPRESSION_LEVEL ?= "-e -9" so people can override according to their available memory Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07image.bbclass: rm symlink destination via lnBernhard Reutner-Fischer
Rather than rm'ing the destination-file manually, do ln -f Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07class_image: fix typosBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07testbuilder/README: correct grammar and markup in Markdown [1]Paul Menzel
[1] http://daringfireball.net/projects/markdown/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> CC: Yuri Bushmelev <jay4mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07qmake_base.bbclass patch to lookup for *.pro within ${S} instead of ${B}Denis Dydychkin
qmake_base.bbclass from release-2010.12 has ability to lookup for QMAKE_PROFILES if none specified by recipe. Unfortunately it does that in ${B} directory instead of ${S}, thus it does not work if they differ. Here is suggested patch: Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07boost: Initial commit of 1.45.0Ben Gamari
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07python: Initial commit of python 2.7.1Ben Gamari
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07uclibc: shared-flat: put crtreloc.o into -dev packageBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07xz: bump versionBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07editline: add recipe, version 20100424-3.0Chris Larson
This is an autotooled/libtoolized port of the NetBSD libedit. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-07binutils_2.21.bb: Fix the QA staging errors for target binutilsKhem Raj
* The spurious paths were caused by a -L on commandline which pointed to build dir. So we dont use -L <wordir> -liberty instead use the libiberty.a directly on commandline effects are same but .la does not have the workdir path in deplibs Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-07slugos: Dont install ldconfigKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-07ti-pru-sw: Update SRC_REV to 23Melissa Watkins
For the ti-pru-sw-examples, ti-pru-sw-app-loader, ti-pru-sw-edma-driver, ti-pru-sw-edma-library: * Update SRC_REV to 23 Signed-off-by: Melissa Watkins <m-watkins@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-01-07help2man: Mangle for /usr/bin/env perlTom Rini
If help2man won't work when part of the program that it is generating pages for uses one version of perl and it's using another, so we need to use /usr/bin/env perl to ensure a match. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-07angstrom next: move to wpa-supplicant 0.7Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07wpa-supplicant 0.7.3: import from yoctoKoen Kooi
Fixed LDFLAGS issue after import Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07angstrom next: prefer dropbear 0.52Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07angstrom next: prefer wpa supplicant 0.6.10Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07openssl: add support for OCF linux driversChase Maupin
* This patch adds support for openssl to use OCF linux drivers if they are available. * If the drivers are not available then openssl will default back to its own software implementation. * Only enabled for the target side version since it doesn't make much sense for the host system. * Bump the PR. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07ocf-linux: add recipe to stage ocf linux headersChase Maupin
* This recipe is used to stage ocf linux headers in the proper usr/include/crypto directory structure expected by packages such as openssl. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07linux-palmpre: add defconfig for palmpre2 machineSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-07machines: introduce new palmpre2 machineSimon Busch
The new palmpre2 machine is nearly the same as the already available palmpre machine. The only difference is the internal processor. The palmpre2 uses a omap 3630 and the palmpre a omap 3430 processor. This takes us into the situation to handle two different machines. Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-07palmpre machine: split into machine and common partsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-06distro/slugos: Upgrade to use gcc 4.5 and libtool 2.4Khem Raj
* Depend on sane-toolchain * Upgrade few old pinned versions * Inherit own-mirrors to define slug src mirror * nslu2-mirrors.bbclass is not needed anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-06autoconf: Mangle to use /usr/bin/env perlTom Rini
On the host side we can have the full path exceed the limit for the #! method. On the target side, we already had to play a game to ensure the path would be valid. So we change to using /usr/bin/env there as well, which is safe. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-06linux_2.6.37.bb: added DP=1 for sheevaplug, openrd-base and openrd-clientFrans Meulenbroeks
note that this is not the preferred kernel recipe for those systems yet but this way people can give it a try Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-06ntp: update to 4.2.6p3Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-06cpan.bbclass: Perform more mangling for perl pathTom Rini
On hosts where we may already be past the #! limit this is required and this is safe on the target as well. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-06ti-ocf-crypto-module: remove hardcodes from makefileKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-06ntp: fix crontab location, run oe-stylize while I'm hereKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-06linux-2.6.24: enable audio support/modules for hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>