]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/log
glsdk/meta-ti-glsdk.git
10 years agorecipes-kernel: Add GLSDK specific kernel tree for omap-a15 master
Siddharth Heroor [Fri, 28 Jun 2013 17:15:54 +0000 (13:15 -0400)]
recipes-kernel: Add GLSDK specific kernel tree for omap-a15

* 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>
10 years agou-boot: add support for SPL UART variant
Denys Dmytriyenko [Tue, 25 Jun 2013 00:14:37 +0000 (20:14 -0400)]
u-boot: add support for SPL UART variant

This is an adaptation of a patch by Carlos Hernandez

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agoinit-ifupdown: move interfaces file from netbase to new init-ifupdown
Denys Dmytriyenko [Fri, 21 Jun 2013 20:06:15 +0000 (16:06 -0400)]
init-ifupdown: move interfaces file from netbase to new init-ifupdown

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agoomap3-sgx-modules: remove unnecessary patches for x11, cleanup old patch
Denys Dmytriyenko [Fri, 21 Jun 2013 18:50:15 +0000 (14:50 -0400)]
omap3-sgx-modules: remove unnecessary patches for x11, cleanup old patch

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agolibgles-omap3-x11: add missing X11 version of the recipe, after it got split
Denys Dmytriyenko [Fri, 21 Jun 2013 18:32:12 +0000 (14:32 -0400)]
libgles-omap3-x11: add missing X11 version of the recipe, after it got split

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agolibgles-omap3: don't RCONFLICT/RREPLACE no-x version with x11 as it breaks non-X...
Denys Dmytriyenko [Fri, 21 Jun 2013 18:24:50 +0000 (14:24 -0400)]
libgles-omap3: don't RCONFLICT/RREPLACE no-x version with x11 as it breaks 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>
10 years agoomap3-sgx-modules-x11: Separate X11 SGX driver package into new recipe
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:42 +0000 (22:52 +0530)]
omap3-sgx-modules-x11: Separate X11 SGX driver package into new recipe

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>
10 years agolibgles-omap3-x11: Separate X11 SGX driver package into new recipe
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:41 +0000 (22:52 +0530)]
libgles-omap3-x11: Separate X11 SGX driver package into new recipe

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>
10 years agolibgles-omap3: Package files with right permission
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:40 +0000 (22:52 +0530)]
libgles-omap3: Package files with right permission

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>
10 years agolibgles-omap3: Add missing RPROVIDES
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:39 +0000 (22:52 +0530)]
libgles-omap3: Add missing RPROVIDES

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>
10 years agolibgles-omap3: Remove copying of unused header files
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:38 +0000 (22:52 +0530)]
libgles-omap3: Remove copying of unused header files

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>
10 years agolibgles-omap3: Remove OpenVG references
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:37 +0000 (22:52 +0530)]
libgles-omap3: Remove OpenVG references

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>
10 years agolibgles-omap3: Remove unsupported core build option ES2.0
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:36 +0000 (22:52 +0530)]
libgles-omap3: Remove unsupported core build option ES2.0

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>
10 years agoomap3-sgx-modules: Remove X11 related build and packaging
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:35 +0000 (22:52 +0530)]
omap3-sgx-modules: Remove X11 related build and packaging

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>
10 years agolibgles-omap3: Remove X11 related build and packaging
Prabindh Sundareson [Wed, 12 Jun 2013 17:22:34 +0000 (22:52 +0530)]
libgles-omap3: Remove X11 related build and packaging

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>
10 years agolinux-ti-staging: update to ti2013.04.02 release
Denys Dmytriyenko [Wed, 12 Jun 2013 16:21:08 +0000 (12:21 -0400)]
linux-ti-staging: update to ti2013.04.02 release

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agou-boot-dra7xx: update to latest sources
Chase Maupin [Mon, 10 Jun 2013 13:54:34 +0000 (08:54 -0500)]
u-boot-dra7xx: update to latest sources

* 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>
10 years agomesa: update bbappend to the latest version from or-core
Denys Dmytriyenko [Sat, 8 Jun 2013 01:51:14 +0000 (21:51 -0400)]
mesa: update bbappend to the latest version from or-core

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agolinux-ti-staging: update kernel SRCREV
Chase Maupin [Wed, 5 Jun 2013 18:19:48 +0000 (13:19 -0500)]
linux-ti-staging: update kernel SRCREV

