summaryrefslogtreecommitdiffstats
path: root/recipes-ti
Commit message (Collapse)AuthorAgeFilesLines
* beaglebone-tester: Update to latest and bump PRJoel A Fernandes2011-10-202-28/+3
| | | | | | | | * Remove usb gadget modules in advance before running the tests * Merge Koen's patch - check for command line argument using systemd (hardware tests trigger) Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: fix target in the unit filesKoen Kooi2011-10-182-2/+2
| | | | | | This only caused issues when manually systemctl disabling and enabling them Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: add ugly, ugly hack to make USB work on ti33x boardsKoen Kooi2011-10-183-0/+40
| | | | | | This is NOT suitable for customers or production. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix-gui: add missing service file, as spotted by Roger MonkKoen Kooi2011-10-171-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-tester: A component-based test framework for BeagleBoneJoel A Fernandes2011-10-142-0/+76
| | | | | | | | | | | Test scripts to be integrated into BeagleBone hardware testing images and run automatically during boot time to determine if all hardware components are working correctly. Auto tests controllable from uEnv.txt which is auto deleted on a test success. For future use, the individual scripts can be run from /var/lib/bone-tester/component Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix: merge changes from arago/next/fa8563ae1238c38c779226ebed375c61560c647eKoen Kooi2011-10-143-8/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-ti-test: clean up machine specific bits, inherit allarchKoen Kooi2011-10-131-10/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix 2.0: first round of fixesKoen Kooi2011-10-1112-47/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Matrix 2.0: initial addKoen Kooi2011-10-1113-0/+427
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-msp430-chronos: import from OE classicKoen Kooi2011-09-211-0/+55
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gstreamer-ti: use MEMARGS variable instead of hardcoding omap3 configKoen Kooi2011-09-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gstreamer-ti: add native system unit fileKoen Kooi2011-09-023-5/+31
| | | | | | systemd will only run the platform script if the right bootargs are passed, so no more cmem suprises! Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-ti-test: import task-arago-test.bb from arago gitKoen Kooi2011-09-011-0/+33
| | | | | | * ltp-ddt isn't in meta-oe or meta-ti yet, but will be soon Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-linuxutils: use MACHINE_KERNEL_PRKoen Kooi2011-08-181-0/+2
| | | | | | This fixes the kernelversion mismatch reported for beagleboard Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-linux-utils: ensure fixdep exists before trying to build modulesKoen Kooi2011-08-161-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where neededKoen Kooi2011-08-166-2/+8
| | | | | | With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gstreamer-ti: bump srcrev to fix runtime error, build fixEnrico Butera2011-08-163-14/+25
| | | | | | | | Bumped srcrev to fix a runtime error and added a build fix (include linux/videodev.h was removed from kernel). Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gstreamer-ti: import from oe classic and fix buildEnrico Butera2011-08-1619-0/+2772
| | | | | | | Note: c6accel support is disabled. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: fix build and update omap3 srcrev to 642Enrico Butera2011-08-164-2/+93
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-codecs-omap3530: disable c6accel, build fix, add LIC_FILES_CHKSUMEnrico Butera2011-08-162-2/+52
| | | | | | | | c6accel build is still broken so disable it in codec server for now, at least we have a buildable codec server. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-dsplink: fix module packagingEnrico Butera2011-08-161-1/+1
| | | | | | | | The kernel module needs to be packaged first otherwise it will be picked up by the default FILES_${PN}, resulting in an empty ti-dsplink-module package. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* c6accel: update to 1.0.1.00.06Koen Kooi2011-08-164-48/+17
| | | | | | Patches from .03 will be rebased and applied later Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* c6accel: fix LINUXLIBS_INSTALL_DIRKoen Kooi2011-08-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* c6accel: fix toolchain pathKoen Kooi2011-08-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-c6accel: add license checksumKoen Kooi2011-08-161-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-codec-engine: fix -dbg packagingKoen Kooi2011-08-161-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-c6accel: fix patchKoen Kooi2011-08-162-57/+57
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* c6accel: move to a seperate dirKoen Kooi2011-08-165-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: don't break parsing for machines that don't set SRCREV_pn-dmaiKoen Kooi2011-08-161-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-cgt6x: move license checksum to recipeKoen Kooi2011-08-162-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dmai: move into a seperate dirKoen Kooi2011-08-1621-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xdctools: fix toolchain hardcoded pathsEnrico Butera2011-08-162-0/+23
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti devtools: fix LIC_FILES_CHKSUMEnrico Butera2011-08-162-2/+2
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xdctools: remove broken versionEnrico Butera2011-08-161-7/+0
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xdctools: remove broken versionEnrico Butera2011-08-161-9/+0
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* import codec engine and dependencies from oe classicEnrico Butera2011-08-1643-0/+2146
| | | | | Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix: move into a seperate dirKoen Kooi2011-08-0510-0/+268
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* add hdvpss 01.00.01.27Koen Kooi2011-07-072-0/+26
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* add syslink 02.00.00.78Koen Kooi2011-07-063-0/+259
| | | | | | install paths need some cleaning up e.g. slaveLoader needs to be in ${bindir} Signed-off-by: Koen Kooi <k-kooi@ti.com>
* add ipc 1.23.02.27Koen Kooi2011-07-063-0/+53
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* add sysbios 6.31.04.27Koen Kooi2011-07-062-0/+29
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* add cgt470 4.6.6Koen Kooi2011-07-062-0/+32
|
* ti-paths: add syslink bits and sort it alphabeticallyKoen Kooi2011-07-061-33/+61
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-xdctools: update to 3.22.01.21Koen Kooi2011-07-062-12/+9
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti-edma3lld: add 01.11.01.04 from OE .devKoen Kooi2011-06-232-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-biosutils: add 1.02.02 from OE .devKoen Kooi2011-06-232-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-dsplink: use new module infrastructureKoen Kooi2011-03-301-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-paths.inc: use proper STAGING variableKoen Kooi2011-03-281-22/+22
| | | | | | This bug was uncovered by http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-angstrom/commit/?id=aa3f237b40d89582422b089dee3a319cdfa482fd Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-local-power-manager: add license checksum and fix toolchain pathKoen Kooi2011-03-161-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ti-local-power-manager: avoid parse errors when variables aren't definedKoen Kooi2011-03-151-3/+3
| | | | | | | | | | | | | | | | | This fixes: ERROR: Error parsing /home/kraj/work/setup-scripts/sources/angstrom-layers/BSP/TI/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb: LexToken(PIPE,'|',0,0) followed by: LexToken(TOKEN,'sed',0,0) LexToken(TOKEN,'s:\\\\.:_:g',0,0) ERROR: Command execution failed: Exited with 1 As reported by Khem Raj Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>