[meta-ti] Linux image for OMAP5

Denys Dmytriyenko denys at ti.com
Wed Apr 24 10:29:33 PDT 2013


On Wed, Apr 24, 2013 at 05:08:42PM +0000, Abramenkova, Svetlana wrote:
> Hi,
> 
> I trying to create a Linux image for OMAP5 processor. I cloned meta-ti git 
> repository (git://git.yoctoproject.org/meta-ti) and tried follow steps from 
> http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment.

As it says on the front page, some of the Wiki pages are outdated and are for 
the Classic OpenEmbedded setup of Arago. So, Setting Up Build Environment is 
marked as outdated.

OMAP5 is only supported in the new OpenEmbedded-Core and Yocto Project setup 
of Arago (or another compatible distro). Unfortunately, not all Wiki pages 
were updated yet.

For setting things up for the new build environment, you can clone our 
oe-layersetup repository and use one of the config files provided:

$ git://arago-project.org/git/projects/oe-layersetup.git o5-build
$ cd o5-build
$ ./oe-layertool-setup.sh -f configs/distroless-meta-ti-config.txt
$ cd build
$ . conf/setenv
$ MACHINE=omap5-evm bitbake core-image-minimal

The above will only give you basic oe-core and meta-ti layers, but enough for 
a minimal OMAP5 image to build.

Feel free to try arago-danny-config.txt instead of distroless-meta-ti-config 
above - this way you will also get additional layers configured (meta-oe, 
meta-linaro, meta-arago) that follows our own Arago Project distribution 
closely.


> I made changes in setenv file for meta-ti repository(BBPATH=$OEBASE/meta-ti) 
> and in local configuration file for OMAP5 (MACHINE = "omap5-evm"). When I 
> start to build the image getting an error:

> "FATAL: Unable to parse [] (Could not include required file conf/machine/include/soc-family.inc)"
> It seems that I have not enough files.
> 
> Could you please provide help with setting up build environment?

-- 
Denys



More information about the meta-ti mailing list