summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: refer to toolchain-layer in meta-openembeddedDenys Dmytriyenko2012-03-301-3/+3
| | | | | | | Since gcc-4.5, binutils-2.20.1 and eglibc-2.12 are now in their own toolchain-layer of meta-openembedded, adjust README accordingly. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: fix VGA cape partnumberKoen Kooi2012-03-304-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: improve cape supportKoen Kooi2012-03-305-1/+340
| | | | | 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.13Koen Kooi2012-03-3055-2/+3870
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel: add a comment on the addition of preparekernel taskDenys Dmytriyenko2012-03-301-8/+18
| | | | | | | | As suggested by Richard: https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000869.html While at it, reformat the header. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '+=' in assignmentTom Rini2012-03-301-1/+22
| | | | | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. We also add the required MKUBIFS_ARGS / UBINIZE_ARGS. These are placed next to the line that sets us to use the PSP kernel tree and reference the TI wiki for the source of our info as well as dmesg / userland commands. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3evm.conf: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini2012-03-301-1/+1
| | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti814x.inc: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini2012-03-301-1/+1
| | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini2012-03-301-1/+1
| | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel: fix get_kernelversion returns None for do_compileconfigsDenys Dmytriyenko2012-03-292-3/+12
| | | | | | | | | | | | | The function get_kernelversion uses generated header files to extract the version number. But those files are not available until do_compile, and do_compileconfigs is injected before that, hence the version becomes None and breaks in several places. Introduce a new task do_preparekernel that calls "make prepare" in the kernel tree to generate all the necessary files. It's also safer to call do_configure early on. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-{ti33x,omapl138}: simplify and unify handling of "tipspkernel" featureDenys Dmytriyenko2012-03-224-24/+21
| | | | | | | And move it to a separate .inc for other kernels to use. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap4: remove D_P = "-1" as it's the only kernelDenys Dmytriyenko2012-03-221-2/+0
| | | | | Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti81xx: delete broken symlink to dm816x-evm configsDenys Dmytriyenko2012-03-221-1/+0
| | | | | Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.25Koen Kooi2012-03-223-5/+48
| | | | | | | | | | | | | | | | | | | Backport Nishants OPP/hwmod fix to get more than 600MHz out of 37xx, but don't activate it yet. 3630ES1.2 derived silicon gets misdetected: xM revision A: [ 0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) new xM revision C: [ 0.000000] OMAP3630 ES1.2 (l2cache neon isp 192mhz_clk ) Since the iva hwmod is missing the OPP tables will fail and clock it back to 600MHz. But with the patch the kernel hangs in early init. This problem isn't specific to this kernel update, it just coincided with ES1.2 silicon arriving on my desk. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-eula-unpack: fix the check for 32bit glibc, make it a warningDenys Dmytriyenko2012-03-221-4/+3
| | | | | | | | | | This makes better checking for 32bit glibc on Ubuntu 11.10 In general, change to a WARNING instead of breaking the build with an ERROR, to accomodate other different implementations of 32/64bit system libraries, as well as multiarch setups. Will need to come up with more robust solution later. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* README: update with the latest infoDenys Dmytriyenko2012-03-221-22/+18
| | | | | | | With distro-less fixes in OE-Core, no distro dependencies are required. Better explain toolchain requirements and setup specific versions. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: Fix sprz319 erratum 2.1Koen Kooi2012-03-193-2/+214
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to v3.2.11Koen Kooi2012-03-19597-1667/+9001
| | | | | | | Also add script used to generate patches and SRC_URI Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Fix config-Always-use-GNU-ld patch to work with dashKhem Raj2012-03-154-11/+11
| | | | | | | >& /dev/null is not ok for dash so use > /dev/null 2>&1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-eula-unpack: throw error message in case 32bit glibc is missingAndreas Müller2012-03-121-0/+8
| | | | | | | | | | TI installation tool requires 32bit glibc [1] [1] https://lists.yoctoproject.org/pipermail/meta-ti/2012-January/000357.html Signed-off-by: Andreas M??ller <schnitzeltony@googlemail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gadget init: don't dump info to info.txt on bootKoen Kooi2012-03-072-2/+1
| | | | | | | | | | | This script adds ~10s to the boot time, doesn't have error checking and prevents loading the storage gadget 3 out of 10 times. Remove it from ExecStartPre to get a fast, consistent boot. The functionality should be moved to bone101. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: enable CONFIG_WATCHDOG_NOWAYOUT for beagleboneKoen Kooi2012-03-072-3/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>