From: Julian <julian_chu@openmoko.com>
To: openembedded-devel@lists.openembedded.org
Subject: qa_staging failed with recipe which inherit sdk.bbclass
Date: Fri, 02 May 2008 18:31:29 +0800 [thread overview]
Message-ID: <481AED81.9040203@openmoko.com> (raw)
[-- 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 --]
next reply other threads:[~2008-05-02 10:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-02 10:31 Julian [this message]
2008-05-05 17:02 ` qa_staging failed with recipe which inherit sdk.bbclass Richard Purdie
[not found] <mailman.7.1210068010.31555.openembedded-devel@lists.openembedded.org>
2008-05-07 10:39 ` Julian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=481AED81.9040203@openmoko.com \
--to=julian_chu@openmoko.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.