* 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>
10 years agou-boot-dra7xx: add latest u-boot from the integration branch
Denys Dmytriyenko [Wed, 5 Jun 2013 03:15:41 +0000 (23:15 -0400)]
u-boot-dra7xx: add latest u-boot from the integration branch

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>
10 years agodra7xx-evm: Update serial console
Chase Maupin [Tue, 4 Jun 2013 13:14:03 +0000 (08:14 -0500)]
dra7xx-evm: Update serial console

* 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>
10 years agolinux-ti-staging: Add dra7xx-evm support
Chase Maupin [Mon, 3 Jun 2013 22:11:45 +0000 (17:11 -0500)]
linux-ti-staging: Add dra7xx-evm support

* 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>
10 years agoam-sysinfo: remove an old outdated svn version
Denys Dmytriyenko [Tue, 7 May 2013 15:59:07 +0000 (11:59 -0400)]
am-sysinfo: remove an old outdated svn version

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>
10 years agoam33x-cm3: Split init script into its own package
Franklin S. Cooper Jr [Tue, 7 May 2013 04:26:03 +0000 (23:26 -0500)]
am33x-cm3: Split init script into its own package

* 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>
10 years agolinux-ti-staging: add package-specifier for RDEPENDS variable
Denys Dmytriyenko [Mon, 6 May 2013 22:45:33 +0000 (18:45 -0400)]
linux-ti-staging: add package-specifier for RDEPENDS variable

Run-time variables are package-specific, not recipe.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agonetbase: bump the version to follow oe-core
Denys Dmytriyenko [Mon, 6 May 2013 19:16:43 +0000 (15:16 -0400)]
netbase: bump the version to follow oe-core

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agolinux-am335x-psp: fix typo in the filename to use underscore
Denys Dmytriyenko [Fri, 26 Apr 2013 21:23:05 +0000 (17:23 -0400)]
linux-am335x-psp: fix typo in the filename to use underscore

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agou-boot-ti-staging: update to ti2013.04.00 release
Denys Dmytriyenko [Fri, 26 Apr 2013 20:05:28 +0000 (16:05 -0400)]
u-boot-ti-staging: update to ti2013.04.00 release

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agolinux-ti-staging: update to ti2013.04.00 release
Denys Dmytriyenko [Fri, 26 Apr 2013 19:55:47 +0000 (15:55 -0400)]
linux-ti-staging: update to ti2013.04.00 release

Also, remove do_deploy_append() fix, as it's in oe-core now.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agoam33x-cm3: Update to latest cm3 release
Franklin S. Cooper Jr [Mon, 22 Apr 2013 22:59:44 +0000 (17:59 -0500)]
am33x-cm3: Update to latest cm3 release

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10 years agou-boot: Add am3517 u-boot recipe
Franklin S. Cooper Jr [Mon, 22 Apr 2013 22:31:47 +0000 (17:31 -0500)]
u-boot: Add am3517 u-boot recipe

* 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>
10 years agou-boot-am33x: Update u-boot recipe to 2013.01.01
Franklin S. Cooper Jr [Mon, 22 Apr 2013 16:21:42 +0000 (11:21 -0500)]
u-boot-am33x: Update u-boot recipe to 2013.01.01

* 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>
10 years agolinux-am335x: Update to latest 3.2 kernel release
Franklin S. Cooper Jr [Mon, 22 Apr 2013 16:21:41 +0000 (11:21 -0500)]
linux-am335x: Update to latest 3.2 kernel release

* 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>
10 years agolinux-omap-psp: Update commit
Franklin S. Cooper Jr [Mon, 22 Apr 2013 16:21:40 +0000 (11:21 -0500)]
linux-omap-psp: Update commit

