aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-24classes/native*.bbclass: fix error during parse with bitbake masterPaul Eggleton
Fixes "AttributeError: 'NoneType' object has no attribute 'split'" during parsing with bitbake master. We should not be calling explode_deps with None as the argument, so ensure the value isn't None. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
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-24zaurus.inc: remove orphan LZMA_COMPRESSION_LEVELAndrea Adami
* cpio.lzma are built using xz-utils * add -e to achieve a slightly better compression * keep -7 preset to be able to decompress on 32MB devices Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-24nokia900.conf: add support for kexecbootDenis 'GNUtoo' Carikli
The nokia bootloader(nolo) expects a zImage, so we produce a kexecboot zImage. Signed-off-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-22kernel bbclass: add the crypto directory to stagingchase maupin
* Add the include/crypto directory from the kernel to the list of directories to be staged. * This directory contains the cryptodev.h file required by other drivers and applications. * Not including this directory leads to build errors of being unable to find the cryptodev.h file. Signed-off-by: Greg Turner <gregturner@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Roman I Khimov <khimov@altell.ru> 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>
2011-06-17valgrind: Drop virtual/libx11 from DEPENDSTom Rini
Valgrind 3.6.x does not depend on X like older versions did. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-17valgrind: Drop 3.6.0Tom Rini
This isn't pinned anywhere and 3.6.1 is current and already in-tree. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-17omap3: bump MACHINE_KERNEL_PRKoen Kooi
2011-06-16valgrind: Add patch for PowerPC target support, update recipeTom Rini
The support patch has been merged upstream. Patch found via oe-lite: http://git.doredevelopment.dk/?p=oe-lite/base.git;a=commitdiff;h=6b00807cadec3dd8978d0297181c67f81ec37706 Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-16Set libtool to use correct lt-macrosesAlexander Smirnov
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-06-16Add 'ucred' structure declaration in netlink headers for the integrityAlexander Smirnov
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-06-16mx28evk: set valid consoleAndreas Müller
The initial patch was build tested only because hardware for tests was not available. Christian Borutta reported the following log: INIT: Id "S" respawning too fast: disabled for 5 minutes Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-06-16mx28 SOC: set correct addresses for u-bootAndreas Müller
The initial patch was build tested only because a hardware for tests was not available at the time initial patches were sent. The modifications lead to the following boot log (thanks to Christian Borutta for testing): U-Boot 2009.08 (May 09 2011 - 16:42:53) Freescale i.MX28 family CPU: 454 MHz BUS: 151 MHz EMI: 205 MHz GPMI: 24 MHz DRAM: 128 MB MMC: IMX_SSP_MMC: 0, IMX_SSP_MMC: 1 In: serial Out: serial Err: serial Net: got MAC address from IIM: 00:04:9f:01:4d:57 FEC0 Hit any key to stop autoboot: 0 reading uImage 2519812 bytes read Image Name: Angstrom/2.6.35/mx28evk Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2519748 Bytes = 2.4 MB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Linux version 2.6.35.3 (borutta@debian) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #1 PREEMPT Thu May 12 09:54:03 CEST 2011 CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 CPU: VIVT data cache, VIVT instruction cache Machine: Freescale MX28EVK board ... Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-06-16klibc: repackage according to debian naming for libsAndrea Adami
* RDEPENDS cleanings for the (shared) utils * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-06-15connman: SHR distribution: ignore the htcdream's network interfacesDenis 'GNUtoo' Carikli
The SHR images uses iliwi by default, which call udhcpc, udhcpc blocks near the end: Lease of 192.168.1.147 obtained, lease time 600 [blocked here,"adding dns 192.168.1.1" not shown] The routes contain problematic lines such as(rmnet interface is normal): default * 0.0.0.0 U 0 0 0 rmnet0 So we have default routes that point nowhere, if we try to remove theses routes, connman recreates them. So in order to make the default wifi GUI work we make connman ignore theses interfaces: Jun 15 17:25:20 <holtmann> If that interface is under ConnMan control, then you are out of luck with running anything manuallay. Jun 15 17:25:40 <holtmann> However connmand -I wlan0 will make it stay away from that interface. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-06-15connman: convert to INC_PRDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>