aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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>
2010-05-27phoneui-shr-theme-neo: bump SRCREV (fixed quick-settings theme)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27phoneui-shr-theme-o2: bump SRCREV (fixed quick-settings theme)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27eglibc_2.12: add es_CR.ISO-8859-1 to GLIBC_BROKEN_LOCALESMartin Jansa
* details: http://sourceware.org/bugzilla/show_bug.cgi?id=11258 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-27imote2-image: Remove ibrdtnd from the default install.Stefan Schmidt
Thinking about it twice it makes not much sense in the image. It is not needed for the board and people who are interested in delay tolerant networking can just install the package.
2010-05-27ti-devshell: fix patch to TI stuff, spotted by Yaman UmurogluKoen Kooi
2010-05-27angstrom-uboot-scripts: Change installdir to /boot and rename configsRoger Monk
* Install the scripts into /boot instead of datadir * Install the original .txt's files as well as .scr's so that users can use target mkimage to rebuild/modify/recreate * Rename configs for consistency Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27ntp: modified config for hipox machineSteffen Sledz
* don't use externals NTP servers * use '-x' option to avoid forward time skips Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-27jansson: new recipeSteffen Sledz
Jansson is a C library for encoding, decoding and manipulating JSON data. Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Mario Schuknecht <m.schuknecht@dresearch.de>
2010-05-27linux-2.6.24: enable ppp modules for hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-26openssl_1.0.0.bb: Update configure target patch to have correct number of ↵Khem Raj
colons (Bug 5429) * Use linux-uclibcebi for target OS on ARM uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26lksctp: Add recipes for lksctp toolsJoão Henrique Freitas
Signed-off-by: João Henrique Freitas <joaohf@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26libdrm_2.4.18.bb: Fix SRC_URI name in checksums.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26paroli: depend just on edbus, not on edbus-ehalAntonio Ospite
edbus-ehal is not available anywhere in current metadata, just depend on edbus to make images which include paroli build. See also http://tinderbox.openembedded.org/packages/544404/ Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26patch.bbclass: fix the logic error that resulted in tcp-wrappers patch ↵Chris Larson
application failures Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-26base.bbclass: make do_unpack also not unpack when 'apply' url parameter is setChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-26run-qemu.sh: Pass libc as a parameter instead of modifying scriptKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26qte-common_2.3.10.inc: remove striplevel=5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26vim_7.2.bb: Add apply=no to 001-411.diffKhem Raj
* This patch is applied manually in the recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26tcp-wrappers: Add .patch extention to patch files.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>