All of lore.kernel.org
 help / color / mirror / Atom feed
* Help in building an ad-hoc qte image
@ 2012-05-29 10:25 marco.monguzzi
  2012-05-29 10:56 ` Paul Eggleton
  0 siblings, 1 reply; 7+ messages in thread
From: marco.monguzzi @ 2012-05-29 10:25 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2625 bytes --]

Hi Paul,

thanks for your reply. 

>>
If I understand correctly in that you have more than one machine and you 
need 
gstreamer on ANOTHERBOARD and all other machines don't need it,
<<

let me rephrase for the sake of clearness. 
This part of recipe: 

RDEPENDS_${PN}-base_ANOTHERBOARD  = " \
        libqt-embeddedphonon4 \
        qt4-embedded-plugin-phonon-backend-gstreamer \
        "

has the ultimate goal of adding phonon + gstreamer backend
for ANOTHERBOARD only to the rootfs.
It appears ok. We normally do not get indeed phonon + gstreamer backend.

The issue is that we get contents of 
meta\recipes-multimedia\gstreamer\gstreamer_0.10.36.bb
(see original post for listing) in the rootfs and do not get what pull 
them in.

We see that gstreamer is set as DEPENDS for qte (rif. qt4.inc) thus 
correctly built together
with qt4-embedded.

But our "task-qt4e-xyz" recipe defines qt4-embedded as DEPENDS instead of 
RDEPENDS.

Shouldn't be this enough to ask bitbake for building qte but not install
other than what specified in RDEPENDS to the rootfs?

Thanks in advance for your help. Regards.





Marco Monguzzi
R&D Department

Exor International S.p.A.
Via Monte Fiorino,9
I-37057 San Giovanni Lupatoto (VR)
Phone:+390458774809 - Fax:+390458779023
Mobile:+393400884433
marco.monguzzi@exorint.it - www.exorint.net - www.exorint.it

ATTENZIONE: Privacy Policy – D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica sono di 
carattere privato e confidenziale ed esclusivamente rivolte al destinatario 
sopra indicato. Nel caso aveste ricevuto questo messaggio di posta elettronica 
per errore, vi comunichiamo che ai sensi del suddetto decreto è vietato l’uso, 
la diffusione, distribuzione o riproduzione da parte di ogni altra persona. 
Siete pregati di segnalarlo immediatamente rispondendo al mittente e di 
distruggere quanto ricevuto (compresi i file allegati) senza farne copia o 
leggerne il contenuto.

This e-mail transmission contains information that is confidential and may be 
privileged. It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

[-- Attachment #2: Type: text/html, Size: 4013 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Help in building an ad-hoc qte image
@ 2012-05-24  9:09 giovanni.pavoni
  2012-05-28 13:12 ` Paul Eggleton
  0 siblings, 1 reply; 7+ messages in thread
From: giovanni.pavoni @ 2012-05-24  9:09 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 7247 bytes --]

Dear Sirs,

this is to ask for help in building an ad-hoc qte image. My image bb sets
as DEPENDS a custom "task-qt4e-xyz" task. Where task-qt4e-xyz.bb looks as 
follow:

//---------------------//

DESCRIPTION = "QT4 embedded xyz base image feed"
PR = "r1"
LICENSE = "MIT"

