All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Geoffrey Levillain <geoffrey.levillain@smile.fr>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] image.bbclass: reactivate do_fetch, do_unpack and do_patch
Date: Tue, 03 Jan 2017 11:49:04 +0000	[thread overview]
Message-ID: <1483444144.4367.48.camel@linuxfoundation.org> (raw)
In-Reply-To: <20170103111203.25132-1-geoffrey.levillain@smile.fr>

On Tue, 2017-01-03 at 12:12 +0100, Geoffrey Levillain wrote:
> Running fetch/unpack/patch can be used to get some image-specific
> configurations files to apply with a function in the
> ROOTFS_POSTPROCESS_COMMAND variable.
> 
> Hence delete the "noexec" line corresponding to these tasks so we can
> run them when needed.

You could make this argument for the other noexec lines too and nothing
does this by default as far as I'm aware. Could you not do something
like:

python () {
    d.delVarFlag("do_fetch", "noexec")
}

in your specific recipes which need this?

Cheers,

Richard


  reply	other threads:[~2017-01-03 11:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 11:12 [PATCH 1/1] image.bbclass: reactivate do_fetch, do_unpack and do_patch Geoffrey Levillain
2017-01-03 11:49 ` Richard Purdie [this message]
2017-01-03 13:23   ` Geoffrey Levillain
2017-01-16 12:54     ` Geoffrey Levillain

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=1483444144.4367.48.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=geoffrey.levillain@smile.fr \
    --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.