summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot-am37x: modify am37x specific version to use new namespace featureDenys Dmytriyenko2013-03-2510-15/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.12: modify multi-machine version for the new .inc fileDenys Dmytriyenko2013-03-251-13/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: modify am33x specific version to use new namespace featureDenys Dmytriyenko2013-03-251-10/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-beagleboard: modify beagleboard specific version to use new namespace ↵Denys Dmytriyenko2013-03-251-9/+2
| | | | | | feature Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am180x: modify am180x specific version to use new namespace featureDenys Dmytriyenko2013-03-252-11/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-keystone: modify keystone specific version to use new namespace featureDenys Dmytriyenko2013-03-252-23/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: add new recipe for TI unified staging treeDenys Dmytriyenko2013-03-251-0/+13
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot.inc: refactor local include file to base off core with TI customizationsDenys Dmytriyenko2013-03-252-68/+17
| | | | | | | | | | | | | | * Introduce own namespace to allow multiple instances of the same base version, possibly pulled from different trees or patched/customized for specific SoC. * Suffix-less variant u-boot_YYYY.MM.bb is reserved for mainline versions of the recipe with no or minimal patches, with broader machine selection. * Recipes for machine- or SoC-specific trees should use corresponding suffix - either machine, SoC or the name of the tree. * The .inc file lets the suffixed recipes to provide virtual/bootloader, u-boot, as well as generate conventional u-boot binary packages for direct run-time dependencies. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09-psp: remove an older no longer used versionDenys Dmytriyenko2013-03-251-29/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.06: remove an older no longer used versionDenys Dmytriyenko2013-03-2538-3851/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-git: remove a very old no longer used versionDenys Dmytriyenko2013-03-251-61/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.1: remove an older outdated 3.1 kernel recipe for ti33xDenys Dmytriyenko2013-03-1848-21608/+0
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* ti33x: switch default preference to ti-staging treeDenys Dmytriyenko2013-03-183-5/+1
| | | | | | | | SDKs or other users of meta-ti can still use one of the older 3.2 recipes for stability or featureset, by setting PREFERRED_PROVIDER in distro or local config. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-ti-staging: update to the latest merge of 3.8.3Denys Dmytriyenko2013-03-181-4/+4
| | | | | | | Switch to using the official git.ti.com URL instead of temp gitorious.ti.com Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7Denys Dmytriyenko2013-03-181-1/+6
| | | | | | Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap-psp: fix alignment issue of 2.6.37 kernel with gcc-4.7Denys Dmytriyenko2013-03-182-0/+35
| | | | | | Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: unify all machines to produce tar.gz instead of tar.bz2 by defaultDenys Dmytriyenko2013-03-124-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update SRCREV and bump MACHINE_KERNEL_PRDenys Dmytriyenko2013-03-112-2/+2
| | | | | | | * Update SRCREV for the recent merges in TI staging tree, still 3.8.2 * Bump MACHINE_KERNEL_PR to trigger rebuilding out-of-tree components Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: fix DTB deploy stepsChase Maupin2013-03-111-1/+17
| | | | | | | | | * Until the permanent fix can be picked up in oe-core fix the do_deploy function to properly package the dtb files built as part of the kernel build. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: package all dtb files for ti33xChase Maupin2013-03-111-2/+4
| | | | | | | | * For the ti33x SOC_FAMILY device package the dtb files for all of the am335x boards instead of just the single EVM file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: mark dependencies am335x specificChase Maupin2013-03-111-3/+4
| | | | | | | | | | * The DEPENDS on am33x-cm3 and the installation of the cm3 firmware is specific to ti33x SOC_FAMILY devices. Mark those pieces as specific so that other devices to not depend on am335x cm3 firmware. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: use setup-defconfigChase Maupin2013-03-112-10/+6
| | | | | | | | | | | | * Use the setup-defconfig.inc functionality to specify the in kernel tree defconfig file to use rather than hard coding it in the do_configure step. * This is to make it easier to modify which configs are use by other layers as well as supporting additional machines which may not use omap2plus_defconfig as needed. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* setup-defconfig: move from meta-arago to meta-tiChase Maupin2013-03-111-0/+26
| | | | | | | | | | | | | * Moved the setup-defconfig.inc file from meta-arago to meta-ti. This functionality is used by the SDKs to allow the option for using an in-tree configuration file for the kernel build. * This option was chosen to make it easy for other layers to override the config with their own using the normal OE method of specifying a defconfig file in their layer rather than having to use some custom variable setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti81x: remove platform configs, kernel, u-boot, since ti81x is not supportedDenys Dmytriyenko2013-03-1120-8494/+0
| | | | | | | | | * There is no support for these platforms from meta-ti. * If someone is willing to maintain them, please let us know or feel free to take it to a separate layer. * Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-touchbook: remove machine definition, since it's unsupportedDenys Dmytriyenko2013-03-111-46/+0
| | | | | | | | There is no support for this device from meta-ti. Plus I don't have the device. If there's anyone willing to maintain it, please let me know or feel free to take it to a separate layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* hawkboard: remove machine definition, since it's unsupportedDenys Dmytriyenko2013-03-111-29/+0
| | | | | | | There is no support for this board from meta-ti. Plus I don't have the board. If there's anyone willing to maintain it, please let me know. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am180x: cleanup machine config, remove common SoC settingsDenys Dmytriyenko2013-03-081-3/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone: unify and cleanup configsDenys Dmytriyenko2013-03-082-13/+4
| | | | | | | * Centralize common/SoC settings in keystone.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap4, pandaboard: unify and cleanup configsDenys Dmytriyenko2013-03-082-5/+3
| | | | | | | * Centralize common/SoC settings in omap4.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti33x, am335x, beaglebone: unify and cleanup configsDenys Dmytriyenko2013-03-083-25/+25
| | | | | | | * Centralize common/SoC settings in ti33x.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3, am37x, am3517, beagleboard: unify and cleanup configsDenys Dmytriyenko2013-03-085-75/+37
| | | | | | | * Centralize common/SoC settings in omap3.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omapl138: correct recipe's DESCRIPTIONDenys Dmytriyenko2013-03-081-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* tune-cortexa{15,7}: update tunes files with recent changes in oe-coreDenys Dmytriyenko2013-03-052-18/+42
| | | | | | | | * PACKAGE_EXTRA_ARCHS * appending to TUNE_FEATURES * TUNE for thumb+neon Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: unify denx.de SRC_URIs to match all othersRobert P. J. Day2013-03-043-3/+3
| | | | | | | | | | | Every other u-boot git SRC_URI has a different value, so make the odd ones out consistent with the rest, as in: -SRC_URI = "git://www.denx.de/git/u-boot.git ... +SRC_URI = "git://git.denx.de/u-boot.git ... Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multi-kernel: match oe-core for MODULE_IMAGE_BASE_NAME, set it conditionallyDenys Dmytriyenko2013-03-041-4/+4
| | | | | | | | Thanks to Robert P. J. Day, MODULE_IMAGE_BASE_NAME was added to oe-core - only ~3.5 years after it got into Classic-OE and with a typo of MODULE_*, not plural MODULES_*, so match it here and set conditionally. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap: replace use of FILESPATHPKG with FILESEXTRAPATHSDenys Dmytriyenko2013-03-042-2/+2
| | | | | | Thanks to Robert P. J. Day for reporting. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: add latest mainline release 2013.01.01Denys Dmytriyenko2013-03-041-0/+22
| | | | | | | | | | * This is a pure _mainline_ version w/o any patches on top. * Should work reasonably well for most platforms and is provided as an alternative to specialized pre-integrated and patched versions. * It is not enabled by default, since specialized versions usually have more features and better support, although maybe slightly older. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2012.10: add the latest SDK 05.06 version from meta-aragoDenys Dmytriyenko2013-03-041-0/+32
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add recipe for tracking TI latest staging treeDenys Dmytriyenko2013-03-041-0/+44
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* keystone-evm config: add ubifs supportHao Zhang2013-02-281-1/+16
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "linux-omap3: Add supported kernel recipe for am37x-evm and am3517-evm"Denys Dmytriyenko2013-02-2831-16632/+0
| | | | | | | | The same recipe already exists under linux-omap-psp name. This reverts commit 153b5ed063c0bc2b16b938409027794a8dad908e. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine configs: Add SGX to MACHINE_FEATURESFranklin S. Cooper Jr2013-02-2513-8/+18
| | | | | | | | | | | | | * Add sgx to MACHINE_FEATURES to indicate that a particular machine supports sgx. * TI chips are available in multiple variants including some that supports sgx while others do not. * By adding sgx as a machine feature other layers can create generic packagegroups or images for a particular soc but will only include sgx dependencies if the particular machine has sgx support. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: Add kernel version 3.3.7 for beagleboardFranklin S. Cooper Jr2013-02-254-0/+4174
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap3: Add supported kernel recipe for am37x-evm and am3517-evmFranklin S. Cooper Jr2013-02-2531-0/+16632
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: ignore QA errorsPeter A. Bigot2013-02-171-0/+30
| | | | | | | | | | | | | | This patch allows libgles-omap3 to build on the danny branch. The following warnings are not addressed: WARNING: libgles-omap3: No generic license file exists for: proprietary-binary in any provider WARNING: QA Issue: libgles-omap3: Files/directories were installed but not shipped /usr/lib/ES2.0 WARNING: libgles-omap3: The compile log indicates that host include and/or library paths were used. Please check the log '/prj/oe/omap/build-gumstix-community-danny/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libgles-omap3-4.05.00.03-r35/temp/log.do_compile' for more information. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: Add v4.08.00.01 of the SGX modulesFranklin S. Cooper Jr2013-02-171-0/+56
| | | | | | | * Add version 4.08.00.01 of the SGX modules. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Add v4.08.00.01 of the Graphics SDKFranklin S. Cooper Jr2013-02-173-0/+336
| | | | | | | | | * Add version v4.08.00.01 of the Graphics SDK. * Add X11 support via DRI/DRM Xorg driver * Replace pvrsrvinit with pvrsrvctl (Imagination Technologies based change) Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: set default virtual/bootloader for remaining machinesDenys Dmytriyenko2013-02-174-6/+11
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-evm: Increase UBI max size to 500MBChase Maupin2013-02-171-1/+1
| | | | | | | | | | | | * Based on the EVM and beaglebone + NAND memory cape we can increase the base file system size to 500MB since by default there is about 504MB of space allocated to the file system partition in the NAND. * The max size in LEBs was determined using the formula at http://processors.wiki.ti.com/index.php/UBIFS_Support Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline 3.2: update beagleboard defconfigPeter A. Bigot2013-02-172-2/+2
| | | | | | | | | Link the TLC59108 driver statically so ULCD7 initialization occurs automatically as it did before f0e2305c7e1 which removed the initialization from u-boot. (Angstrom-v2012.12 does not include this module by default.) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>