aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-07-05bug: unbreak udev 171 for bug.Denis 'GNUtoo' Carikli
This commit adds support for udev compat for udev 171, and RDEPENDS_${PN} on bug-udev for bug and bug20. The bug machine still uses a 2.6.27 kernel, and the boot was blocked at: Checking for built-in Bluetooth: no Note that this commit doesn't magically fix udev, because the init script activates udev compat only for kernel inferior to 2.6.27 and we have a 2.6.27 A future commit will address that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-07-05bug-udev: add support for bug1Denis 'GNUtoo' Carikli
10-mx31.rules and 30-BUG.rules were imported from the udev recipes directory( recipes/udev/udev/bug/ ) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-07-05ethtool: Add 2.6.26Yiping Wang
Upgrade to 2.6.36 verion for ipsec 2c2pf support. Signed-off-by: Yiping Wang <b25805@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-04udev: avoid udev stopping persistent pppd connectionsMario Schuknecht
When a pppd session is disconnected it triggers the udev to ifdown the ppp link which kills pppd and inhibits a reconnection. Now avoid udev stopping ppp connections. See also: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/396804 https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/78043 http://ubuntuforums.org/showthread.php?t=1177021 http://rants.atmurray.net/2007/01/pppd-persist-not-so-persist-with-udev.html Signed-off-by: Mario Schuknecht <schuknecht@dresearch-fe.de> Acked-by: Steffen Sledz <sledz@dresearch-fe.de>
2011-07-04ppp-2.4.5: remove `DP = "-1"`Steffen Sledz
Oe-core is using 2.4.5 and it works OK there. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-07-04ppp-2.4.5: own package for PPPoL2TP pluginSteffen Sledz
Adding that package fixes the following error message. NOTE: package ppp-2.4.5-r1: task do_qa_staging: Started WARNING: the following files were installed but not shipped in any package: WARNING: /usr/lib/pppd/2.4.5/pppol2tp.so WARNING: /usr/lib/pppd/2.4.5/openl2tp.so Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-07-03cornucopia.inc: bump SRCREV to get the fixed ppp plugin from fsogsmdKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-07-02htop: Link with libubacktrace when compiling for uClibcPaul Menzel
Using `minimal-uclibc` for `MACHINE = "beagleboard"` task compile fails with the following error. htop-CRT.o: In function `CRT_handleSIGSEGV': /oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/htop-0.9-r0/htop-0.9/CRT.c:131: undefined reference to `backtrace' /oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/htop-0.9-r0/htop-0.9/CRT.c:133: undefined reference to `backtrace_symbols_fd' Backtrace support in uClibc was enabled in commit 2a1c9e1e [1] so appending `-lubacktrace` to `LDFLAGS` fixes this problem. This patch is ported from the meta-openembedded patch committed from Khem Raj in commit 7e3451f4 [2]. PR was not increased, because it did not compile before with uClibc and the package content does not change. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=2a1c9e1ee5eb8067592d26100b563dd2ae7be00d [2] http://cgit.openembedded.org/cgit.cgi/meta-openembedded/commit/?id=7e3451f4e7352cc2c48711170e6a1be7c15e973e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-06-30am-benchmarks: Remove platform dependenciesJeff Lance
* Remove platform dependencies and use architecture dependencies instead * Use OE BASE_PACKAGE_ARCH to determine architecture * Update the SRCREV to revision 66 * Update the recipe revision to 1.3 * Removed INSANE_SKIP NOTE - architecture dependency can be removed once CFLAGS can be passed into CCSv5 project makefile Signed-off-by: Jeff Lance <j-lance1@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-30softap-udhcpd-config: add recipe for udhcpd config filesChase Maupin
* Install udhcpd.conf file for setting up networking for Soft AP. * Allow machine specific versions of the configuration file. * Default configuration file is from the samples/udhcp.conf file in the base udhcpd package. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-29opkg-utils: Add LICENSE fieldTom Rini
Quick code check and COPYING file and it's GPLv2 (or later) Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-28file: Fix relocation patchTom Rini
We weren't calling the correct binreloc function (and we needed to add /misc to the path we got) and we need to pass in ENABLE_BINRELOC to have the changes take effect. Finally, add in a new patch header. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-27linux: update git recipe to 3.0-rc4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-27pulseaudio_git: Update `SRC_URI` to new URL at freedesktop.org [1]Paul Menzel
[1] http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-May/009983.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-06-27linux-kexecboot: update git recipe to 3.0-rc4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-27linux: upgrade from 2.6.39.1 to 2.6.39.2Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-27linux-kexecboot: upgrade from 2.6.39.1 to 2.6.39.2Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-26aurora: Add `qt4-embedded` to `DEPENDS`Paul Menzel
Task configure fails with the following error using `minimal` for `MACHINE = "beagleboard"`. […] checking for FSOFRAMEWORK... yes Qt base directory explicitly set to qtopia checking for QT... no configure: error: Package requirements (QtCoreE >= 4.7.0 QtGuiE >= 4.7.0 QtDeclarativeE >= 4.7.0) were not met: No package 'QtCoreE' found No package 'QtGuiE' found No package 'QtDeclarativeE' found Adding `qt4-embedded` to `DEPENDS` fixes this error [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033590.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
2011-06-25ti-dmai: Fixes for Display and Capture.Joel A Fernandes
These patches fix issues with display and capture in ti-dmai that cause it to break with recent kernels. Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-06-24linux-palmpre: update to the latest versionSimon Busch
This will include a fix for the palmpre2 to get wireless network working. On the palmpre2 another gpio is used to reset the wifi chip as on the palmpre. Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-24enjoy: add alsa and autodetect gst modules.Pau Espin Pedrol
Without autodetect, enjoy segfaults. Without alsa, no sound is played. That happens because emotion needs them to play as shown in its source code: emotion_gstreamer_pipeline.c: sink = gst_element_factory_make("autoaudiosink", "audiosink"); Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-06-24emtooth2: bump SRCREV to 143Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-06-24conf/bitbake: unbreak and improve lzma image compression handling and adapt ↵Otavio Salvador
linux-kexecboot.inc We now use xz-native to generate lzma images Kexecboot.inc needed to be adjusted in order to reflect the dependency change from lzma-native to xz-native The initramfs.cpio.gz were tested with linux-kexecboot on nokia900. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-23libfso-qt-embedded: Do not override `DEPENDS`Paul Menzel
Using `=` instead of `+=` overrides the dependencies declared in `libfso-qt.inc`. Task configure therefore fails with the following errors. 1. `fso-specs` is not found. checking for SPECS... no configure: error: Package requirements (fso-specs >= 2011.06.01.1) were not met: No package 'fso-specs' found 2. `qfsodbusxml2cpp` is not found. checking for QFSODBUSXML2CPP... no configure: error: Package requirements (qfsodbusxml2cpp >= 0.7.0) were not met: No package 'qfsodbusxml2cpp' found Using `+=` solves these problems and is built tested using `minimal` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
2011-06-23libshiboken: Do not override `DEPENDS`Paul Menzel
This is a fix up for commit 1b9260e7 [1]. commit 1b9260e7a6c756d6938821f013a41c371065980a Author: Paul Menzel <paulepanter@users.sourceforge.net> Date: Sun Jun 19 11:45:37 2011 +0200 shiboken: Add `apiextrator-native` to `DEPENDS` This commit does not fix the mentioned error, that `ApiExtractorConfig.cmake` is not built, since by using `=` instead of `+=` the dependencies from the include file `shiboken.inc` are overriden in the recipe. This patch fixes the error and is built tested using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1b9260e7a6c756d6938821f013a41c371065980a Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
2011-06-23matrix-gui: update SRCREV to revision 175Jeff Lance
* Updated crypto scripts for am3715 * New Camera and multimedia applications for ARM only parts * Modified power scripts to demonstrate standby * Soft Ap application * fix 3D Chameleon man script * Add USB host side mass storage device benchmarks Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-23matrix-tui: update SRCREV to 42 with makefile.init fixesJeff Lance
* Modify to use OE MACHINE name for platforms * Add all Sitara platforms * Update SRCREV to 42 Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-23gstreamer-ti: hack it to build with libtool sysroot enabledKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-06-23linux-omap-psp 2.6.32: bump PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-06-23linux-omap: Disable UART sleep timeout to avoid serial port problems on wakeup.Joel A Fernandes
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-06-22matrix_gui: Add beagleboard platform supportJeff Lance
* Previously beagleboard was using the am3715 support files Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-22matrix_gui: Update SRCREV to revision 265Jeff Lance
* ti816x - Rework runOMTB script * am3517 - Remove Can and WIFI apps * am3715 - Add four new power apps * Add Oprofile apps to all am platforms * Remove LMBench app "write throughput" from all am platforms * Add beagle board platform support Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-06-22libfso-glib: bump SRCREV and PV according to latest changesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22fso-specs: bump version and SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22fsousaged: fix configuration for palmpre with aurora distro and bump PRSimon Busch
Within aurora we use the shadow resource feature of fsousaged, but other distro can't use them and as FSO configs are only machine specific we need to fix it here. Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22msmcomm: bump SRCREV to latest versionSimon Busch
2011-06-22libmsmrpc: add initial version of the recipeSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22python-pyside-x11: add x11 variant of python-pysideSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22python-pyside: put no-accessibility-support.patch in the global files directorySimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22python-pyside-embedded: create one include file per version for the checksumsSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22elfe: bump SRCREV to latest versionSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-22frameworkd: check even in ${MACHINE_CLASS} directory for a config file and ↵Simon Busch
bump PR This fixes a problem with the palmpre2 machine which does not get the right frameworkd.conf configuration file as the recipes searched in a directory with ${MACHINE} as name which is not there for the palmpre2. So it tooks the general one which is wrong. With checking also in the ${MACHINE_CLASS} directory for the configuration (${MACHINE_CLASS} is palmpre for both palmpre and palmpre2) it now takes the right configuration file. Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-21valgrind: Fix shebang issues when compiling valgrind on old bashMatthew McClintock
valgrind is doing some odd substitutions on the shebang for some scripts. This overrides the perl location and uses one that should work. This fixes building valgrind on centos 5.6 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-21udev: Fix cache problemTom Rini
When /dev/shm is re-mounted we need to re-create the files that end up in /etc/udev/saved.*. In addition, udev 124 wasn't making an initial saved.uname file. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-21Add new linux-kexecboot_git-nokia900-meego recipeDenis 'GNUtoo' Carikli
This is a linux-kexecboot for the nokia900, A classic kexecboot recipe is not used because this one has patches(inside the git tree of the kernel) for proper shut down,and a lot of other machine specific patches. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-06-19shiboken: Add `apiextrator-native` to `DEPENDS`Paul Menzel
Task configure fails with the following error message using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. […] CMake Error at CMakeLists.txt:10 (find_package): Could not find module FindApiExtractor.cmake or a configuration file for package ApiExtractor. Adjust CMAKE_MODULE_PATH to find FindApiExtractor.cmake or set ApiExtractor_DIR to the directory containing a CMake configuration file for ApiExtractor. The file will have one of the following names: ApiExtractorConfig.cmake apiextractor-config.cmake CMake Error at CMakeLists.txt:11 (find_package): Could not find module FindGeneratorRunner.cmake or a configuration file for package GeneratorRunner. Adjust CMAKE_MODULE_PATH to find FindGeneratorRunner.cmake or set GeneratorRunner_DIR to the directory containing a CMake configuration file for GeneratorRunner. The file will have one of the following names: GeneratorRunnerConfig.cmake generatorrunner-config.cmake Adding `apiextrator-native` to `DEPENDS` fixes the error. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Simon Busch <morphis@gravedo.de>
2011-06-17libfso-qt-embedded: add initial recipe for the embedded versionSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-17aurora: major update to meet latest changes of the softwareSimon Busch
- install a initscript for the new aurora-systemmanager - drop dependency on pyside build components - add vala build support and depend on now on libfso-glib/libfsobasics
2011-06-17tsmd: bump SRCREV for latest updatesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-06-17tslib: adjust ts.conf for palmpre machine and bump PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>