All of lore.kernel.org
 help / color / mirror / Atom feed
* qa_staging failed with recipe which inherit sdk.bbclass
@ 2008-05-02 10:31 Julian
  2008-05-05 17:02 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Julian @ 2008-05-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

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

Hi all,

I found that if there is a recipe which inherit sdk.bbclass, it always
fail in qa_staging.

for example, bitbake gdb-cross-sdk, the variables are

   STAGING_LIBDIR=${STAGING_DIR_HOST}${layout_libdir}
   STAGING_DIR_HOST=${STAGING_DIR}/${HOST_SYS}
   HOST_SYS=${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}

in sdk.bbclass, I saw

   HOST_ARCH = "${BUILD_ARCH}"

in my case, qa_staging will test ${STAGING_DIR}/i686-linux
However, the .pc files placed in ${STAGING_DIR}/i686-linux were made by
another recipe which inherit native.bbclass. the .pc file contains
${TMPDIR} (ie.
prefix=/home/walkingice/OpenMoko/build/tmp/staging/i686-linux/usr)

Finally, it could not pass qa_staging.

How can I solve this problem ?

Thanks :-)

-Julian


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 265 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.7.1210068010.31555.openembedded-devel@lists.openembedded.org>]

end of thread, other threads:[~2008-05-07 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 10:31 qa_staging failed with recipe which inherit sdk.bbclass Julian
2008-05-05 17:02 ` Richard Purdie
     [not found] <mailman.7.1210068010.31555.openembedded-devel@lists.openembedded.org>
2008-05-07 10:39 ` Julian

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.