summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-omap4 3.1.0: patch to workaround installing FW images w/o subdirsDenys Dmytriyenko2012-03-072-1/+32
| | | | | | | This fixes below error found on some distros (Gentoo and Fedora): *** No rule to make target `lib/firmware/./', needed by `lib/firmware/ti_3410.fw'. Stop. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pandaboard: remove all traces of old 'omap4430-panda' machineKoen Kooi2012-03-059-2970/+2
| | | | | | | It has been completely replaced with the 'pandaboard' machine config. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bonescript: update to latest gitKoen Kooi2012-03-051-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* soc-family.inc: it's now in OE-Core, remove locallyDenys Dmytriyenko2012-03-051-3/+0
| | | | | | | The soc-family.inc file to set up SOC_FAMILY in MACHINEOVERRIDES has been accepted upstream to OE-Core, can remove it from meta-ti now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap4: update to 3.1.0 (latest ti-ubuntu branch)Koen Kooi2012-03-054-929/+1963
| | | | | | | Boot tested on Pandaboard ES/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: remove patch that slipped in when regenerating SRC_URIKoen Kooi2012-03-041-1/+0
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP treeKoen Kooi2012-03-04118-2/+9910
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* README: move meta-angstrom to optional layersKoen Kooi2012-03-041-3/+5
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-hw-bringup-image: change require to include to make meta-angstrom a soft ↵Koen Kooi2012-03-041-1/+1
| | | | | | | | | dependency The image will be non-functional, but parsing completes with only oe-core + meta-ti Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* SOC_FAMILY: add to MACHINE_OVERRIDES locallyKoen Kooi2012-03-047-0/+9
| | | | | | | | | This breaks the hard dependency on Angstrom for getting a sane set of recipes. The variable name is kept the same and the actual code moved from angstrom.inc to soc-family.inc to make it clear what it is doing and how. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel.inc: fix the unpack issue when there's no machine configsDenys Dmytriyenko2012-03-031-1/+1
| | | | | | | | | BitBake's fetch2 unpack() seems to be picky about multi-kernel's file://configs/* and defaults to only looking into machine-specific location. This fixes the issue, as tested by building these platforms: beaglebone, am335x-evm and am180x-evm. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.23Koen Kooi2012-03-012-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: enable 'option' serial for beagleboardKoen Kooi2012-03-012-3/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: add am335x-evm supportChase Maupin2012-03-012-0/+2640
| | | | | | | | | * Added a defconfig file for the am335x-evm and moved the common configs directory from the beaglebone directory to the top of the kernel files tree. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: fix the remaining missing quotesDenys Dmytriyenko2012-02-292-5/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* meta-ti: Fix quotes to make new bitbake happyKhem Raj2012-02-284-4/+4
| | | | | | | | | Changes from the original patch: * Matrix is no longer available, no fixes necessary * Most of the recipes-ti/ was cleaned up by Koen's earlier patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* various recipes: fix quoting to work with bitbake masterKoen Kooi2012-02-286-6/+6
| | | | | | | | | Changes from the original patch: * Matrix is no longer available, not fixes necessary * INSANE_SKIP is set to "1", like in oe-core - may need to list individual QA tests Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* matrix: remove old Matrix and replace with README to point to new locationDenys Dmytriyenko2012-02-2823-2286/+5
| | | | | | | | Matrix is now hosted in the meta-arago-extras (sub-)layer of meta-arago. This sub-layer is not Arago-specific and can be used with any distro. More details at git://arago-project.org/git/meta-arago.git Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* matrix-tui: deprecatedDenys Dmytriyenko2012-02-283-72/+0
| | | | | | Remove matrix-tui, since it has been deprecated and no longer supported. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-davinci: quoting fixesKoen Kooi2012-02-281-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* README: describe the current dependency on Angstrom and future plansDenys Dmytriyenko2012-02-271-5/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: enable PRU support for beagleboneKoen Kooi2012-02-272-3/+6
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: update SRM to rev A5Koen Kooi2012-02-271-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cloud9-image: ship connman-test as well to manipulate interfaces using the CLIKoen Kooi2012-02-271-0/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gadget-init: remove ehrPWM polarity workaroundKoen Kooi2012-02-271-5/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: update to latest gitKoen Kooi2012-02-271-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: include Jasons debug tweaksKoen Kooi2012-02-271-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09: add patch to support 'cold' AM335x siliconKoen Kooi2012-02-272-1/+32
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update from 3.0.17 to 3.0.22Koen Kooi2012-02-272-5/+5
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.6Koen Kooi2012-02-2790-296/+5873
| | | | | | | Readahead fixed! Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.5Koen Kooi2012-02-27277-2/+21802
| | | | | | | Runtime tested on a beaglebone A3 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: fix ehrPWM polarity inversionKoen Kooi2012-02-271-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: fix S for IJ unpack changesKoen Kooi2012-02-252-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot git: Update omap3-touchbook for u-boot-fw-utils changeTom Rini2012-02-201-1/+3
| | | | | Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.12: Add fw_env.config for beagleboardTom Rini2012-02-201-1/+8
| | | | | | | | beagleboard provides a correct fw_env.config file so add to the SRC_URI and RRECOMMENDS on u-boot-fw-utils. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot.inc: Move fw_env.config to main packageTom Rini2012-02-201-8/+1
| | | | | | | | | | Now that u-boot-fw-utils is a separate recipe (in oe-core) we do not want to try and build the tools here. We also want to package the fw_env.config file in the main package, if it exists. Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: fix for corrected ti-eula-unpackPeter A. Bigot2012-02-201-1/+2
| | | | | Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai_svn: correct path within svn checkoutPeter A. Bigot2012-02-201-3/+6
| | | | | | | | | | | | At r642 as currently retrieved, the contents of ${S} are subdirectories dmai and patches, so the subsequent attempt to run "make clean" in ${S} fails because there is no Makefile there. Append /dmai to the default ${S}, remove the now incorrect /dmai from LIC_FILES_CHKSUM, and correct the strippath for the patches to reflect the new starting location. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-codecs-omap3530: fix for corrected ti-eula-unpackPeter A. Bigot2012-02-201-10/+10
| | | | | | | | | | | | Remove directory prefix for tar files that use TI_BIN_UNPK_CMDS that specifies unpacking into workdir; formerly that specification was ignored and these were unpacked into a package-specific subdirectory of ${HOME}=${WORKDIR}. Note c64xplus_deinterlacer overrides TI_BIN_UNPK_CMDS and does not specify workdir, so its prefix is correct. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* various: fix installation directories for corrected ti-eula-unpackPeter A. Bigot2012-02-203-3/+6
| | | | | | Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-eula-unpack: remove extraneous newline in cmd outputPeter A. Bigot2012-02-201-1/+1
| | | | | | | | | print adds one already; to add another causes the input to be off and the default installation directory to be used, at least on Fedora 15. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: rebase patches onto latest v3.2-staging branchKoen Kooi2012-02-1023-252/+146
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: add support for Towertech TT3201 CAN capeKoen Kooi2012-02-103-8/+321
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: bump SRCREVKoen Kooi2012-02-101-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cloud9-image: include CAN supportKoen Kooi2012-02-101-0/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bonescript: major reworkKoen Kooi2012-02-101-12/+11
| | | | | | | | | * switch to tarball to get a working .git * post-process out x86 binaries * remove allarch Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: update to latest gitKoen Kooi2012-02-101-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai: build fixEnrico Butera2012-02-101-1/+1
| | | | | | | Properly set ${S} dir. Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagleboard: Add fw_env.configTom Rini2012-02-101-0/+1
| | | | | | | | This adds a fw_env.config file that is valid for BeagleBoard's with NAND for U-Boot environment. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: bump SRCREVKoen Kooi2012-02-071-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>