[meta-freescale] Image with DK, X11 and multimedia

Boszormenyi Zoltan zboszor at pr.hu
Thu Mar 13 07:39:22 PDT 2014


Hi,

I have created the attached image recipe to add both X11 and development packages.
However, I can't add anything more, like multimedia. I wanted to add

require fsl-image-gui.bb
require fsl-image-multimedia-full.bb

but I got this:

[zozo at localhost build-master-next]$ bitbake core-image-lsb-sdk-x11
Loading cache: 100% 
|#########################################################################################################################| 
ETA:  00:00:00
Loaded 1804 entries from dependency cache.
ERROR: ParseError at 
/home/zozo/fsl-community-bsp/sources/poky/meta/recipes-extended/images/core-image-lsb-sdk-x11.bb:2: 
Could not include required file fsl-image-gui.bb

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

The core-image-lsb-sdk-image.bb was cloned from

sources/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb

and was put into the same directory. On the other hand, the fsl-image*.bb
image recipes are under

sources/meta-fsl-demos/recipes-fsl/images/

Is there a boundary I can't cross in including image recipes?

Thanks in advance,
Zoltán Böszörményi

-------------- next part --------------
require core-image-lsb.bb

DESCRIPTION = "Basic image with X support suitable for Linux Standard Base \
(LSB) implementations. It includes the full meta-toolchain, plus development \
headers and libraries to form a standalone SDK."

IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks x11-base"

IMAGE_INSTALL += "kernel-dev"

inherit core-image distro_features_check

REQUIRED_DISTRO_FEATURES = "x11"


More information about the meta-freescale mailing list