aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-03-23linux: remove unsupported 2.6.37 Zaurus defconfigs. We test 2.6.38 now.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-23linux: edit fb font size for collie and poodle in 2.6.38.Andrea Adami
* 4x6 somehow inhibits kernel bootlogo (black screen) * 8x8 is fine on those devices Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-22gsoap_2.7.13 build errors, amendmentPeter Gsellmann
[amendment to d641ae6bfd4303508c86db9285c2dcba28fb5474] recipes reformatted, removed tab characters Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22libarchive: Requires libxml2Kartik Mohta
Signed-off-by: Kartik Mohta <kartikmohta@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22vlc (1.1.4.1): depends on lua5.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22vlc: use INC_PROtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22flash-plugin: update to 10.2.153.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22fennec: Make it build on ARM eglibc/uclibcKhem Raj
This patchset enables fennec to build again Upgrades to latest release tag Bunch of patches to fix uclibc build Disable few options notably --disable-elf-hack Add -L<sysroot>/usr/lib to LDFLAGS otherwise make tried to find the libs in /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22cairo_1.10.0.bb: Fennec will now need tee support in cairo so enable itKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22uclibc-git: Add FTS support and update to -rc3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-22coreutils-native: Disable gmp supportTom Rini
Without this option it will link vs the host libgmp (or not) depending on what's thre which can lead to cache inconsistencies. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-22e-wm: use ESYSACTIONS,EMENU,ECONFIG,ETHEME variables instead of hardcoded ↵Martin Jansa
e-wm-sysactions/e-wm-menu runtime dependency * ILLUME_THEME/ILLUME_CONFIG were renamed to ETHEME/ECONFIG to use the same variable names as task-demo-x11/task-beagleboard-* * e-wm-sysactions-shr doesn't need RPROVIDES anymore * fixes last multiple providers notice I had NOTE: multiple providers are available for runtime e-wm-sysactions (e-wm, e-wm-sysactions-shr) NOTE: consider defining a PREFERRED_PROVIDER entry to match e-wm-sysactions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-20external-toolchain-angstrom: use pre-built Angstrom toolchainDenys Dmytriyenko
* Use pre-built Angstrom toolchain available from [1] as external one [1] http://www.angstrom-distribution.org/toolchains/ Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-03-19valgrind: update to 3.6.1Alex Bennee
I took the opportunity to move the common stuff for building Valgrind into a common valgrind.inc. I also removed the fix-link-tool.patch which was breaking the build. I'm not sure what the patch was trying to achieve. Signed-off-by: Alex Bennee <ajb@cbnl.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-19mango-lassi: `touch config.rpath` to fix `configure.ac:127: required file ↵Paul Menzel
`./config.rpath' not found` Task configure fails with the following error message. Build Configuration: BB_VERSION = "1.12.0" METADATA_BRANCH = "<unknown>" METADATA_REVISION = "b1fbaf6" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "v20110315" TARGET_FPU = "hard" […] autoreconf: running: /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/bin/autoheader --include=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/aclocal-1.11 --include=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/aclocal --force --warnings=cross autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross automake: unknown warning category `cross' configure.ac:39: installing `./compile' configure.ac:127: installing `./config.guess' configure.ac:127: required file `./config.rpath' not found configure.ac:127: installing `./config.sub' configure.ac:27: installing `./install-sh' configure.ac:27: installing `./missing' Makefile.am: installing `./depcomp' autoreconf: automake failed with exit status: 1 + oefatal 'autoreconf execution failed.' + echo FATAL: 'autoreconf execution failed.' FATAL: autoreconf execution failed. + exit 1 `touch config.rpath` in `do_configure_perpend() {}` fixes the issues. Mango Lasso includes `bootstrap.sh` [1] which also does the same. Using `bootstrap.sh` [1] for configuring Mango Lassi is not considered because `pulseaudio_git.bb` [2] also uses the proposed fix. [1] http://git.0pointer.de/?p=mango-lassi.git;a=blob;f=bootstrap.sh;h=089d445b3cce3374b48fc083f1f87983c4100052;hb=HEAD [2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/pulseaudio/pulseaudio_git.bb?id=fcb12f3a4448621ccc75d37dcad4a01820fdf89d#n27 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-19autoconf213: Fix build failure due to missing Makefile.amKhem Raj
We share autoconf.inc between autoconf 2.13 and 2.6x and 2.13 does not have Makefile.am so we make it conditional We define do_configure to just run configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-19task-fso2-compliance: fsomusicd is goneMichael 'Mickey' Lauer
2011-03-19fso-[illume-]image: remove alsa-state, fsoaudiod handles the audio subsystem nowMichael 'Mickey' Lauer
2011-03-19android-rpc: also package missing dbus service fileMichael 'Mickey' Lauer
2011-03-19vala: 0.11.6.1 -> 0.11.7.1; remove 0.11.0.1 and 0.11.3.1Michael 'Mickey' Lauer
2011-03-19linux-omap_2.6.38.bb : update to latestGraeme Gregory
tmlind tree hasnt switch to 2.6.38 versioning yet, so this is still -rc8. Rebased the patches and added one to make SMC instruction compile and support XM rev C Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2011-03-18qt4-x11-free: fix up GLES recipeKoen Kooi
As with the 4.6.x version, this will only build if you don't have regular qt/x11 in staging. If you do, you will get QGL:: link failures. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-18qt4-embedded 4.7.2: add GLES2 recipeKoen Kooi
As with the 4.6.x version, this will only build if you don't have regular qt/e in staging. If you do, you will get QEGL:: link failures. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-18frameworkd: add python-sqlite3 to RDEPENDSNeil Jerram
* Otherwise opimd doesn't work at runtime Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-18shr-settings: add elementary.sh for htcleoLukas-David Gorris
* Based on GNUtoo's config for nexus one. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-18xfce4-session_4.6.1: fix typo s/ibxfcegui4/libxfcegui4/Paul Menzel
This is a fix up for commit 7a92f740 [1] which was edited [2] before committing to fix some style issues introducing the typo. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=7a92f740433a3268faa5e3448671a24f3eb42884 [2] http://patches.openembedded.org/patch/1205/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-03-18gnutls-2.10.4: add missing quote to PRMartin Jansa
* is something wrong with parser in bitbake master? IIRC we had parse exceptions before for similar typos * missing quote produces not so nice error like this NOTE: Running task 1010 of 1049 (ID: 31, /OE/dev/recipes/gnutls/gnutls_2.10.4.bb, do_setscene) NOTE: package gnutls-2.10.4-"r11.2: task do_setscene: Started ERROR: Error in compiling python function in /OE/dev/recipes/gnutls/gnutls_2.10.4.bb ERROR: invalid syntax (packagestage_scenefunc, line 13) ERROR: The lines leading to this error were: ERROR: 13:SyntaxError:' stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d)' ERROR: 0009: removepkg = bb.data.expand("staging-gnutls-armv4t-oe-linux-gnueabi", d) ERROR: 0010: ERROR: 0011: pstage_cleanpackage(removepkg, d) ERROR: 0012: ERROR: *** 0013: stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d) ERROR: 0014: if not os.path.exists(stagepkg): ERROR: 0015: staging_fetch(stagepkg, d) ERROR: 0016: ERROR: 0017: if os.path.exists(stagepkg): ERROR: Function 'packagestage_scenefunc' failed ERROR: Logfile of failure stored in: /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/gnutls-2.10.4-"r11.2/temp/log.do_setscene.15953 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-17gnutls_2.10.4.bb: Revert the -Os -g workaround.Khem Raj
We have taken care of this in GCC Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-17gcc-4.5: Fix the ARM ICE regression at -Os -gKhem Raj
This holds off the patches that cause the ICE at -Os -g for now. The other workaround it to use -fno-shrink-wrap but it has to go into all affected recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-17qemu_0.14.0.bb: Do not enable sound emulation.Khem Raj
Drop gnutls from DEPENDS we disable tls Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-18base-files: remove obsolete usbdmodule entries for Zaurus.Andrea Adami
* bump PR * grep reveals $usbdmodule is only used by Zaurus and openmn (?). * only use is in linux-hotplug/files/usbd.agent, for 2.4 kernels... Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-17gstreamer: move old versions to obsoleteMartin Jansa
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-17freesmartphone: bump cornucopia, msmcomm, libfso-glib, fso-specs, libgisi SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-17util-linux-ng.inc: Add pkgconfig-native to native DEPENDSTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-17linux-kexecboot: update 2.6.38 defconfig for collie (fonts 4x6)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-17base-files: use default fstab for Zaurus devices. Bump PR.Andrea Adami
* Zaurus boots from different media and we can't make any guess. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-17ti-pru-sw-example: fix building with new toolchain sysrootchase maupin
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17matrix-gui: add support for dm386-evm machinechase maupin
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17dm368-evm: Add configuration for DM368 machinechase maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17u-boot.inc: allow variable make targetschase maupin
* Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17linux-omap-psp 2.6.32: bump PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-17linux: add initial 2.6.38 defconfigs for collie and tosa.Andrea Adami
* Uniform other minor settings. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-17linux-kexecboot-2.6.26, linux-rp-2.6.26: Fix Makefile rules to be compatible ↵Stanislav Brabec
with the new GNU make. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2011-03-16qemu_0.14.0.bb: Do not build all possible qemusKhem Raj
* We only build the targets that we support it reduces the compile time to half and averts the build failure on ubuntu 11.04 where it dies compiling sparc-softmmu which we dont really need Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-16gnutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARMKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-16gcc-4.5: Fix segfault in dwarf2outKhem Raj
Currently following fails rm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -pipe -g -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -o coding.o coding.c: In function 'asn1_length_der': coding.c:101:1: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2221 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. {standard input}: Assembler messages: Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-16cacao-native: bumpg PR as sugessted by khemHenning Heinold
2011-03-16linux-omap-psp 2.6.32: add support for xM revision CKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-16In a large number of patches, remove unneeded '..' in paths.Tom Rini
In most cases we had both ../foopkg/foopkg as the first path and this simply became foopkg (the second path was already correct for the default strip level which is why the patch applies normally). In a few cases the second path was '.' which is valid but not as clear as 'b' (which is what git shows for example) so update that while we're at it. Signed-off-by: Tom Rini <tom_rini@mentor.com>