From: "Joshua Watt" <JPEWhacker@gmail.com>
To: bitbake-devel@lists.openembedded.org
Cc: Joshua Watt <JPEWhacker@gmail.com>
Subject: [bitbake-devel][PATCH v2 0/2] Include mcdepends in signature generation
Date: Tue, 9 Jun 2020 13:34:13 -0500 [thread overview]
Message-ID: <20200609183415.21914-1-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20200605181754.32883-1-JPEWhacker@gmail.com>
Updates signature generation so that mcdepends are included. Previously,
they were not which meant that if recipe A mcdepends on recipe B, and
recipe B changed, it would not automatically cause recipe A to also
rebuild.
In order for signature generation classes to correctly handle mcdepends,
they need access to all the data caches, so all are passed instead of
just the one for the recipe in question.
V2: Add flag to maintain backward compatibility with older derived
signature generators
Joshua Watt (2):
bitbake: siggen: Pass all data caches to hash functions
bitbake: tests: Add mcdepends test
bitbake/lib/bb/runqueue.py | 8 +-
bitbake/lib/bb/siggen.py | 78 +++++++++++++++----
.../lib/bb/tests/runqueue-tests/recipes/f1.bb | 1 +
bitbake/lib/bb/tests/runqueue.py | 30 +++++++
4 files changed, 98 insertions(+), 19 deletions(-)
create mode 100644 bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
--
2.26.2
next prev parent reply other threads:[~2020-06-09 18:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 18:17 [RFC PATCH 0/3] Include mcdepends in signature generation Joshua Watt
2020-06-05 18:17 ` [RFC PATCH 1/3] bitbake: siggen: Pass all data caches to hash functions Joshua Watt
2020-06-05 18:17 ` [RFC PATCH 2/3] bitbake: tests: Add mcdepends test Joshua Watt
2020-06-05 18:17 ` [RFC PATCH 3/3] sstatesig: Account for all dataCaches being passed Joshua Watt
2020-06-05 23:54 ` [bitbake-devel] [RFC PATCH 0/3] Include mcdepends in signature generation Denys Dmytriyenko
2020-06-10 13:27 ` Joshua Watt
2020-06-09 18:34 ` Joshua Watt [this message]
2020-06-09 18:34 ` [bitbake-devel][PATCH v2 1/2] bitbake: siggen: Pass all data caches to hash functions Joshua Watt
2020-06-09 18:34 ` [bitbake-devel][PATCH v2 2/2] bitbake: tests: Add mcdepends test Joshua Watt
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=20200609183415.21914-1-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.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.