* Update to latest supported release.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-ti-staging: update to the latest
Denys Dmytriyenko [Thu, 18 Apr 2013 20:06:49 +0000 (16:06 -0400)]
u-boot-ti-staging: update to the latest

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: update to the latest 3.8.8
Denys Dmytriyenko [Thu, 18 Apr 2013 20:04:16 +0000 (16:04 -0400)]
linux-ti-staging: update to the latest 3.8.8

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: make cm3 firmware a run-time dependency
Chase Maupin [Thu, 18 Apr 2013 17:40:21 +0000 (12:40 -0500)]
linux-ti-staging: make cm3 firmware a run-time dependency

* Make the am33x-cm3 firmware a run-time dependency instead of
  build time since it is no longer required at build time.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoam33x-cm3: use init script to load firmware
Chase Maupin [Thu, 18 Apr 2013 18:10:00 +0000 (13:10 -0500)]
am33x-cm3: use init script to load firmware

* The PM firmware is now loaded using an init script so make
  the init script installation part of the firmware package.
* Fix up the SRC_URI to the proper format.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-ti-staging: Add SRCPV to the PR
Chase Maupin [Wed, 10 Apr 2013 21:51:44 +0000 (16:51 -0500)]
u-boot-ti-staging: Add SRCPV to the PR

* Add the SRCPV to the PR to make it clear which revision of
  the sources are being built and to match the kernel
  versioning.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agosetup-defconfig: allow using KERNEL_LOCALVERSION
Chase Maupin [Wed, 10 Apr 2013 21:51:43 +0000 (16:51 -0500)]
setup-defconfig: allow using KERNEL_LOCALVERSION

* Add capability to use KERNEL_LOCALVERSION to set an extra
  version string in the kernel.  This mimics functionality
  submitted to the kernel.bbclass but since this overwrites
  the do_configure it must be added here as well.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agotune-cortexa{15,7}: remove local tunes, already in oe-core/master
Denys Dmytriyenko [Wed, 10 Apr 2013 21:05:37 +0000 (17:05 -0400)]
tune-cortexa{15,7}: remove local tunes, already in oe-core/master

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoti-graphics: Add latest 4.09.00.01 version
Chase Maupin [Fri, 5 Apr 2013 18:28:40 +0000 (13:28 -0500)]
ti-graphics: Add latest 4.09.00.01 version

* Add the latest 4.09.00.01 version of the graphis SDK.  This
  version will compile against the latest v3.8 kernel.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: update with the latest dss fixes in omap5 dts
Denys Dmytriyenko [Thu, 4 Apr 2013 01:41:38 +0000 (21:41 -0400)]
linux-ti-staging: update with the latest dss fixes in omap5 dts

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoomap-a15.inc: also set TI staging preferred provider for u-boot
Denys Dmytriyenko [Wed, 3 Apr 2013 22:45:18 +0000 (18:45 -0400)]
omap-a15.inc: also set TI staging preferred provider for u-boot

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-ti-staging: update SRCREV for more omap5 changes, bump PR
Denys Dmytriyenko [Wed, 3 Apr 2013 22:40:07 +0000 (18:40 -0400)]
u-boot-ti-staging: update SRCREV for more omap5 changes, bump PR

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolibgles-omap3: Add version 4.08.00.02 of the Graphics SDK
Franklin S. Cooper Jr [Wed, 20 Mar 2013 14:27:26 +0000 (09:27 -0500)]
libgles-omap3: Add version 4.08.00.02 of the Graphics SDK

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoomap3-sgx-modules: Add version 4.08.00.02 of the Graphics SDK kernel modules
Franklin S. Cooper Jr [Wed, 20 Mar 2013 02:10:30 +0000 (21:10 -0500)]
omap3-sgx-modules: Add version 4.08.00.02 of the Graphics SDK kernel modules

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolibgles-omap3.inc: Add tweaks needed for newer version of the Graphics SDK
Franklin S. Cooper Jr [Wed, 20 Mar 2013 02:17:47 +0000 (21:17 -0500)]
libgles-omap3.inc: Add tweaks needed for newer version of the Graphics SDK

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoomap5-evm: update U-Boot machine to omap5 uevm
Chase Maupin [Mon, 1 Apr 2013 21:07:08 +0000 (16:07 -0500)]
omap5-evm: update U-Boot machine to omap5 uevm

* The U-Boot config to be used in the latest code has been updated
  to use omap5_uevm instead of omap5_evm.