LIC_FILES_CHKSUM = "file://$
{COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                    file://$
{COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

PR = "r3"

inherit task

TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib 
tslib-calibrate", "",d)}'

PACKAGES += " \
        ${PN}-base \
        "
DEPENDS = "qt4-embedded"

RDEPENDS_${PN}-base = " \
        qt4-embedded-conf \
        libqt-embeddedcore4 \
        libqt-embeddeddbus4 \
        libqt-embeddedgui4 \
        libqt-embeddedmultimedia4 \
        libqt-embeddednetwork4 \
        libqt-embeddedscript4 \
        libqt-embeddedscripttools4 \
        libqt-embeddedsvg4 \
        libqt-embeddedxml4 \
        qt4-embedded-fonts-ttf-dejavu \
        qt4-embedded-fonts-ttf-vera \
        qt4-embedded-plugin-iconengine-svgicon \
        qt4-embedded-plugin-imageformat-gif \
        qt4-embedded-plugin-imageformat-ico \
        qt4-embedded-plugin-imageformat-jpeg \
        qt4-embedded-plugin-imageformat-mng \
        qt4-embedded-plugin-imageformat-svg \
        qt4-embedded-plugin-imageformat-tiff \
        qt4-embedded-plugin-mousedriver-tslib \
        qt4-embedded-plugin-script-dbus \
        ${TOUCH} \
        "
 
RDEPENDS_${PN}-base_ANOTHERBOARD  = " \
        libqt-embeddedphonon4 \
        qt4-embedded-plugin-phonon-backend-gstreamer \
        "
 
RRECOMMENDS_${PN}-base = " \
        libqt-embeddedwebkit4 \
        libqt-embeddedxmlpatterns4 \
        "
//---------------------//

The problem: I am getting in my image gstreamer contents (see below for 
files in my rootfs)
but I unable to trace what gets it in. I need to build gstreamer to add to 
ANOTHERBOARD 
(thus would expect to add it to RDEPENDS_${PN}-base_ANOTHERBOARD) but do 
not need it by default.

Anyone can give an hint? Thanks in advance for your help.

//---------------------//

Here is the list of gst files included in my rootfs:

/usr/bin:
-rwxr-xr-x    1 root     root         10720 May  4 14:35 gst-feedback
-rwxr-xr-x    1 root     root          3173 May  4 14:33 gst-feedback-0.10
-rwxr-xr-x    1 root     root         10716 May  4 14:35 gst-inspect
-rwxr-xr-x    1 root     root         35820 May  4 14:35 gst-inspect-0.10
-rwxr-xr-x    1 root     root         10716 May  4 14:35 gst-launch
-rwxr-xr-x    1 root     root         34288 May  4 14:35 gst-launch-0.10
-rwxr-xr-x    1 root     root         10720 May  4 14:35 gst-typefind
-rwxr-xr-x    1 root     root         12568 May  4 14:35 gst-typefind-0.10
-rwxr-xr-x    1 root     root         10720 May  4 14:35 gst-xmlinspect
-rwxr-xr-x    1 root     root         21500 May  4 14:35 
gst-xmlinspect-0.10
-rwxr-xr-x    1 root     root         10720 May  4 14:35 gst-xmllaunch
-rwxr-xr-x    1 root     root         34292 May  4 14:35 
gst-xmllaunch-0.10

/usr/lib:
lrwxrwxrwx    1 root     root            24 May 24 07:36 
libgstapp-0.10.so.0 -> libgstapp-0.10.so.0.25.0
-rwxr-xr-x    1 root     root         43408 May  4 14:38 
libgstapp-0.10.so.0.25.0
lrwxrwxrwx    1 root     root            25 May 24 07:36 
libgstbase-0.10.so.0 -> libgstbase-0.10.so.0.30.0
-rwxr-xr-x    1 root     root        332756 May  4 14:35 
libgstbase-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            26 May 24 07:36 
libgstcheck-0.10.so.0 -> libgstcheck-0.10.so.0.30.0
-rwxr-xr-x    1 root     root         44176 May  4 14:35 
libgstcheck-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            31 May 24 07:36 
libgstcontroller-0.10.so.0 -> libgstcontroller-0.10.so.0.30.0
-rwxr-xr-x    1 root     root        127352 May  4 14:35 
libgstcontroller-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            33 May 24 07:36 
libgstdataprotocol-0.10.so.0 -> libgstdataprotocol-0.10.so.0.30.0
-rwxr-xr-x    1 root     root         16644 May  4 14:35 
libgstdataprotocol-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            31 May 24 07:36 
libgstinterfaces-0.10.so.0 -> libgstinterfaces-0.10.so.0.25.0
-rwxr-xr-x    1 root     root         54036 May  4 14:38 
libgstinterfaces-0.10.so.0.25.0
lrwxrwxrwx    1 root     root            24 May 24 07:36 
libgstnet-0.10.so.0 -> libgstnet-0.10.so.0.30.0
-rwxr-xr-x    1 root     root         23484 May  4 14:35 
libgstnet-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            28 May 24 07:36 
libgstpbutils-0.10.so.0 -> libgstpbutils-0.10.so.0.25.0
-rwxr-xr-x    1 root     root        124048 May  4 14:38 
libgstpbutils-0.10.so.0.25.0
lrwxrwxrwx    1 root     root            27 May 24 07:36 
libgstreamer-0.10.so.0 -> libgstreamer-0.10.so.0.30.0
-rwxr-xr-x    1 root     root        850784 May  4 14:35 
libgstreamer-0.10.so.0.30.0
lrwxrwxrwx    1 root     root            26 May 24 07:36 
libgstvideo-0.10.so.0 -> libgstvideo-0.10.so.0.25.0
-rwxr-xr-x    1 root     root         73636 May  4 14:38 
libgstvideo-0.10.so.0.25.0

gstreamer-0.10:
drwxr-xr-x    2 root     root          4096 May 24 07:36 .
drwxr-xr-x    6 root     root          4096 May 24 07:37 ..
-rwxr-xr-x    1 root     root        260712 May  4 14:35 
libgstcoreelements.so
-rwxr-xr-x    1 root     root         19396 May  4 14:35 
libgstcoreindexers.so

/usr/libexec:
drwxr-xr-x    2 root     root          4096 May 24 07:36 .
drwxr-xr-x    3 root     root          4096 May 24 07:36 ..
-rwxr-xr-x    1 root     root          3632 May  4 14:35 
gst-plugin-scanner

//---------------------//




Giovanni Pavoni
R&D Department

Exor International S.p.A.
Via Monte Fiorino,9
I-37057 San Giovanni Lupatoto (VR)
Phone:+390458774839 - Fax:+390458779023

giovanni.pavoni@exorint.it - www.exorint.net - www.exorint.it

ATTENZIONE: Privacy Policy – D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica sono di 
carattere privato e confidenziale ed esclusivamente rivolte al destinatario 
sopra indicato. Nel caso aveste ricevuto questo messaggio di posta elettronica 
per errore, vi comunichiamo che ai sensi del suddetto decreto è vietato l’uso, 
la diffusione, distribuzione o riproduzione da parte di ogni altra persona. 
Siete pregati di segnalarlo immediatamente rispondendo al mittente e di 
distruggere quanto ricevuto (compresi i file allegati) senza farne copia o 
leggerne il contenuto.

This e-mail transmission contains information that is confidential and may be 
privileged. It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

[-- Attachment #2: Type: text/html, Size: 15141 bytes --]

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

end of thread, other threads:[~2012-05-29 16:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 10:25 Help in building an ad-hoc qte image marco.monguzzi
2012-05-29 10:56 ` Paul Eggleton
2012-05-29 11:43   ` Andrea Adami
2012-05-29 12:45     ` Paul Eggleton
2012-05-29 16:40   ` marco.monguzzi
  -- strict thread matches above, loose matches on Subject: below --
2012-05-24  9:09 giovanni.pavoni
2012-05-28 13:12 ` Paul Eggleton

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.