aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-08-08eds-dbus: work around crosscompile badnessshr/testing2010Koen Kooi
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08eds-dbus: add missing dep on libicalKoen Kooi
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08eds-dbus: reenable calendar, was disabled in svn->git transition commit (no ↵Martin Jansa
idea why) * compiles fine * dates depends on libecal Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08eds-dbus: Update to follow git repository.Khem Raj
* Remove unused patches. Thanks to initial patch from Ilyes Gouta Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-29Merge remote branch 'origin/org.openembedded.dev' into shr/testing2010Martin Jansa
2010-05-29opimd-utils: bump SRCREV for statsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-29opimd-utils: bump SRCREV for statsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-29Revert "udev: patch init of version 151 and support older kernels"Andrea Adami
This reverts commit 28bc48904e31c3a63cf5a60bc005ed8fb359cc52.
2010-05-29Revert "udev-static: rename recipe to udev-compat to avoid packaging clash"Andrea Adami
This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa.
2010-05-29Merge remote branch 'origin/org.openembedded.dev' into shr/testing2010Martin Jansa
2010-05-29udev: patch init of version 151 and support older kernelsAndrea Adami
* Some devices don't function properly when using a recent udev on an old * kernel, so udev will now try to fall back to an older version is present Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-05-29udev-static: rename recipe to udev-compat to avoid packaging clashAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-28docs/usage: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/recipes: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/metadata: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/getting_oe: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/features: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/comparing: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28docs/common_use_cases: Fix documentation errorsChase Maupin
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-28matrix-gui-e_svn: add init script to runlevel 3Chase Maupin
* only add the matrix-gui-e init script to run level 3. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui-common: Move common files into one pkgChase Maupin
* Created the matrix-gui-common_svn.bb recipe to contain all of the common html, scripts, and image files used by both versions of the matrix GUI application. * Removed the html, script, and image files from matrix-gui and matrix-gui-e recipes. * Added dependency on matrix-gui-common to matrix-gui and matrix-gui-e recipes. * Added browser executable that looks for the example browser from the Qt demos package depending on whether the embedded or X11 version of the matrix GUI application is running. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui_svn: Add autostart packageChase Maupin
* Added package for autostarting the matrix_gui application in X11 desktops. Package is called matrix-gui-autostart. * Added .desktop file for starting the matrix_gui application when the system is logged in. * Autostart package depends on the base matrix-gui package. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui_svn: X11 version of matrix GUIChase Maupin
* Added recipe to build matrix GUI application with Qt X11 libraries. * Changed init script to not place an entry in the /etc/rc5.d directory. Init script is still used for starting the matrix_gui application. * Added patch to enable the cursor for X11 Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui-e_svn: Changed executable nameChase Maupin
* Upgraded to the latest source revision * Changed the executable name in the recipe and scripts to allow it to co-exist with the X11 version to be added later. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui-e_svn: Renamed matrix-gui_svnChase Maupin
* Renamed the matrix-gui_svn recipe to matrix-gui-e_svn to be more in line with naming conventions of other applications. This is in preparation for making and X11 version of the recipe. * Moved associated files Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28angstrom-uboot-scripts: Add linuxtag demo with picodlp configRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28x-load: Install MLO_BINARY in /bootRoger Monk
* Install MLO inside target /boot for bootfile consistency * Bump PR Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28u-boot: Install UBOOT_BINARY in /boot, add package for -fw-utilsRoger Monk
* Drop binary in target /boot folder to allow compatible set of boot files to be installed in target image alongside kernel, etc * Create new package for the firmware utils * Bump PR Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27linux_2.6.34.bb: Make it to support qemuarmKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-27base.bbclass: fix issue with unpack of patches with apply=noChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-27Revert "patch.bbclass: use param_bool()"Chris Larson
This reverts commit 7cb990de933f22331cd701ecb45d1e30dd8f3c11.
2010-05-27Revert "base.bbclass: fixed 'apply=no' behavior"Chris Larson
This reverts commit eb8ad2af3a59dc7b4c64814815fc13977efaec6b.
2010-05-27patch.bbclass: use param_bool()Enrico Scholz
This patch replaces a complicated if statement with a more simple code. Slightly altered to use oe.utils -kergoth Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-27base.bbclass: fixed 'apply=no' behaviorEnrico Scholz
After the recent change to autodetect patchfiles in SRC_URI's, files with 'apply=no' were not copied to workdir anymore. This broke e.g. dropbear which marks a patch as 'apply=no' and applies it manually. This patch evaluates content of 'apply' parameter and copies files to workdir when it is not a patch or the parameter is false. Slightly altered to use oe.utils -kergoth Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-27oe.utils: added param_bool() methodEnrico Scholz
This new function works like dict's get() method but converts the returned value to a boolean. It is to be used to interpret e.g. 'apply=yes' parameters in SRC_URI. Moved from base.bbclass into lib/oe/utils.py -kergoth Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-27packaged-staging.bbclass: added missing space in find callEnrico Scholz
Old find statement failed with something like $ find . \( -name XXX\) find: invalid expression; I was expecting to find a ')' somewhere but did not see one. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-by: Chris Larson <clarson@kergoth.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-27htcdream-gps: new recipe; gps test program for the HTC DreamMichael 'Mickey' Lauer
2010-05-27glamo-dri-tests: bump SRCREV a bit moreMartin Jansa
2010-05-27libdrm_2.4.18: add missing dependency libpthread-stubsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27mesa-dri_7.8.1: update glamo patch a bitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27xf86-video-glamo: bump SRCREV for newer libdrm compatibilityMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27glamo-dri-tests: bump SRCREV for newer libdrm compatibilityMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27libdrm_git: bump SRCREV for 2.4.20Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27xinput-calibrator: add pointercal.xinput data for om-gta02 and install it by ↵Martin Jansa
default * is there someone else then SHR using xinput_calibrator_once.sh in Xsession.d? Then you should provide valid pointercal.xinput for your devices. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27xserver-common: use only xinput_calibrator for calibration (used only for SHR)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27elementary-theme-gry: bump SRCREV (fixed #1115)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27angstrom-uboot-scripts: Add linuxtag demo scriptRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27Merge remote branch 'origin/org.openembedded.dev' into shr/testing2010Martin Jansa
Conflicts: recipes/linux/linux-openmoko-devel_git.bb recipes/openmoko-3rdparty/pisi_0.5.2.bb recipes/openmoko-3rdparty/pisi_0.5.3.bb recipes/openmoko-3rdparty/pisi_0.5.bb recipes/uclibc/uclibc_nptl.bb
2010-05-27shr-apps: bump SRCREV of autorev packagesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27emtooth: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>