From: "Chwiala, Przemyslaw [C]" <chwprzem@amazon.com>
To: "bitbake-devel@lists.openembedded.org"
<bitbake-devel@lists.openembedded.org>
Subject: Custom event handler does not work
Date: Mon, 13 Feb 2023 14:13:23 +0000 [thread overview]
Message-ID: <1dd67709f24d4a02b9597a7c7ef30b49@amazon.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
Hello,
I'm working on Yocto image based on Kirkstone relese. I'm trying to add a custom event handler to my image, to be able to catch BuildCompleted or CookerExit event. Unfortunately I'm not able to catch those events as well as any other event from list in the documentation https://docs.yoctoproject.org/bitbake/2.2/bitbake-user-manual/bitbake-user-manual-metadata.html#events
When I do not pass eventmask to catch all events, all I can see are those three events:
- RecipeTaskPreProcess
- RecipePreFinalise
- RecipePostKeyExpansion
I've been trying example from documentation above, with the same result. I tried it in both bb and bbclass files.
Is it something wrong with my implementation, or there is some bug/issue in event handlers?
Thanks
Przemek
[-- Attachment #2: Type: text/html, Size: 1680 bytes --]
next reply other threads:[~2023-02-13 14:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 14:13 Chwiala, Przemyslaw [C] [this message]
2023-02-13 15:49 ` Custom event handler does not work chris.laplante
2023-02-15 6:45 ` Chwiala, Przemyslaw [C]
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=1dd67709f24d4a02b9597a7c7ef30b49@amazon.com \
--to=chwprzem@amazon.com \
--cc=bitbake-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.