]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/scriptutils: silence warning about S not existing in emptysrc
authorRoss Burton <ross.burton@arm.com>
Wed, 4 Jun 2025 14:03:23 +0000 (15:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jun 2025 10:01:24 +0000 (11:01 +0100)
commit103cc8fa8a09b8e1fadeb0c8dde5f99eb9c24243
treefa66e9a01efe60bd7883005e03468874854d6a94
parent9679f4055ad5a077c6b06aa6125cee4e8fa93471
scripts/scriptutils: silence warning about S not existing in emptysrc

This function creates an emptysrc recipe, but S points to a directory
that doesn't exist and bitbake warns about this.

As it is under the temporary working directory which will be deleted
later, create it to silence the warning.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/scriptutils.py