aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-04linux: copy configs from previous releaseBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2011-05-04linux: bump version to .5 and fix x86_32 compilationBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2011-05-04proftpd 1.3.3c: add checksumsPaul Menzel
Task fetch failed with the following error. NOTE: This package has no checksums, please add to recipe NOTE: SRC_URI[md5sum] = "4f2c554d6273b8145095837913ba9e5d" SRC_URI[sha256sum] = "44be095ed063df93278928cf665ad7b9b38e2c8d0cca97fb51307ec3a390a591" ERROR: proftpd-1.3.3c: ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/proftpd-1.3.3c.tar.gz cannot check archive integrity This is a fix up for commit b3d5cd83 [1]. commit b3d5cd830628a55e4b4e153191959354e924ec19 Author: Florian Boor <florian@kernelconcepts.de> Date: Mon Nov 22 11:29:07 2010 +0100 proftpd: Add version 1.3.3c Update in order to get rid of several vulnerabilities of previous releases. Signed-off-by: Florian Boor <florian@kernelconcepts.de> [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b3d5cd830628a55e4b4e153191959354e924ec19 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-04ushare: RDEPENDS → RDEPENDS_${PN}Paul Menzel
This is a fix up for commit 0fd385ef [1]. commit 0fd385ef5512def0db880139b1c9fa78f652f494 Author: Florian Boor <florian@kernelconcepts.de> Date: Fri Jan 29 13:11:18 2010 +0100 ushare: We need lsb-base in the filesystem. ushare does not start up properly without scripts from lsb-base. Tested in µCross Signed-off-by: Florian Boor <florian@kernelconcepts.de> [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=0fd385ef5512def0db880139b1c9fa78f652f494 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-04udev: bump PR of 162 and 165 recipes following initscripts changesAndrea Adami
* only those recent versions have been updated * versions <1.6 are actually not actively supported anymore Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-05-04udev: modify udev_162.bb INITSCRIPTS_PARAMS, following oe-coreAndrea Adami
* initscripts expects udev to start at S04, after S03sysfs.sh * udev_cache is moved at S36 after S35mountall.sh Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-05-04udev: modify udev_165.bb INITSCRIPTS_PARAMS, following oe-coreAndrea Adami
* initscripts expects udev to start at S04, after S03sysfs.sh * udev_cache is moved at S36 after S35mountall.sh Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-05-04modutils-initscripts: fix wrong order of module loading happening in udevPetr Štetiar
In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm called in udev init script loads all kernel modules in some unpredictable order, not honoring in any way specified order of modules in /etc/modules. This causes some troubles mainly in the first boot. So to fix this we now move loading of the kernel modules just before we exec udev init script. Example of the current state: Starting udev rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc0 rtc-m48t86 rtc-m48t86: battery ok ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc1 root@ts72xx:~# cat /etc/modules rtc-ep93xx ohci-hcd ts72xx_sbcinfo rtc-m48t86 As you can guess, this is really wrong behaviour, because I've rtc1 as the main time source for my system. root@ts72xx:~# cat /etc/default/hwclock HWCLOCKACCESS=yes HWCLOCKDEVICE=/dev/rtc1 Expected behaviour with this patch applied: Please wait: booting... ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc0 usbcore: registered new device driver usb ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver ... rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc1 rtc-m48t86 rtc-m48t86: battery ok Starting udev Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-05-03gst-plugins-package: fix with package_dbgChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-05-03python-sip: catch up with upstream changesMichael 'Mickey' Lauer
upstream did change a lot, and with the next major version of sip they will change everything again. Take care when updating this recipe.
2011-05-03PyQt: introduce 4.8.3; remove obsolete 4.4.3Michael 'Mickey' Lauer
This version of PyQt builds against Qt 4.7.x; please don't remove this version unless you also bring in a PyQt version that works.
2011-05-03python-sip: 4.8.2 -> 4.12.1Michael 'Mickey' Lauer
2011-05-03sip-native: 4.12 -> 4.12.1; also remove version 4.7.9, which no longer is ↵Michael 'Mickey' Lauer
relevant sip is mereley used for PyQt bindings and the corresponding Qt version (4.4.x) has been removed many months ago.
2011-05-03gpe-lights: fix licenseFlorian Boor
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03zbar: Add version 0.10Florian Boor
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03proftpd: Add version 1.3.3cFlorian Boor
Update in order to get rid of several vulnerabilities of previous releases. Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03ubootchart: Add recipe for SVN versionFlorian Boor
A small and easy to use boot process profiler generating bootchart compatible output. From µCross, tested on armv5te platforms and other. Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03zenity: add `gnome-doc-utils` to `DEPENDS`Florian Boor
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03lsb-base: Package for LSB init-functions scriptFlorian Boor
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-03ushare: We need lsb-base in the filesystem.Florian Boor
ushare does not start up properly without scripts from lsb-base. Tested in µCross Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-05-02prboom: fix compilationDenis 'GNUtoo' Carikli
Without that fix we have: arm-oe-linux-gnueabi-gcc [...] -o prboom [...] -L/usr/lib -lSDL -lpng -lm /usr/lib/libSDL.so: file not recognized: File format not recognized This commit was inspired by commit ba5581f2258fccaf87245f5672c20d3cc43d1849 : smpeg svn: fix compilation It was tested at runtime too(Distro:SHR,machine nokia900) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-05-02angstrom: switch to dbus 1.4.1Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-05-02wesnoth,wesnoth-wvga: RDEPENDS on tremor(libvorbisdec1)Denis 'GNUtoo' Carikli
Without that fix we have: error audio: Could not load music file '[...].ogg': Failed loading libvorbisidec.so.1: libvorbisidec.so.1: cannot open shared object file: No such file or directory Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-05-02libgpsbt: add dbus-glib to DEPENDSAndreas Mueller
Error message during configure was | checking for GLIB... yes | checking for DBUS... configure: error: Package requirements ( dbus-glib-1 >= 0.23 ) were not met: | | No package 'dbus-glib-1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables DBUS_CFLAGS | and DBUS_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | NOTE: package libgpsbt-0.1-r2: task do_configure: Failed Build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-01linux-omap-psp 2.6.32: add support for 5MP camera boardKoen Kooi
Also enable cpuidle for beagle Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29linux: update Zaurus defconfigs for 2.6.38.4Andrea Adami
* build uinput as module * load on demand Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-29Revert "linux: update Zaurus defconfigs"Andrea Adami
This reverts commit 63edb15ae9d37de9fa784eeff5a0448cf68d7244.
2011-04-29linux: update Zaurus defconfigsAndrea Adami
* build uinput as module Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28linux-nokia900-meego: update to last versionDenis 'GNUtoo' Carikli
This version contains a working bq27x00 i2c driver Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-04-28linux-kexecboot: bump INC_PR to follow kexecboot upstream changesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28kexecboot: add new FB UI width/height to the inc fileAndrea Adami
* customize for Zaurus clamshells Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28kexecboot: move to bb849a9bc6aaa397336fcd83c67a194036f7f19bAndrea Adami
* add new configure options for custom width and height Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28kexecboot-klibc: move to bb849a9bc6aaa397336fcd83c67a194036f7f19bAndrea Adami
* add new configure options for custom width and height Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28wesnoth_svn: move fro /obsolete to /obsolete/wesnothAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28etk-theme-ninja_svn: move from /obsolete to /obsolete/shrAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28linux: move obsolete linux-2.6-limits.patch from /files to its placeAndrea Adami
* only four kernel recipes are still using it Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28linux: move handelds- stale files to obsoleteAndrea Adami
* ipaq-hal.init only used in * recipes/obsolete/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb * recipes/obsolete/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh42.bb * * usb-gadget-ether-compat.patch used only in * recipes/obsolete/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh42.bb Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-28opencv 2.2: include actual headers in the -dev packageKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-28opencv 2.2: fix opencv-dev dependency chainKoen Kooi
installing 'opencv-dev' will now drag in all the generated -dev packages Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-28accel-pptp-server: add 0.8.5Koen Kooi
accel-pptp-server is a fork of poptop that keeps the pptp stuff in the kernel avoiding needless roundtrips to userspace. pre 2.6.37 you needed an external module, post 2.6.37 it is upstream. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-28Revert "linux: move stale patches to /obsolete/linux"Koen Kooi
this breaks multikernel.inc This reverts commit 71eb55a998a150f3dc828d2478b7875f807b3536.
2011-04-28linux: move stale patches to /obsolete/linuxAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-27linux: move gamecube specific files to their dirAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-27linux_git: add Zaurus defconfigs for 2.6.39-rc5Andrea Adami
* shrink using do_savedefconfig Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-27linux: update Zaurus 2.6.38 defconfigsAndrea Adami
* shrink using do_savedefconfig Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-04-27e-wm-config-illume2-shr: bump SRCREV and PRLukas Märdian
* this replaces e's default battery gadget with the newly introduced battery-fso gadget (from shr-e-gadgets) * affects all shr powered devices * changes will be visible on the device after upgrade, once ~/.e has been removed Signed-off-by: Lukas Märdian <lukasmaerdian@gmail.com>
2011-04-27shr-e-gadgets: bump SRCREV and PRLukas Märdian
* this adds a new e-gadget: battery-fso * battery-fso is an alternative battery gadget, which uses fsodeviced as data source Signed-off-by: Lukas Märdian <lukasmaerdian@gmail.com>
2011-04-27nokia900.conf: autoload isp1704_charger and omap_ssi modulesKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-04-27nokia900: change to newer 2.6.37 kernel which supports power managementDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-04-27xserver-xorg-conf: add support for newer kernel for the nokia900Denis 'GNUtoo' Carikli
Note that there are whitespaces issues in the nokia900's xorg.conf Also note that it may not be the final xorg.conf since the kernel defconfig may change to add new input devices(sensors etc...) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>