Yocto Build configuration for Imx6Q SABRE-SD.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto Build configuration for Imx6Q SABRE-SD.

1,507 Views
johnturnur
Contributor III

Hello,

In one of our project we need to build the system using YOCTO build environment for I.MX6 @ SABRE SD board.

We need to build our system with for Qt 4.x embedded with no graphic support. Also we want to have lib support for FFMPEG and SGTL 500 audio codecs.

Can anyone guide me how i can build the image which contains all of the above component?

Is there any ready configuration available which include all of the above component?

For start i have build the fsl-image-test configuration.

Please provide help and suggestion

Thanks,

J,

Tags (3)
0 Kudos
2 Replies

617 Views
daiane_angolini
NXP Employee
NXP Employee

When you say ffmpeg you mean you don´t want gstreamer?

For SGTL 5000, it´s from kernel. Isn´t it? would you need alsa libs?

As i remember, fsl-image-test has already alsa packages installed. What do you need besides that?

617 Views
LeonardoSandova
Specialist I

Hi John,

I do not think there is a ready-to-bake image with your needs. But Yocto shines on this area, in the sense that you can tune your images easily. The easiest way is to add you packages into conf/local.conf file using the IMAGE_INSTALL variable. Search for these recipes into the sources directory and add the recipes names with

IMAGE_INSTALL_append = " package1 package2 ....."

Leo

0 Kudos