From: "John Klug" <john.klug@multitech.com>
To: "yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: How does one add do_fetch, do_unpack to an image recipe?
Date: Sat, 7 Aug 2021 00:25:06 +0000 [thread overview]
Message-ID: <4b07fb124a79466a9e8ee0d138151931@multitech.com> (raw)
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.
next reply other threads:[~2021-08-07 0:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-07 0:25 John Klug [this message]
2021-08-09 5:41 ` [yocto] How does one add do_fetch, do_unpack to an image recipe? Josef Holzmayr
2021-08-09 23:57 ` John Klug
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=4b07fb124a79466a9e8ee0d138151931@multitech.com \
--to=john.klug@multitech.com \
--cc=yocto@lists.yoctoproject.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.