From: Philip Balister <philip@balister.org>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: Koen Kooi <koen.kooi@linaro.org>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] linux-dummy: catch up with image.bbclass changes
Date: Tue, 03 Dec 2013 07:20:27 -0500 [thread overview]
Message-ID: <529DCC8B.8050506@balister.org> (raw)
In-Reply-To: <1385985877-6840-1-git-send-email-koen.kooi@linaro.org>
I saw the same issue and this patch resolved the problem.
Tested-by: Philip Balister <philip@balister.org>
On 12/02/2013 07:04 AM, Koen Kooi wrote:
> image.bbclass now depends on virtual/kernel:do_deploy, so add a task for that.
>
> This fixes errors like this:
>
> ERROR: Task do_build in /build/linaro/build/meta-linaro/meta-linaro/recipes-linaro/images/linaro-image-lng.bb depends upon non-existent task do_deploy in /build/linaro/build/openembedded-core/meta/recipes-kernel/linux/linux-dummy.bb
>
> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
> ---
> meta/recipes-kernel/linux/linux-dummy.bb | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
> index 8a211da..1c837c9 100644
> --- a/meta/recipes-kernel/linux/linux-dummy.bb
> +++ b/meta/recipes-kernel/linux/linux-dummy.bb
> @@ -31,6 +31,12 @@ do_install() {
> do_bundle_initramfs() {
> :
> }
> +
> +do_deploy() {
> + :
> +}
> +
> do_bundle_initramfs[nostamp] = "1"
> addtask bundle_initramfs after do_compile
> +addtask deploy after do_install
>
>
prev parent reply other threads:[~2013-12-03 12:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 12:04 [PATCH] linux-dummy: catch up with image.bbclass changes Koen Kooi
2013-12-03 12:20 ` Philip Balister [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=529DCC8B.8050506@balister.org \
--to=philip@balister.org \
--cc=koen.kooi@linaro.org \
--cc=koen@dominion.thruhere.net \
--cc=openembedded-core@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.