* Update to the latest code to pickup this change and modify the
  machine file as well.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux: Use setup-defconfig in kernel recipes
Chase Maupin [Fri, 29 Mar 2013 14:37:51 +0000 (09:37 -0500)]
linux: Use setup-defconfig in kernel recipes

* Now that the setup-defconfig.inc file has been moved to the
  meta-ti layer the kernel recipes should include this file.
* This makes way to clear this inclusion from the bbappend files
  in meta-arago

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agodra7xx-evm: Add DRA7xx machine type
Chase Maupin [Fri, 29 Mar 2013 13:59:00 +0000 (08:59 -0500)]
dra7xx-evm: Add DRA7xx machine type

* Add the dra7xx-evm machine type which is part of the omap-a15
  SOC_FAMILY

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: one more update to latest 3.8.5
Denys Dmytriyenko [Thu, 28 Mar 2013 20:47:04 +0000 (16:47 -0400)]
linux-ti-staging: one more update to latest 3.8.5

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: rename to have version in name, update to latest
Denys Dmytriyenko [Thu, 28 Mar 2013 19:01:06 +0000 (15:01 -0400)]
linux-ti-staging: rename to have version in name, update to latest

* Update to the latest kernel sources.  This also requires changing
  the dtb file names since the omap5 devices have changed to use
  uevm instead of panda and sevm instead of evm.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
11 years agolinux-ti-staging: Add panda dts file as supported DTS
Chase Maupin [Mon, 25 Mar 2013 13:05:50 +0000 (08:05 -0500)]
linux-ti-staging: Add panda dts file as supported DTS

* Add the omap5-panda.dts file as a supported DTS to be built.
  This file is for use on the panda and uEVM boards.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoomap5-evm: Update serial console to proper value
Chase Maupin [Fri, 22 Mar 2013 19:25:48 +0000 (14:25 -0500)]
omap5-evm: Update serial console to proper value

* The serial console for the OMAP5 uEVM is ttyO2 not ttyO0

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: Update to latest staging kernel
Chase Maupin [Fri, 22 Mar 2013 19:25:47 +0000 (14:25 -0500)]
linux-ti-staging: Update to latest staging kernel

* Update to the latest 3.8.4 based staging kernel

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoomap5-evm: Add OMAP5 EVM configuration
Chase Maupin [Tue, 26 Mar 2013 15:48:08 +0000 (10:48 -0500)]
omap5-evm: Add OMAP5 EVM configuration

* Add the machine configuration for the OMAP5 EVM device.
* Create the omap-a15.inc file to be shared with all OMAP
  Cortex-A15 derivative devices.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: Add OMAP5 support
Chase Maupin [Tue, 19 Mar 2013 15:10:40 +0000 (10:10 -0500)]
linux-ti-staging: Add OMAP5 support

