From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: hallerHarry@gmx.de
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: bitbake DEPENDS problem
Date: Fri, 18 Jan 2013 12:00:10 +0000 [thread overview]
Message-ID: <1358510410.27799.18.camel@ted> (raw)
In-Reply-To: <20130117185045.24970@gmx.net>
On Thu, 2013-01-17 at 19:50 +0100, hallerHarry@gmx.de wrote:
> Hi,
>
> I've got the below described minimalistic bitbake setup. There are two
> recipes where one recipe (mySecPkg.bb) DEPENDS on the other
> (myPkg.bb).
> According to the OpenEmbedded User Manual [1] and the Yocto Pokey
> Manual Section 2.3 [2] I would have expected if I run build against
> mySecPkg that bitbake obeys inter-package dependencies and also builds
> myPkg since mySecPkg DEPENDS on it.
> But this is not the case. Bitbake only builds mySecPkg. Is there
> something wrong with my assumption or setup? I would appreciate if
> someone could shed some light on that.
>
> Thanks in advance for any assistance provided!
You've not added any information about what DEPENDS means. Try adding
something like:
do_build[deptask] = "do_build"
to myBaseClass.bbclass which will then cause it to look at DEPENDS for
the do_build task.
Cheers,
Richard
prev parent reply other threads:[~2013-01-18 12:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-17 18:50 bitbake DEPENDS problem hallerHarry
2013-01-18 12:00 ` Richard Purdie [this message]
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=1358510410.27799.18.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=bitbake-devel@lists.openembedded.org \
--cc=hallerHarry@gmx.de \
/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.