summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* recipes-ti: fix warning "variable key FILES_${PN}-dev replaces original key"Valentin Cobelea2013-08-192-2/+2
| | | | | | | Use properly FILES_${PN}-dev to avoid warning about replacing value with default. Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* xserver-xf86-config: Fix filespath usageIan Reinhart Geiser2013-08-191-5/+2
| | | | | | | | | The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* formfactor: Fix filespath usageIan Reinhart Geiser2013-08-191-3/+2
| | | | | | | | | The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: restore libdrm-tests package that got missed with TI versionDenys Dmytriyenko2013-08-102-1/+53
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mesa: bump the version again to match oe-coreDenys Dmytriyenko2013-08-101-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mesa: update bbappend to the latest version from oe-coreDenys Dmytriyenko2013-07-301-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add memory alignment fix for armv7 for am37x and am3517Franklin S. Cooper Jr2013-07-113-2/+37
| | | | | | | | | * On am335x a memory alignment issue was found when using the Linaro toolchain. * A similar patch was applied for am335x that fixed this well documented issue. * Add a similar fix to am37x and am3517 since this is a generic armv7 issue. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: Update am335x to use latest u-boot for 3.2 kernelFranklin S. Cooper Jr2013-07-111-4/+3
| | | | | | | | | | | | Latest commit includes the following: * Add support for Beaglebone Black * Add fix for Linaro toolchain to insure NOR and RNDIS works. * Add workaround for Errata 1.0.24 * Enable DDR3 power down for BBB and GP evm. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Add 1 GHZ Support for BBBFranklin S. Cooper Jr2013-07-022-2/+45
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Add Beaglebone Black supportFranklin S. Cooper Jr2013-07-022-1/+114
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Add support for PG 2.1 silicon.Franklin S. Cooper Jr2013-07-021-4/+4
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Add patch to enable SR on PG 2.x boards.Franklin S. Cooper Jr2013-07-022-1/+1930
| | | | | | | * Add patch that enables Smart Reflex on new PG 2.x boards. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Enable USB with DMA by defaultFranklin S. Cooper Jr2013-07-022-37/+1
| | | | | | | | * Patches have been added to fix some USB with DMA. * Enable support for this by default by removing the patch that disabled it. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: Update to PSP release 04.06.00.11Franklin S. Cooper Jr2013-07-021-3/+2
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-glsdk: add GLSDK Staging treeSiddharth Heroor2013-07-021-0/+16
| | | | | | | | | | | * The GLSDK u-boot staging tree is based off the Core SDK 2013.04.02 release. This tree will be used to stage patches and fixes on top of the Core SDK U-Boot. The GLSDK release will use this tree for product development. * Includes fix to OMAP5 so that QSPI is not enabled. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-glsdk: update to latest fixesSiddharth Heroor2013-07-021-2/+2
| | | | | | | | * Fixes for USB, SATA and enables GPU (omapdrm). * Fix OMAP5 LDO1 value. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: Add GLSDK specific staging tree for omap-a15Siddharth Heroor2013-07-011-0/+14
| | | | | | | | | | | | | | | | * Override SRC_URI to use TI's tree at https://git.ti.com/glsdk/libdrm This tree includes patches on top of the upstream libdrm for omap5 and dra7xx class of devices. v2 : * Change PR to "${INC_PR}.0" instead of using the SRCREV as per comments received in v1. * Add missing configure options to get Kernel Mode Setting (KMS) as well. This was missing in the original patch. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: Add GLSDK specific kernel tree for omap-a15Siddharth Heroor2013-06-282-0/+32
| | | | | | | | | | | | | | | | | | | * Machine compatible with only omap-a15 devices. * The TI Staging tree will not be used to maintain K3.8. Instead, this new tree is set up as a production tree. Pending features for 3.8 will be implemented on this tree. - Backported features from linux mainline - Backported bug-fixes from linux mainline and linux-stable. - Features implemented by the GLSDK team which maybe product specific. This is the tree on which GLSDK kernel releases will be made. * This recipe is based off the Core SDK 2013.04.02 released kernel recipe - recipes-kernel/linux/linux-ti-staging_3.8.bb Signed-off-by: Siddharth Heroor <heroor@ti.com> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: add support for SPL UART variantDenys Dmytriyenko2013-06-252-1/+26
| | | | | | This is an adaptation of a patch by Carlos Hernandez Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* init-ifupdown: move interfaces file from netbase to new init-ifupdownDenys Dmytriyenko2013-06-212-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: remove unnecessary patches for x11, cleanup old patchDenys Dmytriyenko2013-06-213-422/+38
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3-x11: add missing X11 version of the recipe, after it got splitDenys Dmytriyenko2013-06-214-0/+107
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: don't RCONFLICT/RREPLACE no-x version with x11 as it breaks ↵Denys Dmytriyenko2013-06-215-17/+10
| | | | | | | | | | | non-X distros * Enables building/installing both X11 and RAW libs/demos. Plus otherwise the build is broken for non-X distros, as it pulls in X11 deps due to RREPLACES... * Fix broken DEPENDS copy/paste typo. * Also, clean up after the previous changes - extra empty lines, indentation, etc. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules-x11: Separate X11 SGX driver package into new recipePrabindh Sundareson2013-06-213-0/+458
| | | | | | | | omap3-sgx-modules now contains only non-X11 drivers. The X11 driver is available in the omap3-sgx-modules-x11 package. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3-x11: Separate X11 SGX driver package into new recipePrabindh Sundareson2013-06-213-0/+581
| | | | | | | | | libgles-omap3 now contains only non-X11 drivers. The X11 driver is available in the libgles-omap3-x11 package. This package has dependency on specific kernel versions for DRM builds. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Package files with right permissionPrabindh Sundareson2013-06-211-0/+1
| | | | | | | | | | This patch adds correct permissions for startup script pvr-init. This is part of a clean up of the Graphics recipe starting from 4.09.00.01 version of the Graphics SDK. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Add missing RPROVIDESPrabindh Sundareson2013-06-211-0/+2
| | | | | | | | | RPROVIDES specifies the libraries that are dynamically loaded at runtime. This patch fixes "no package provides libGLESv2.so" and similar errors that occur when including packages like qtbase. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Remove copying of unused header filesPrabindh Sundareson2013-06-211-6/+3
| | | | | | | | Current recipe copies lot of headers that are unused, including unsupported files for OpenVG. This patch removes copying of such files. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Remove OpenVG referencesPrabindh Sundareson2013-06-211-8/+5
| | | | | | | | OpenVG API is no longer supported in the SGX Graphics SDK. Customers are encouraged to move to OpenGL ES2.x. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Remove unsupported core build option ES2.0Prabindh Sundareson2013-06-211-18/+9
| | | | | | | | ES2.0 build option for SGX user binaries is deprecated as the corresponding SOC is no longer in production Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3-sgx-modules: Remove X11 related build and packagingPrabindh Sundareson2013-06-211-7/+2
| | | | | | | | | | | | | SGX530 driver for X11 is only buildable and testable standalone with the pre-built X11 package provided with the Graphics SDK. This patch removes X11 build from the default kernel module recipe, to enable moving X11 build to a separate recipe. This is part of a clean up of the Graphics recipe starting from 4.09.00.01 version of the Graphics SDK. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: Remove X11 related build and packagingPrabindh Sundareson2013-06-212-44/+332
| | | | | | | | | | | | | SGX530 driver for X11 is only buildable and testable standalone with the pre-built X11 package provided with the Graphics SDK. This patch removes X11 build from the default recipe, to enable moving X11 build to a separate recipe. This is part of a clean up of the Graphics recipe starting from 4.09.00.01 version of the Graphics SDK. Signed-off-by: Prabindh Sundareson <prabu at ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2013.04.02 releaseDenys Dmytriyenko2013-06-121-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-dra7xx: update to latest sourcesChase Maupin2013-06-101-2/+2
| | | | | | | * Update to latest sources which pulls in the QSPI patches Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mesa: update bbappend to the latest version from or-coreDenys Dmytriyenko2013-06-071-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update kernel SRCREVChase Maupin2013-06-051-2/+2
| | | | | | | | * Update the kernel SRCREV to pickup DSS fixes for the dra7xx devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-dra7xx: add latest u-boot from the integration branchDenys Dmytriyenko2013-06-052-2/+21
| | | | | | | | | | | While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up is being done from a separate branch that does not include all the commits made for am335x. Hence, until those branches are merged with the mainline and unified in a single recipe, a separate recipe just for DRA7xx makes more sense. This recipe should eventually go away and unified under u-boot-ti-staging one. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* dra7xx-evm: Update serial consoleChase Maupin2013-06-041-1/+1
| | | | | | | | * Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Add dra7xx-evm supportChase Maupin2013-06-041-2/+3
| | | | | | | | | * Add the DTB entries for the dra7xx-evm machine type * Update to the latest git sources which have dra7xx-evm support. * Update the PV to match the latest source version Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am-sysinfo: remove an old outdated svn versionDenys Dmytriyenko2013-05-071-23/+0
| | | | | | | The recipe has been moved to meta-arago-extras long time ago. Moreover, SCM has changed from svn to git, so this recipe is quite outdated. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Split init script into its own packageFranklin S. Cooper Jr2013-05-072-3/+10
| | | | | | | | | | * 3.8+ kernels use an init script to load the cm3 firmware. * 3.2 kernel require the cm3 firmware during compile time therefore no init script is needed. * Separate the init script from the main package and place it in its own package. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add package-specifier for RDEPENDS variableDenys Dmytriyenko2013-05-061-2/+2
| | | | | | Run-time variables are package-specific, not recipe. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netbase: bump the version to follow oe-coreDenys Dmytriyenko2013-05-062-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x-psp: fix typo in the filename to use underscoreDenys Dmytriyenko2013-04-261-0/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2013.04.00 releaseDenys Dmytriyenko2013-04-261-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2013.04.00 releaseDenys Dmytriyenko2013-04-261-17/+3
| | | | | | Also, remove do_deploy_append() fix, as it's in oe-core now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am33x-cm3: Update to latest cm3 releaseFranklin S. Cooper Jr2013-04-221-3/+5
| | | | | Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Add am3517 u-boot recipeFranklin S. Cooper Jr2013-04-222-3/+21
| | | | | | | * Add correct u-boot recipe for am3517. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-am33x: Update u-boot recipe to 2013.01.01Franklin S. Cooper Jr2013-04-222-17/+20
| | | | | | | * Update to latest version of u-boot that supports the 3.2 kernel. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-am335x: Update to latest 3.2 kernel releaseFranklin S. Cooper Jr2013-04-2237-2681/+1174
| | | | | | | | | | | | * Update to the latest PSP release (version 04.06.00.10) of the 3.2 kernel. * Rename recipe to match meta-ti kernel recipe naming convention. * Use in tree defconfig instead of providing a separate defconfig. These defconfigs were the same anyway. * Add additional crypto patches that were needed to fix suspend and resume issues. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>