* Add the KERNEL_DEVICETREE definitions for omap5-evm
* Add the omap-a15 SOC_FAMILY to the list of COMPATIBLE_MACHINEs

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agomesa-dri: follow oe-core's renaming to mesa
Andreas Müller [Mon, 25 Mar 2013 08:09:30 +0000 (09:09 +0100)]
mesa-dri: follow oe-core's renaming to mesa

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agobeagleboard: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko [Mon, 18 Mar 2013 22:27:45 +0000 (18:27 -0400)]
beagleboard: switch default u-boot preference to machine-specific tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoam3517-evm: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko [Mon, 18 Mar 2013 23:17:20 +0000 (19:17 -0400)]
am3517-evm: switch default u-boot preference to machine-specific tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoam37x-evm: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko [Mon, 18 Mar 2013 22:27:11 +0000 (18:27 -0400)]
am37x-evm: switch default u-boot preference to machine-specific tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoam180x: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko [Mon, 18 Mar 2013 22:25:52 +0000 (18:25 -0400)]
am180x: switch default u-boot preference to machine-specific tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agokeystone: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko [Mon, 18 Mar 2013 22:28:17 +0000 (18:28 -0400)]
keystone: switch default u-boot preference to machine-specific tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agoti33x: switch default u-boot preference to ti-staging tree
Denys Dmytriyenko [Mon, 18 Mar 2013 22:09:07 +0000 (18:09 -0400)]
ti33x: switch default u-boot preference to ti-staging tree

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot: modify mainline version to use the new .inc file
Denys Dmytriyenko [Mon, 18 Mar 2013 22:07:53 +0000 (18:07 -0400)]
u-boot: modify mainline version to use the new .inc file

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-am33x: modify am33x specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 22:07:18 +0000 (18:07 -0400)]
u-boot-am33x: modify am33x specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-am37x: modify am37x specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 22:06:38 +0000 (18:06 -0400)]
u-boot-am37x: modify am37x specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot 2011.12: modify multi-machine version for the new .inc file
Denys Dmytriyenko [Mon, 18 Mar 2013 22:05:17 +0000 (18:05 -0400)]
u-boot 2011.12: modify multi-machine version for the new .inc file

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-am33x: modify am33x specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 22:04:22 +0000 (18:04 -0400)]
u-boot-am33x: modify am33x specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-beagleboard: modify beagleboard specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 22:02:47 +0000 (18:02 -0400)]
u-boot-beagleboard: modify beagleboard specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-am180x: modify am180x specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 22:01:32 +0000 (18:01 -0400)]
u-boot-am180x: modify am180x specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-keystone: modify keystone specific version to use new namespace feature
Denys Dmytriyenko [Mon, 18 Mar 2013 21:59:17 +0000 (17:59 -0400)]
u-boot-keystone: modify keystone specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-ti-staging: add new recipe for TI unified staging tree
Denys Dmytriyenko [Mon, 18 Mar 2013 21:57:45 +0000 (17:57 -0400)]
u-boot-ti-staging: add new recipe for TI unified staging tree

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot.inc: refactor local include file to base off core with TI customizations
Denys Dmytriyenko [Mon, 18 Mar 2013 21:40:59 +0000 (17:40 -0400)]
u-boot.inc: refactor local include file to base off core with TI customizations

* 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>
11 years agou-boot 2011.09-psp: remove an older no longer used version
Denys Dmytriyenko [Mon, 18 Mar 2013 22:03:30 +0000 (18:03 -0400)]
u-boot 2011.09-psp: remove an older no longer used version

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot 2011.06: remove an older no longer used version
Denys Dmytriyenko [Mon, 18 Mar 2013 21:39:10 +0000 (17:39 -0400)]
u-boot 2011.06: remove an older no longer used version

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agou-boot-git: remove a very old no longer used version
Denys Dmytriyenko [Mon, 18 Mar 2013 21:03:17 +0000 (17:03 -0400)]
u-boot-git: remove a very old no longer used version

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti33x-psp 3.1: remove an older outdated 3.1 kernel recipe for ti33x
Denys Dmytriyenko [Mon, 18 Mar 2013 18:39:09 +0000 (14:39 -0400)]
linux-ti33x-psp 3.1: remove an older outdated 3.1 kernel recipe for ti33x

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
11 years agoti33x: switch default preference to ti-staging tree
Denys Dmytriyenko [Mon, 18 Mar 2013 18:34:15 +0000 (14:34 -0400)]
ti33x: switch default preference to ti-staging tree

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>
11 years agolinux-ti-staging: update to the latest merge of 3.8.3
Denys Dmytriyenko [Mon, 18 Mar 2013 18:33:32 +0000 (14:33 -0400)]
linux-ti-staging: update to the latest merge of 3.8.3

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>
11 years agolinux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7
Denys Dmytriyenko [Tue, 26 Feb 2013 03:48:33 +0000 (22:48 -0500)]
linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7

Patch by Steve Sakoman

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-omap-psp: fix alignment issue of 2.6.37 kernel with gcc-4.7
Denys Dmytriyenko [Tue, 26 Feb 2013 04:42:28 +0000 (23:42 -0500)]
linux-omap-psp: fix alignment issue of 2.6.37 kernel with gcc-4.7

