aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-10-06uhd : Update to latest master.Philip Balister
There was a bug in the e100 code that prevented the e100 from transmitting. Signed-off-by: Philip Balister <philip@balister.org>
2011-10-05hostapd: update to use a newer commitEyal Reizer
Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-05wpa_supplicant update to use a newer commitEyal Reizer
Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-05iw: build version 0.9.22 from git sourcesEyal Reizer
Builds a new version which adds wowlan support from public git source Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-09-29uhd : Bump rev again.Philip Balister
This picks up GPSDO support for the E100. Tested on Angstrom/usrp-e1xx. Signed-off-by: Philip Balister <philip@balister.org>
2011-09-28fftw : Add recipe to build 3.3.1.Philip Balister
This recipe builds the 3.3.1-beta version of fftw. This release includes NEON support, so I made this recipe in hopes of getting more testing. Built and tested on the USRP-E100 (basically a gumstix Overo) with Angstrom-2010. Signed-off-by: Philip Balister <philip@balister.org>
2011-09-28gnuradio : Update to post 3.4.1 release git rev.Philip Balister
Yes versioning on this package is a mess :) One day we will have enough good NEON stuff in a tag make a fixed release OK. Signed-off-by: Philip Balister <philip@balister.org>
2011-09-23Add machine configuration for picoSAM9G45 board[1].Nicu Pavel
More information about this board and software support can be found at [2]. 1. http://www.mini-box.com/pico-SAM9G45-X 2. http://arm.mini-box.com/index.php?title=Main_Page Signed-off-by: Nicu Pavel <npavel@mini-box.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-23Add linux kernel recipe for picoSAM9G45 board[1]Nicu Pavel
This kernel is based on stock 2.6.32 with AT91 patches[2], Android patches[3] and board specific patches. Some of the board specific patches had been submited upstream[4]. Custom Android related patches won't be submited upstream. Future updates are planned to include patches from Android[3] and AT91 Linux tree[5]. 1. http://www.mini-box.com/pico-SAM9G45-X 2. http://www.at91.com/linux4sam/bin/view/Linux4SAM/LinuxKernel 3. https://github.com/android/kernel_common 4. http://www.arm.linux.org.uk/developer/patches/search.php?summary=AT91 5. https://github.com/at91linux/linux-2.6-at91 Signed-off-by: Nicu Pavel <npavel@mini-box.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-22libroxml: Add version 2.1.1 (initial recipe)Tristan Lelong
libroxml is a small, fast and powerful xml library. • built successfully using org.openembedded.dev with DISTRO=minimal and MACHINE = "i686-generic" • built successfully using org.openembedded.dev with DISTRO=minimal and MACHINE = "ppce500v2" • tested using projects unit tests on powerpc binaries Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> • format/edit commit message • use automatic packaging as much as possible (`libroxml.a` is in `libroxml-static`) • build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"` Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-20uhd : Update SRCREV to head of master branch.Philip Balister
This revision update is needed to pick up support for current USRP E100 fpga interface. Signed-off-by: Philip Balister <philip@balister.org>
2011-09-20rsyslog: change path for config includes to /etc/rsyslog.dSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-09-19linux-2.6.28: allow building with GNU make >= 3.82Steffen Sledz
GNU make >= 3.82 does not allow mixed implicit and normal rules Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-09-16linux-libc-headers 2.6.24: backport arm/asm/hwcap.h from linux 2.6.26Steffen Sledz
Enables building of OpenJDK which uses HWCAP_THUMBEE that is not present in 2.6.24 headers and was introduced with commit d7f864be8323e5394040e2877594645b0e7da85d Author: Catalin Marinas <catalin.marinas@arm.com> Date: Fri Apr 18 22:43:06 2008 +0100 ARMv7: Add support for the ThumbEE state saving/restoring This patch adds the detection and handling of the ThumbEE extension on ARMv7 CPUs. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Upstream-Status: Backport [2.6.26] Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-16gtk-icon-cache bbclass: python += doesn't add a leading space like bitbake ↵Koen Kooi
does, so fix that Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-09-15rsyslog: switch to new upstream version 5.8.4Steffen Sledz
* many bug fixes and systemd support, see: http://www.rsyslog.com/changelog-for-5-8-1-v5-stable/ http://www.rsyslog.com/changelog-for-5-8-2-v5-stable/ http://www.rsyslog.com/changelog-for-5-8-3-v5-stable/ http://www.rsyslog.com/changelog-for-5-8-4-v5-stable/ * obsolete versions till 5.8.x deleted Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-09-15eglibc-2.9: allow building with GNU make >= 3.82Steffen Sledz
GNU make >= 3.82 does not allow mixed implicit and normal rules Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-09binutils: Update from 2.21 to 2.21.1aSylvain 'GarthPS' Paré
Due to a GPL violation corrected Binutils archives were uploaded with the suffix »a« and the faulty archives were removed [1]. The URLs redirect to the new archives and therefore the checksums are now incorrect. Use this incident to update the package also to the new version 2.21.1a. Due to this one patch had to be regenerated and was taken from OE-core [2]. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://nickclifton.livejournal.com/9067.html [2] http://git.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch?id=4810404f22d7cf8849dc32da68dd33a156cac407 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-08libdca: fix sed failing on unpackAndreas Oberritter
sed: can't read [...]/libdca/*.{ch}: No such file or directory Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2011-09-08zeromq: Remove redundant `S = "${WORKDIR}/zeromq-${PV}"`Paul Menzel
This is the default value of `S`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-05binutils-2.18: fix checksumsSteffen Sledz
Symbolic link for binutils-2.18.tar.bz2 at the GNU FTP server has changed to a new version. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-09-05mcnavi: add 0.3.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-05initscripts-shr: add a palmpre specific umountfs scriptSylvain Paré
* JaMa: fixed line breaks and rebumped PR Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-05aurora.conf: set default locale for imagesSylvain Paré
* permit to use GLIBC_GENERATE_LOCALES =.. and avoid opkg_install_cmd: Cannot install package locale-base-.. message during do_rootfs Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-02msmcomm: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-09-02task-base: bump PR to pull in changes to initscriptsSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-09-02initscripts: add a palmpre specific umountfs scriptSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-09-02gcc: Remove package libstdc++-dev and libgcc-dev from gcc-crossStefan Herbrechtsmeier
Remove package libstdc++-dev and libgcc-dev from gcc-cross as they already provided by gcc. Commit 8c42351519ece9ed60659a103e624d2e154b3641 add dev packages (libstdc++-dev libgcc-dev) to gcc-cross (gcc-package-cross.inc) which are already part of gcc. The libgcc-dev package both include the libgcc_s.so file which triggers a 'file is already provided by package' error on incremental builds. The libstdc++-dev package have Acked-by: Steffen Sledz <sledz@dresearch-fe.de> different content and is empty on some archs (armv5te, armv7e). The empty package triggers a 'Cannot satisfy the following dependencies for task-sdk-bare' error. If an empty libstdc++-dev package is generated it triggers a '..../usr/include/c++ not exist' error as this is part of the package from gcc but not gcc-cross. Signed-off-by: Stefan Herbrechtsmeier <sherbrec@cit-ec.uni-bielefeld.de> Acked-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-09-01linux-omap_2.6.39: remove patch that prevented board from resuming from suspend.Tasslehoff Kjappfot
Running on a board similar to Beagleboard C3 (but without NAND) I could not resume from suspend with the patch. The console output when suspending was as expected, but neither console input nor a timer would wake the board. Without the patch, everything works as it should. Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-08-30classpath in 2011.03-maintenanceJesse Gilles
On Fri, 2011-08-05 at 11:38 -0400, George C. Huntington, III wrote: > I posted a patch that makes the wrapper script return the error code > if it > fails after 5 retries. it is on patchwork. > http://patches.openembedded.org/patch/7249/ It seems like saving the javac script arguments into the ARGS variable is what broke the old behavior where -bootclasspath '' worked for building classpath. Putting that part of the script back to the way it used to be fixes it. Do you want to merge this in with your error code return patch? Otherwise, I can submit it as another patch, but it will depend on yours... Thanks, Jesse
2011-08-30genext2fs: Remove unused `recipes/genext2fs/files/volume.patch`Paul Menzel
This is a fix up for 1b2afa96f12bc4e324e1793260aea91d203311d0 genext2fs: remove old versions which did not remove the patch. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-24openjade: fix build with GCC 4.6Philip Balister
Copied from oe-core 5e58a44ee5d5be814614cdcc147d1ce67a9a401d Thanks to Joshua Lock. Commit message from oe core: In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Philip Balister <philip@balister.org>
2011-08-23glib-2.0: explicitly disable dtrace and systemtap for native variantPhilip Balister
Copied from oe-core : 0d883b5df25635fbad45191d297cbdf78a6c1fe0 Thanks to Joshua Lock for pointing out the fix. Signed-off-by: Philip Balister <philip@opensdr.com>
2011-08-22lmbench: Remove versions 2.0.4 and 2.5Paul Menzel
Task compile of LMbench 2.0.4 and 2.5 fails with `minimal-uclibc` for `MACHINE = "beagleboard"` with the following error. | /tmp/cc3bG1wa.o: In function `seekto': | disk.c:(.text+0x10): undefined reference to `llseek' | collect2: ld returned 1 exit status Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Remove obsolete BitKeeper stuffPaul Menzel
Tom Rini pointed that out [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034535.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Remove redundant `S = "${WORKDIR}/lmbench-${PV}"`Paul Menzel
This is the default value of `S`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Add `HOMEPAGE = "http://lmbench.sourceforge.net/"`Paul Menzel
LMBench does not seem to be developed anymore. It was imported to GitHub [1] but besides three patches nothing has happened there either. [1] https://github.com/dmonakhov/lmbench Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench: Order header fields according to style guide [1]Paul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-22lmbench-3.0-a9: Fix typo in patch file (s/bave/behave/)Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19initscripts-shr: PR bumpMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19initscripts-shr: changed mountdevsubfs.sh to mount /dev/pts after udevSylvain Paré
* since this commit http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33 machines using udev and mountdevsubfs.sh had issue of pts not mounted because both were at init level S04 despite mountdevsubfs.sh was depending on udev.. Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19libpng: Upgrade to version 1.2.46 and remove old patchSylvain 'GarthPS' Paré
This addresses the following security advisories: * CVE-2011-2690 * CVE-2011-2692 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Remove version 0.2.0.0 and 0.4.1.0Paul Menzel
2011-08-19lightmediascanner: Add version 0.4.3.0Paul Menzel
Changelog available at [1]. Build tested for `MACHINE = "beagleboard"` using `angstrom-2010.x` and `minimal{,-uclibc}`. [1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/ChangeLog?id=7395cc3c1a507d57bd136191c6e216a5ec01179f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner_0.4.1.0: Use `${S}` instead of `${WORKDIR}/${PN}-${PV}`Paul Menzel
`${S}` is more portable because `${WORKDIR}/${PN}-${PV}` is not valid for sources from a repository like Git. There it is often `git`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Add `virtual/libiconv` to `DEPENDS` and add patch for ↵Paul Menzel
`libiconv` Task compile fails with the following error using `minimal-uclibc` for `MACHINE = "beagleboard"`. Making all in bin make[3]: Entering directory `/oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/lightmediascanner-1_0.4.1.0-r2/lightmediascanner-0.4.1.0/src/bin' CC test.o CC list-parsers.o CCLD list-parsers CCLD test ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [list-parsers] Error 1 make[3]: *** Waiting for unfinished jobs.... ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [test] Error 1 1. The libiconv Web site [1] tells to add `@LTLIBICONV@` to the linke command lines of the libraries or executables using libiconv functions. Gustavo send me a patch implementing this. 2. `touch config.rpath` before task configure because of the following error. autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross automake: unknown warning category `cross' configure.ac:37: required file `./config.rpath' not found autoreconf: automake failed with exit status: 1 3. The next thing is to add `virtual/libiconv` to `DEPENDS`. EGLIBC and glibc do give an error because they include iconv support(?). CC lightmediascanner_utils.lo CC lightmediascanner.lo CC lightmediascanner_charset_conv.lo CC lightmediascanner_process.lo lightmediascanner_charset_conv.c:22:19: fatal error: iconv.h: No such file or directory compilation terminated. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Additionally `enjoy_svn.bb` depending on `lightmediascanner` has been build tested too. [1] http://www.gnu.org/software/libiconv/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Add `HOMEPAGE = "http://lms.garage.maemo.org/"`Paul Menzel
Please note that the Git repository [1] mentioned in `README` [2] does not exist anymore [2]. It is currently hosted at the profusion.mobi site [3]. [1] http://staff.get-e.org/?p=users/barbieri/lightmediascanner.git [2] https://garage.maemo.org/plugins/ggit/browse.php/?p=lms;a=blob;f=lightmediascanner/README;h=32c6e601574d3f449675459f8cfd56bbe7944f46;hb=6f9905844f7349f97b59bbbacb8fd443d7aea969 [3] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Change author name from Profusion to ProFUSION [1]Paul Menzel
On [1] it says »©2008-2011 ProFUSION. All rights reserved.«. [1] http://profusion.mobi/contact Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner_0.2.0.0: Correct license to LGPLv2.1+ [1][2]Paul Menzel
[1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/log/COPYING [2] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/src/lib/lightmediascanner.c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Order fields according to style guidePaul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>