On 18 Jun 2026, at 10:17, Siva Balasubramanian via lists.openembedded.org 
<[email protected]> wrote:
> +        tempparentdir = tempfile.mkdtemp(prefix='devtoolqa')
> +        self.track_for_cleanup(tempparentdir)

I know that this is what other tests so, but using “with 
tempfile.TemporaryDirectory(…)” is neater.

> +        bitbake('%s -c cleansstate' % realrecipe)

There should be no reason to call cleansstate.  This is usually a proxy for “I 
want to cause this recipe to rebuild” which can be done with "bitbake -C unpack 
[recipe]”, but as this test just does a ‘devtool modify’ I’m not sure what it’s 
achieving?

> +        tempdir = tempfile.mkdtemp(prefix='devtoolqa')
> +        self.track_for_cleanup(tempdir)

As above.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#239313): 
https://lists.openembedded.org/g/openembedded-core/message/239313
Mute This Topic: https://lists.openembedded.org/mt/119864379/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to