aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-09-02Merge branch 'imx' into org.openembedded.devFlorian Boor
2010-09-02Add i.MX51 based "Babbage" board supportMickaël CHAZAUX
This is based on the patches released by Freescale as part of LTIB. Signed-off-by: Mickaël Chazaux <mchazaux@adeneo-embedded.com>
2010-09-02rt2x00: move driver version specific patch files to an own directorySteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-02goffice: add 0.8.9Koen Kooi
2010-09-01gpsd: unbreak gpsd_2.38.bb and gpsd_2.39.bbGraham Gower
The older recipe(s) are needed for programs which have not updated to gpsd's newer api. e.g. prismstumbler. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01gpe-package: remove some ancient recipes.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01gpe-package_0.4.bb: fix build problems introduced in previous commit.Graham Gower
gpe-package really depends on libipkg, not IPKG_VARIANT. It will not build against a recent opkg. Also, SRC_URI+=foo must be after inherit gpe or gpe.bbclass overwrites it. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01task-boot.bb: Don't pull in u-a if ONLINE_PACKAGE_MANAGEMENT="none".Graham Gower
This makes it possible to build an opkgless system, without having to set DISTRO_UPDATE_ALTERNATIVES. In the unlikely event that someone doesn't want opkg, but does want update-alternatives, one can set DISTRO_UPDATE_ALTERNATIVES in the local.conf. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01gnome-doc-utils: Add dependency upon gettext-native.Graham Gower
Failing log.do_configure: automake (GNU automake) 1.11.1 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Tom Tromey <tromey@redhat.com> and Alexandre Duret-Lutz <adl@gnu.org>. AUTOV is 1.11 NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force -I m4 configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/intltool.m4:27: IT_PROG_INTLTOOL is expanded from... configure.in:44: the top level autoreconf: configure.in: tracing configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from... configure.in:44: the top level autoreconf: configure.in: not using Libtool autoreconf: running: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force --warnings=cross configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from... configure.in:44: the top level configure:3319: error: possibly undefined macro: AM_NLS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1 FATAL: autoreconf execution failed. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01pulseaudio: Fix most recent recipe and remove broken recipes.Graham Gower
Three months ago, commit 9cf826839c3cffd18f037d2ca8271affb85bab9d broke 6 of the 7 pulseaudio recipes. No one noticed. Clearly the broken recipes are unused. 0.9.15 appears to be in use as it still builds. 0.9.21 is the most recent recipe and has been retained. Versions removed: 0.9.6 0.9.9 0.9.10 0.9.11 0.9.19 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01meta-toolchain-arago-gst.bb: RemoveKhem Raj
* Per Denys's suggestion. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01meta-toolchain-arago-dvsdk.bb: RemoveKhem Raj
* As suggested by Denis on mailing list. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01meta-angstrom-2007.bb,meta-opie.bb: task-opie-bluetooth is added only if it ↵Khem Raj
appeas in COMBINED_FEATURES Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01task-gpe.bb: virtual/xserver can not be RDEPEND'ed on it can be DEPEND'ed uponKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01task-gmae.bb: it uses XSERVER but doesnt really define it so define it.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01task-demo-x11.bb: Replace non existing libgles-omap3-demos with ↵Khem Raj
libgles-omap3-x11demos Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01task-arago-toolchain-target.bb: remove libpng12-dev which is not provided ↵Khem Raj
and e2fsprogs-libs-dev is now e2fsprogs-dev Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2010-09-01angstrom/angstrom-bootmanager.bb: RemoveKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01initramfs-module-bootmenu_1.0.bb,initramfs-module-kexecboot_1.0.bb: Rename ↵Khem Raj
klibc-utils-static-fstype -> klibc-static-utils-fstype Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01initramfs-bootmenu-debug-image.bb,initramfs-bootmenu-image.bb: Rename ↵Khem Raj
klibc-utils-static-modprobe->klibc-static-utils-modprobe Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01sugar-fructose.bb: sugar-web-activity is not provided by any recipe dont ↵Khem Raj
DEPEND on it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01cnetworkmanager_git.bb: python-uuid is not provided remove it from RDEPENDSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01openmoko-session_svn.bb: Replace openmoko-today with openmoko-today2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01recipes/tasks: Do not RDEPENDS on unavailable packages.Khem Raj
* Some packages are renamed so RDEPEND on those instead. * Some packages are removed so remove then from RDEPENDS too. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.co
2010-09-01task-openprotium.bb: Define missing ↵Khem Raj
DISTRO_SSH_DAEMON,DISTRO_DEV_MANAGER,DISTRO_INIT_MANAGER,DISTRO_LOGIN_MANAGER Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.co
2010-09-01xqt2_20060509.bb: DEPEND on libxmu instead of xmuKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-01libmsgenabler2_svn.bb: Replace gsmd-lips with gsmd in DEPENDSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01libmsip_svn.bb: Rename libmnetutil0->libmnetutil in DEPENDSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.co
2010-09-01bt950-cs_0.1.bb: Dont override PACKAGES but append to it.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01vlc-davinci_0.8.6h.bb: Rename codec-engine to ti-codec-engineKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01clutter_0.6svn.bb,clutter-gtk-0.6_git.bb: Unused and unbuildable for long ↵Khem Raj
hence removed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01recipes: Move some recipes to nonworking for getting bitbake world.Khem Raj
* If a recipes has DEPENDS on another recipe which is nonworking then move the recipe in question to nonworking too. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01tgt: moved to version 1.0.8Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01iscsi-target: moved to 1.4.20.2Frans Meulenbroeks
also renamed the files dir to the more appropriate iscsi-target added a DEFAULT_PREFERENCE = "-1" for beagleboard as angstrom and minimal use a modified 2.6.32 kernel which breaks this recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01gst-plugins-bad_0.10.19.bb: add libmodplug to DEPENDS.Graham Gower
Several images want gst-plugin-modplug (e.g. illume-image and the fso images). They fail to find it without this. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-01unionfs-utils: Fix the QA error about hashing style.Khem Raj
* Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-01make_3.82.bb: Add new recipe.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com>
2010-08-31Revert "gtk+: remove old versions"Frans Meulenbroeks
This reverts commit 96503f06a6f1f0b7f9df44d97af90252717d8897. As requested by Florian and Leon because the footprint of these versions is smaller than the newer ones. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-31various syslogs: keep syslog running as long as possible on shutdownSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-08-31qmake2: use the new qt4-tools instead of the unmaintained uicmoc recipesKoen Kooi
2010-08-31vala-dbus-binding-tool: catch up with vala 0.9.6.1Michael 'Mickey' Lauer
2010-08-31abiword: add 2.8.6Koen Kooi
2010-08-30matrix-tui: fix DEPENDS and use system LDFLAGSDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-30angstrom: Add (hack) recipe to enable autologin (timed) for gdmRoger Monk
* Append autologin to default custom.conf * Longer term need better replacement/conf mechanism Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30linux-davinci: Add SATA configuration patches for da850-omapl138/hawkboardRoger Monk
* Fix small typo * Tune Clock/Data Recovery Configuration * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30linux-davinci: Add patches to disable NAND SUBPAGE on ↵Roger Monk
da850-omapl138-evm/hawkboard * NAND SUBPAGE seen to give problems with UBIFS * Workaround identified by Caglar * Applied configuration locally here to board files * Add Initial UBI settings to da850-omapl138 machine * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-30da850-omapl138-evm: Add multiconfig for UI card with NAND enabled (requires ↵Roger Monk
disable MMC) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-29ksymoops: Updated to version 2.4.11, fixed for current libbfd, adjusted ↵Stanislav Brabec
/proc/kallsyms.
2010-08-29crda: Skip verification of regulatory.bin of the build host.Stanislav Brabec
2010-08-29udev: udev-compat-wrapper-patch: Use KERNELMICROVER evaluation that does not ↵Stanislav Brabec
fail on rc and four-part versions.