All of lore.kernel.org
 help / color / mirror / Atom feed
* How does one add do_fetch, do_unpack to an image recipe?
@ 2021-08-07  0:25 John Klug
  2021-08-09  5:41 ` [yocto] " Josef Holzmayr
  0 siblings, 1 reply; 3+ messages in thread
From: John Klug @ 2021-08-07  0:25 UTC (permalink / raw)
  To: yocto@lists.yoctoproject.org

I am using dunfell.

In the documentation I see:

https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#unsetting-variables

In case some filter removes the yocto URL, I am referring to:

    docs/current/bitbake-user-manual/bitbake-user-manual.html#unsetting-variables

Which has this example:

    unset do_fetch[noexec]

If I put this in my image recipe, the do_fetch noexec item still exists.

In order to fix this problem I had to patch openembedded-core/meta/classes/image.bbclass, and remove the line setting do_fetch[noexec]="1" and the ones following.

I need to do a fetch for my IMAGE_POSTPROCESS_COMMAND.


Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-09 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-07  0:25 How does one add do_fetch, do_unpack to an image recipe? John Klug
2021-08-09  5:41 ` [yocto] " Josef Holzmayr
2021-08-09 23:57   ` John Klug

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.