summaryrefslogtreecommitdiff
path: root/recipes/ti
AgeCommit message (Collapse)AuthorFiles
2010-06-27matrix-tui: depend on libxml2Denys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-12gstreamer-ti: bump PR for last changeKoen Kooi1
2010-06-12gstreamer-ti: fix typo in omp3 init script that prevents modules from being ↵Koen Kooi1
loaded
2010-06-12gstreamer-ti: prettify postinst and postrmKoen Kooi1
2010-06-12gstreamer-ti: reinstate LINUXKERNEL_INSTALL_DIRKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12gstreamer-ti: reinstate omapfb header checkKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-dvsdk-demos_3.10.00.14: add newer versionBrijesh Singh7
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12gstreamer-ti: enable omapdmaifbsink for omap3Koen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12gstreamer_ti: use latest svn rev and apply the patches from tracker 1055.Brijesh Singh27
* move the common build logic in gstreamer-ti.inc * rebase patches to latest svn rev. * add profile .sh to disable XDM 0.9 elements. * Except beagleboard, do not autoload kernel module in initscript. this is mainly because gst-ti loadmodule is not enough for all application (e.g dvsdk demo, dmai etc). And since beagle community is not installing dvsdk demo's hence its safe to install those kernel modules as the boot time. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-codecs-dm355: prefer version that is publically availableKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-codecs-dm355_3.10.00.00: add dm355 codec recipieBrijesh Singh1
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-codecs-omap3530_1.00.01: add LICENSE fieldBrijesh Singh1
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-codecs-dm365_3.10.00.05: add newer version of codec serverBrijesh Singh1
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-dmai: increase PV of svn version to 2.xKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-dmai_2.10.00.xx: add recipe to build released dmai versionsBrijesh Singh6
* run dmai release steps in do_install_prepend() * apply dmai DM365 resizer patch needed for gstreamer TIVidResizer element. * update dm365 loadmodule.sh Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-12ti-dmai_svn: move the common build code in ti-dmai.incBrijesh Singh2
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-06matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.Robert P. J. Day1
* If a filename has either a ".diff" or ".patch" suffix, then the "patch=1" parameter is unnecessary. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Chris Larson <clarson@kergoth.com>
2010-06-04ti-xdctools: Add v.3.20Roger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-04ti-codec-engine: Add v2.25.03.13Roger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui-e_svn: add init script to runlevel 3Chase Maupin1
* 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 Maupin4
* 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 Maupin2
* 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 Maupin4
* 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 Maupin3
* 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 Maupin3
* 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-27ti-devshell: fix patch to TI stuff, spotted by Yaman UmurogluKoen Kooi1
2010-05-26gstreamer-ti: add mpeg2 caps, patch from gst-ti svnKoen Kooi2
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson8
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson8
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-19ti-msp430-chronos: Add RDEPEND on tk, fix dos2unixRoger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19ti-msp430-chronos: Add initial recipe for msp430 chronos watch supportRoger Monk1
* This recipe downloads and unpacks installer and installs the tcl scripts for the Control Center tools * Currently installing into MACHINE ARCH, which could be moved later. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18am-benchmarks: bump the revDenys Dmytriyenko1
2010-05-18matrix-tui: bump the rev, change LICENSE to BSDDenys Dmytriyenko1
2010-05-18matrix-gui: bump the rev, change LICENSE to BSDDenys Dmytriyenko1
2010-05-18ti-eula-unpack: Force Console Mode, add Error PrintsRoger Monk1
* ti-eula-unpack runs installjammer installers to install ti components * installjammer can run in GUI mode or console mode * ti-eula-unpack passes options and string paths to the installer which need to be run in console mode * GUI mode is automatically selected if an X11 Display is found which means that script options won't get passed to the installer * This patch forces use of console mode in the installer, so that the GUI will never be invoked for these scripted installs even if an X Display is found * Downside is ti-eula-unpack is now tighter coupled to installjammer, but all current ti installers are ij based so not an issue currently * Extra error checks and prints added with failure returns on error * This also helps if the installer can't run, for example if run on 64bit host without 32bit compat libs (currently required by these installjammer installers) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-17ti-devshell: fix method conflictKoen Kooi1
2010-05-14ti-devshell: TI version of devshell that has all the 'DVSDK' environment ↵Koen Kooi1
vars set
2010-05-11ti-codec-engine: Replace Engineering release with Product v.2.25.02.11Roger Monk2
* v2.25.02 is now released Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-11ti-xdais: Replace Engineering release with Product v.6.25.02.11Roger Monk2
* v6.25.02 is now released Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-11ti-local-power-manager: Add v.1.24.02.09Roger Monk1
* Add latest GA version * This fixes 'OPT' definition required for DSPLINK 1.65 * This was previously patched in 1.24.01 recipe * Safe and backward compatible with DSPLINK 1.64 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-11ti-cgt6x: Add v6.1.5Roger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-10matrix-gui_svn: add init script for dm365-evm.Brijesh Singh2
* use default Rotation to 0 degrees. * remove touch screen specific variables. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07ti: disable "eng" non-public versions for non-Angstrom usersDenys Dmytriyenko2
Prevent people not using Angstrom and not including angstrom-codec-engine-* files from picking up the latest versions automatically and fail to download sources from TI internal URLs. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07am-benchmarks: bump the rev for latest fixesDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07matrix-tui: bump the rev for latest fixesDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07matrix-gui: bump the rev for latest fixes, sans external browser binaryDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07ti-cgt6x: Add version 6.1.14Roger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-06am-benchmarks: add ARM Benchmarks dhry/whet-stone, linpack (from Arago)Denys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-06am-sysinfo: add AM SysInfo set, currently mem_util only (from Arago)Denys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-06matrix-tui: add the Matrix TUI (Text UI) launcher app (from Arago)Denys Dmytriyenko2
Signed-off-by: Denys Dmytriyenko <denis@denix.org>