summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-04-12linux-omap-psp 2.6.32: update to latest PSP gitKoen Kooi45
* refresh patches and make them all git am'able * Add initial beagleboardXM support * make it the default for beagleboard * turn off rtc-ds1307 since it renders beagles without zippy expansion boards unbootable * PSP git broke multi usb gadget, disable it for now
2010-04-12ti recipes: Start moving /files into package specific directoriesRoger Monk47
ti-codec-engine: Cleanup Codec Engine Recipe * Fix Installer Issues * Cleanup Variable Names + Add for all targets * Remove non-tspa older 2.24.01 recipe * Add omapl137 depends ti-xdais: Recipe Cleanup ti-dsplink: Add runscript to run all example applications (for easy testing) * Add run script * Rename load/unload scripts for consistency * Use _append instead of += for RDEPENDS * ti-dsplink: fix GPPOS for omapl137 * SED out CROSS_COMPILE from dsplink Makefile gstreamer-ti: Recipe Cleanup align with other recipes * Recipe cleanup, cosmetics * Move required variables inside recipe * Ensure all targets have variables assigned * Add -rc scripts for all targets * Add runtime recommends for all targets * Needs LINUXKERNEL_INSTALL_DIR setting * export LINUXKERNEL_INSTALL_DIR for gstreamer_ti * add logic for patching to newer kernel (mach/omapfb) * don't error out if the sed on omapfb fails since the header won't be there for non-omap3 ti-codecs: Recipe cleanup for omapl, omap3 and dm6446 * Cleanup of omap3, omapl138, omapl137, dm6446 * Start building omapl138 recipe * Add prepsources step * Package codecs into -server package * Add qualiTI reports and codec data sheet * Variable cleanup * Set stage for common codec build recipe * Temp comment out variables, for removal in subsequent commit after validation ti-dmai: Recipe cleanup * Recipe cleanup, cosmetics * Move required variables inside recipe, remove unused variables * Runtime deps for -apps, -tests * Add loadmodules script for omapl137 * Need to pass path to CE 'example' codecs for arm side audio codec (g711) ti-local-power-manager: Set XDC_PLATFORM * lpm needs XDC platform defined. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplib: Add TI 64x+ DSPLIB support to OERoger Monk2
* Download, Unpack and Stage DSPLIB kernels * Download is tgz, but named gz + contains IJ installer * Add custom unpack for this * Multimedia Common path addition (DSPLIB/CODEC) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12freondemo: update to latest git, add ipcsinkKoen Kooi3
2010-04-12linux: multi-kernel: Fix softlinks - squashmeRoger Monk1
* Make softlinks relative (remove hardcode host paths) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dmai: fix GPPOS/G711 issue similar to ti-codec-engineDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-codec-engine: set GPPOS for dm355 to fix G711 dmai failureKoen Kooi2
2010-04-12u-boot: Update da830/da850-omapl138 targets to use latest 2009.11Roger Monk1
* Switch to arago/projects instead of arago/people Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp: Update AM3517 to latest kernel + defconfig + add ehci patchRoger Monk4
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Start using multi-kernel flow for da850-omapl138-evmRoger Monk21
* Main defconfig now has more options 'angstrom'-like * Note USB gadget disabled while debugging * Update to latest master da850-omapl138 kernel + config mods * All configs add ts driver added (since now multifunction device) * Added 'stats' version with extra pm config options (kernel stats/etc) * new config for uicapture + lcd display * More options + OHCI enabled in 'regular' config * Remove da850-omapl138 merged patches * Add new patches for Hawkboard Kernel * Introduce board file for hawkboard * Remove machine patch * Config update * All peripherals sanity tested * OK - Console, Enet, Audio, Display, USB OHCI, Video Capture, MMC, NAND, SATA * Some Issues - USB OTG disconnect problems * KO - RTC, (PM, etc) * increase kernel partition to 4MiB for hawkboard * dm6467t-evm is SOC_FAMILY=dm6467 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-recipes: Add SECTION qualifiers to recipesRoger Monk20
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12multi-kernel: Allow inclusion in regular kernel build flow, deploy improvementsKoen Kooi2
* user proper name for *Image in deploy * Moved from do_compile to seperate task, pre-configure step * Context save/restore the regular defconfig, so we don't break the normal flow * Install binaries and .configs + create symlinks * Add deploy_append step to install normal flow .config in same fashion * When there are no additional configs defined the do_compileconfigs() method changes to a NOOP Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci: Update da850-omapl138 to latest staging kernel 2_6_33Roger Monk9
* Update to latest staging kernel + use PSP defconfig * Add rebased ts patches + enable configs * Enable MMC unsafe removal (for deep-sleep support when sd/mmc mounted) * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Add support for 2.6.33 and fix XDC interface generationRoger Monk3
* Add patch to dsplink_1.64.bb for 2.6.33 support * Header move from linux/autoconf.h to generated/autoconf.h * Make file writable in staging Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12angstrom feed uploader: properly blacklist ti sourcetree packagesKoen Kooi1
2010-04-12linux-omap-multi-psp 2.6.32: example recipe on how to use multi-kernel.incKoen Kooi3
2010-04-12multi-kernel.inc: include file to build and deploy multiple kernel and ↵Koen Kooi1
module sets from a single recipe
2010-04-12ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-moduleRoger Monk9
* We renamed ti-dsplink recipe, update dependent recipes * Remove variables from machine includes, cleanup ti-paths * lpm/dsplink variables moved into recipes * removed duplicates and commented variables Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dsplink: Recipe rename, remove module.bbclass dependence, refactor variablesRoger Monk5
* Remove module.bbclass, since building user + kernel + dsp, etc * Add necessary module aware pieces (KERNEL_VERSION, pre/post inst) * Rename apps to examples to align with other recipes * Variable refactoring, moving DSPLINK specifics into this recipe * Move 'clean' steps into prepsources and clean all * Change XDC .interfaces to .make for consistency * Prepare stage for cleaning common include files Signed-off-by: Roger Monk <r-monk@ti.com>
2010-04-12ti-local-power-manager : Build and Install Utilities, Remove Module.bbclassRoger Monk2
* rebuild and install the utility modules (lpmOn/Off) * these are needed for non-codec-engine dsplink users * remove module.bbclass * this recipe builds kernel and userspace and doesn't currently utilise * replace with relevant module specific pieces (KERNEL_PR/DEPENDS/pre/postinst) * preparing scene for building complete lpm library * temporary generate config.bld for xdc build * may move this to separate recipe/package later * move SOC_FAMILY defines for LPM inside recipe Signed-off-by: Roger Monk <r-monk@ti.com>
2010-04-12linux-omap-psp 2.6.32: add WIP support for beagleboardXMKoen Kooi3
2010-04-12omap3.inc: bump MACHINE_KERNEL_PRKoen Kooi1
2010-04-12ti-lpm-module: fix the packaging of kernel module into correct packageDenys Dmytriyenko1
2010-04-12task-arago-toolchain-dvsdk-host: convert to SOC_FAMILYKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12meta-toolchain-arago-dvsdk: convert to SOC_FAMILYKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12meta-toolchain-dvsdk: replace with arago versionKoen Kooi12
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-staging: rename -sdk to -sourcetree to make it clearer what it actually isKoen Kooi2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dmai: make sure ALSA headers are found in stagingDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12libatomicops: fix packaging for usage with SDKsKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dmai: convert to new style staging ti-linux-utils: dittoKoen Kooi2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12meta-toolchain-dvsdk: start protoyping a 'dvsdk' style ARM toolchain + DSP ↵Koen Kooi4
toolchain * start merging in arago dvsdk bits * convert to SOC_FAMILY * attempt to work in new package naming Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti: if a recipe stages its complete tree, put it in -treeKoen Kooi14
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-codecs-omap3530: add the new -44 releaseDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-codecs-omap3530: fix the URL for previous -42 releaseDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12omapfbplay-cmem: add recipe which will can use CMEM as memory allocator and ↵Koen Kooi1
SDMA as pixelconvertor Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12freondemo: bump SRCREV gstd: bump SRCREV, update SRC_URIKoen Kooi2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-codec-engine, ti-dsplink-module: convert to new style stagingKoen Kooi6
* bundle complete trees into -sdk packages * blacklist said -sdk package in the angstrom package uploader Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12package-index: remove legacy stagingKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: enable more usb devices for da850-omapl138-evmKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: updates:Koen Kooi6
* adjust SRCREV for rebased git tree * fix 'no green on DVI' for omap3evm again * enable more v4l stuff for omap3evm * add patch to fix build for beagleboard * add rudimentary touchbook support Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12gstreamer-ti: RRECOMMEND kernel modules and codecs for omap3Koen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12dm6467t-evm: use SOC_FAMILYDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti: set similar versions for DaVinci platformsDenys Dmytriyenko2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-codecs-dm6467: add newer versionDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dmai: enable loadmodules.sh for dm6467Denys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dm365mm-module: add newer versionDenys Dmytriyenko2
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-omap-psp 2.6.32: enable DSI for omap3evm to get colours in DVI working ↵Koen Kooi1
correctly Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12ti-dmai: add lost loadmodules.sh fileDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12dsplink.inc: remove old and unused fileDenys Dmytriyenko1
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12linux-davinci git: add hack for hawkboard machine IDKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com>