OpenEmbedded: problem with qt-embedded

Yesterday I installed OE [1] and I build a console-image successful.
Today I try to build my image:

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

ANGSTROM_EXTRA_INSTALL ?= ""

DEPENDS = "task-base-extended \
           ${@base_contains("MACHINE_FEATURES", "screen", "psplash-
zap", "",d)} \
           mplayer omapfbplay \
     qt-embedded \
           gdb \
           rt73-firmware wireless-tools zd1211-firmware \
     "

IMAGE_INSTALL = "task-base-extended \
      ${ANGSTROM_EXTRA_INSTALL} \
      ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap",
"",d)} \
            mplayer omapfbplay \
      qt-embedded \
          qt-embedded-plugin-imageformat-gif \
          qt-embedded-plugin-imageformat-ico \
          qt-embedded-plugin-imageformat-jpeg \
          qt-embedded-plugin-imageformat-mng \
          qt-embedded-plugin-imageformat-svg \
          qt-embedded-plugin-imageformat-tiff \
            gdb \
            rt73-firmware wireless-tools zd1211-firmware \
     "

export IMAGE_BASENAME = "my-image"
IMAGE_LINGUAS = ""

inherit image

But I have the next error:

ERROR: Required build target 'my-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['my-image', 'qt-
embedded']

Maybe do I make any mistake? Then, I try to build a neuros-osd-base-
image but I have such error:

ERROR: '['/home/****/oe/openembedded/recipes/images/neuros-osd-base-
image.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime
entity 'qt-embedded' but it wasn't found in any PACKAGE or RPROVIDES
variables
NOTE: Runtime target 'qt-embedded' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt-embedded']
ERROR: Required build target 'neuros-osd-base-image' has no buildable
providers.
Missing or unbuildable dependency chain was: ['neuros-osd-base-image',
'qt-embedded']

[1] http://elinux.org/BeagleBoardAndOpenEmbeddedGit

You'll have better luck getting an answer on the OE-devel list.

Philip

I don't know any link of the OE-devel link.

Hi,

See [1],

Regards.

[1] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

thank you.

Enrico