Re: [Toaster] [PATCH v3 6/8] Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements
Richard Purdie <[email protected]> Thu, 09 Nov 2023 16:29:59 +0000
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <1e30dcab4304940afe6fe6ee9e5960b8bb5a5b68.camel@linuxfoundation.org> |
On Thu, 2023-11-09 at 16:55 +0100, Alassane Yattara wrote: > To make difference between bitbake and toaster python requirements, > a dedicated requirements file is created for toaster in root of toaster dir. > > Signed-off-by: Alassane Yattara <[email protected]> > --- > lib/toaster/tests/toaster-tests-requirements.txt | 5 +++++ > toaster-requirements.txt | 5 ----- > 2 files changed, 5 insertions(+), 5 deletions(-) This needs to be squashed into 1/8 and the commit message updated, like: https://git.openembedded.org/bitbake/commit/?h=master-next&id=45c3fb79d04ce6b0a886b1b1b0cda2b9dcee1145 so it just creates the new file. Cheers, Richard