All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] linux-storcenter: fix circular dependency between do_package and do_deploy
Date: Sat, 23 Jan 2010 11:10:47 +0100	[thread overview]
Message-ID: <20100123101047.GE15943@jama> (raw)
In-Reply-To: <op.u6zcjg0gmn1qzu@guohr-laptop-ubuntu>

On Sat, Jan 23, 2010 at 05:55:54PM +0800, Guo Hongruan wrote:
> Yes, I did.
> 
> the same question exists in
> recipes/linux/gumstix-linux.inc|72| addtask deploy before do_package
> after do_install
> which may cause circular dependency too.

But if you just remove that line, the custom do_deploy task won't be
used at all IIRC.. so proper fix would be to adjust after and before
like in a55e9a527a8c9823044196d031f2da2783ff8f35 and then
bc2bddb71d8c5db25b80aa6435392ec1c8df39f9

Probably:
addtask deploy before do_build after do_package

but please check
before do_build was needed to force it run at all (for -c build)
after do_package was used, because we're packing already stripped
modules to modules.tgz and we needed to have packages-split already
populated.

Regards,

-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



  reply	other threads:[~2010-01-23 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-23  9:36 [PATCH] linux-storcenter: fix circular dependency between do_package and do_deploy Guo Hongruan
2010-01-23  9:51 ` Holger Hans Peter Freyther
2010-01-23  9:55   ` Guo Hongruan
2010-01-23 10:10     ` Martin Jansa [this message]
2010-01-23 10:25       ` Guo Hongruan

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=20100123101047.GE15943@jama \
    --to=martin.jansa@gmail.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.