All of lore.kernel.org
 help / color / mirror / Atom feed
* problem with qt-embedded
@ 2009-03-31  6:09 Enrico Castro
  2009-03-31  7:57 ` Henning Heinold
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Castro @ 2009-03-31  6:09 UTC (permalink / raw)
  To: openembedded-devel

I installed OE [1] and I build a console-image successful.
After I tried 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 had 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 made any mistake? Then, I tried to build a neuros-osd-base-
image but I had 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with qt-embedded
  2009-03-31  6:09 problem with qt-embedded Enrico Castro
@ 2009-03-31  7:57 ` Henning Heinold
  2009-03-31 11:08   ` Enrico Castro
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Heinold @ 2009-03-31  7:57 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Mar 31, 2009 at 08:09:25AM +0200, Enrico Castro wrote:
> I installed OE [1] and I build a console-image successful.
> After I tried 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 had 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 made any mistake? Then, I tried to build a neuros-osd-base-
> image but I had 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

Hi,

which qt-embedded Version do you want qt2 or qt4? For qt2 you have to choose qte-mt
for qt4 you have to choose qt4-embedded.

Bye Henning



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with qt-embedded
  2009-03-31  7:57 ` Henning Heinold
@ 2009-03-31 11:08   ` Enrico Castro
  2009-03-31 18:44     ` Jeremy Lainé
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico Castro @ 2009-03-31 11:08 UTC (permalink / raw)
  To: openembedded-devel

Thank you. I choose qt4-embedded and it works.

Enrico

Henning Heinold wrote:

> 
> Hi,
> 
> which qt-embedded Version do you want qt2 or qt4? For qt2 you have to choose qte-mt
> for qt4 you have to choose qt4-embedded.
> 
> Bye Henning
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problem with qt-embedded
  2009-03-31 11:08   ` Enrico Castro
@ 2009-03-31 18:44     ` Jeremy Lainé
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Lainé @ 2009-03-31 18:44 UTC (permalink / raw)
  To: openembedded-devel

Enrico,

I have replace the references to "qt-embedded" by "qt4-embedded" in
neuros-osd-base-image.bb and "meta-toolchain-neuros.bb".

Cheers,
-- 
Jeremy LAINE
Bolloré telecom | 11bis, rue Scribe | F-75009 Paris



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-31 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31  6:09 problem with qt-embedded Enrico Castro
2009-03-31  7:57 ` Henning Heinold
2009-03-31 11:08   ` Enrico Castro
2009-03-31 18:44     ` Jeremy Lainé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.