Patch by Steve Sakoman

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agomachines: unify all machines to produce tar.gz instead of tar.bz2 by default
Denys Dmytriyenko [Tue, 12 Mar 2013 21:48:57 +0000 (17:48 -0400)]
machines: unify all machines to produce tar.gz instead of tar.bz2 by default

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agolinux-ti-staging: update SRCREV and bump MACHINE_KERNEL_PR
Denys Dmytriyenko [Mon, 11 Mar 2013 21:23:32 +0000 (17:23 -0400)]
linux-ti-staging: update SRCREV and bump MACHINE_KERNEL_PR

* 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>
11 years agolinux-ti-staging: fix DTB deploy steps
Chase Maupin [Mon, 11 Mar 2013 20:03:35 +0000 (15:03 -0500)]
linux-ti-staging: fix DTB deploy steps

* 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>
11 years agolinux-ti-staging: package all dtb files for ti33x
Chase Maupin [Mon, 11 Mar 2013 20:03:34 +0000 (15:03 -0500)]
linux-ti-staging: package all dtb files for ti33x

* 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>
11 years agolinux-ti-staging: mark dependencies am335x specific
Chase Maupin [Mon, 11 Mar 2013 20:03:33 +0000 (15:03 -0500)]
linux-ti-staging: mark dependencies am335x specific

* 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>
11 years agolinux-ti-staging: use setup-defconfig
Chase Maupin [Mon, 11 Mar 2013 20:03:32 +0000 (15:03 -0500)]
linux-ti-staging: use setup-defconfig

* 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>
11 years agosetup-defconfig: move from meta-arago to meta-ti
Chase Maupin [Mon, 11 Mar 2013 20:03:31 +0000 (15:03 -0500)]
setup-defconfig: move from meta-arago to meta-ti

* 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>
11 years agoti81x: remove platform configs, kernel, u-boot, since ti81x is not supported
Denys Dmytriyenko [Tue, 5 Mar 2013 21:06:05 +0000 (16:06 -0500)]
ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported

* 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>
11 years agoomap3-touchbook: remove machine definition, since it's unsupported
Denys Dmytriyenko [Tue, 5 Mar 2013 20:13:20 +0000 (15:13 -0500)]
omap3-touchbook: remove machine definition, since it's unsupported

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>
11 years agohawkboard: remove machine definition, since it's unsupported
Denys Dmytriyenko [Tue, 5 Mar 2013 20:09:09 +0000 (15:09 -0500)]
hawkboard: remove machine definition, since it's unsupported

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>
11 years agoam180x: cleanup machine config, remove common SoC settings
Denys Dmytriyenko [Tue, 5 Mar 2013 21:29:56 +0000 (16:29 -0500)]
am180x: cleanup machine config, remove common SoC settings

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agokeystone: unify and cleanup configs
Denys Dmytriyenko [Tue, 5 Mar 2013 21:29:17 +0000 (16:29 -0500)]
keystone: unify and cleanup configs

* 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>
11 years agoomap4, pandaboard: unify and cleanup configs
Denys Dmytriyenko [Tue, 5 Mar 2013 21:28:30 +0000 (16:28 -0500)]
omap4, pandaboard: unify and cleanup configs

* 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>
11 years agoti33x, am335x, beaglebone: unify and cleanup configs
Denys Dmytriyenko [Tue, 5 Mar 2013 21:27:26 +0000 (16:27 -0500)]
ti33x, am335x, beaglebone: unify and cleanup configs

* 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>
11 years agoomap3, am37x, am3517, beagleboard: unify and cleanup configs
Denys Dmytriyenko [Tue, 5 Mar 2013 21:24:39 +0000 (16:24 -0500)]
omap3, am37x, am3517, beagleboard: unify and cleanup configs

* 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>
11 years agolinux-omapl138: correct recipe's DESCRIPTION
Denys Dmytriyenko [Fri, 8 Mar 2013 21:13:03 +0000 (16:13 -0500)]
linux-omapl138: correct recipe's DESCRIPTION

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 years agotune-cortexa{15,7}: update tunes files with recent changes in oe-core
Denys Dmytriyenko [Mon, 4 Mar 2013 19:50:50 +0000 (14:50 -0500)]
tune-cortexa{15,7}: update tunes files with recent changes in oe-core

* PACKAGE_EXTRA_ARCHS
* appending to TUNE_FEATURES
* TUNE for thumb+neon

Signed-off-by: Denys Dmytriyenko <denys@ti.com>